aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Bialecki <abial@FreeBSD.org>1998-09-26 17:23:01 +0000
committerAndrzej Bialecki <abial@FreeBSD.org>1998-09-26 17:23:01 +0000
commit7d854c95511cb3a2b83ac677901fa594b4c54ce8 (patch)
tree2a1608bfd36ce4ff179e19d693989d031ab49a45
parenteb0ffee8a11ad15635d256fc37ddc3828dcb7b82 (diff)
Notes
-rw-r--r--release/picobsd/doc/src/Makefile14
-rw-r--r--release/picobsd/doc/src/bugs.html (renamed from release/picobsd/doc/bugs.html)18
-rw-r--r--release/picobsd/doc/src/faq.html (renamed from release/picobsd/doc/faq.html)6
-rw-r--r--release/picobsd/doc/src/hardware.html (renamed from release/picobsd/doc/hardware.html)4
-rw-r--r--release/picobsd/doc/src/how2build.html (renamed from release/picobsd/doc/how2build.html)2
-rw-r--r--release/picobsd/doc/src/intrinsics.html (renamed from release/picobsd/doc/intrinsics.html)2
-rw-r--r--release/picobsd/doc/src/intro.html (renamed from release/picobsd/doc/intro.html)7
7 files changed, 43 insertions, 10 deletions
diff --git a/release/picobsd/doc/src/Makefile b/release/picobsd/doc/src/Makefile
new file mode 100644
index 0000000000000..6478cbfdc518b
--- /dev/null
+++ b/release/picobsd/doc/src/Makefile
@@ -0,0 +1,14 @@
+#
+# $Id$
+#
+
+.include "../../Version"
+
+DOCS= bugs.html faq.html hardware.html how2build.html \
+ intrinsics.html intro.html
+
+all: ../../Version
+ for i in `ls *.html`; \
+ do \
+ cat $${i}|sed -e 's/@VER@/${VER}/g' >../$${i}; \
+ done
diff --git a/release/picobsd/doc/bugs.html b/release/picobsd/doc/src/bugs.html
index 00af0ae2702d8..c99ab08b9aa34 100644
--- a/release/picobsd/doc/bugs.html
+++ b/release/picobsd/doc/src/bugs.html
@@ -1,5 +1,5 @@
<HTML>
-<! $Id$ >
+<! $Id: bugs.html,v 1.3 1998/09/08 06:35:43 abial Exp $ >
<HEAD>
<TITLE>History and Bug fixes</TITLE>
</HEAD>
@@ -14,6 +14,22 @@ the list before reporting a new one.</p>
<p>We tried to make this software bug-free, but life is life... Sorry for the
inconvenience.</p>
+<h3>PicoBSD 0.41</h3>
+<ul>
+<li>
+ 1998.09.25: Yes, this took more than just "a few days"... :-(. This is
+ mainly a bugfix release of 0.4 - almost no new features were added,
+ except the 'dmesg' to examine kernel messages buffer. Also, all
+ programs are compiled in ELF format. SNMP services are provided now
+ by UCD-SNMP v.3.5.
+
+ <p>Unfortunately, I had to remove DEVFS for now - there are too many
+ problems with it for now. This also means that we're back to creating
+ device nodes manually, and chances are that the one you need is
+ missing... </p>
+</li>
+</ul>
+
<h3>PicoBSD 0.4</h3>
<ul>
<li>
diff --git a/release/picobsd/doc/faq.html b/release/picobsd/doc/src/faq.html
index 77593d3703f2a..8c8681f381274 100644
--- a/release/picobsd/doc/faq.html
+++ b/release/picobsd/doc/src/faq.html
@@ -1,5 +1,5 @@
<HTML>
-<! $Id: faq.html,v 1.2 1998/08/31 12:28:39 abial Exp $ >
+<! $Id: faq.html,v 1.3 1998/08/31 13:08:16 abial Exp $ >
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Dinesh Nair">
@@ -47,6 +47,10 @@ it sometimes has a little more functionality than the 3.0-current version</LI>
As far as possible, both versions will be kept functionally similar, but
occasionaly divergence may occur.
+<p><b>What is current version of PicoBSD?</b></p>
+
+<p>Current version of PicoBSD is @VER@.</p>
+
<P><B>What can PicoBSD do?</B></p>
<P>With the TCP/IP capabilities of FreeBSD included in and based on the
diff --git a/release/picobsd/doc/hardware.html b/release/picobsd/doc/src/hardware.html
index e8c7318830f37..207508123e116 100644
--- a/release/picobsd/doc/hardware.html
+++ b/release/picobsd/doc/src/hardware.html
@@ -1,10 +1,10 @@
<html>
-<! $Id: hardware.html,v 1.3 1998/08/19 16:59:35 abial Exp $ >
+<! $Id: hardware.html,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ >
<body>
<h1><center>Lists of supported hardware configurations.</center></h1>
<p>Below you will find supported configurations for each of the flavors of
-PicoBSD as of version 0.4, as well as the lists of programs included.</p>
+PicoBSD as of version @VER@, as well as the lists of programs included.</p>
<h3>Dialup version:</h3>
<ul>
diff --git a/release/picobsd/doc/how2build.html b/release/picobsd/doc/src/how2build.html
index b5c0ec6ad0995..9b052d68166f3 100644
--- a/release/picobsd/doc/how2build.html
+++ b/release/picobsd/doc/src/how2build.html
@@ -1,5 +1,5 @@
<html>
-<! $Id: how2build.html,v 1.2 1998/09/04 19:47:24 abial Exp $ >
+<! $Id: how2build.html,v 1.3 1998/09/11 13:14:33 abial Exp $ >
<head>
<title><center>PicoBSD Development Kit</center></title>
</head>
diff --git a/release/picobsd/doc/intrinsics.html b/release/picobsd/doc/src/intrinsics.html
index af5e9a8e45b1b..cac4703cbcbe2 100644
--- a/release/picobsd/doc/intrinsics.html
+++ b/release/picobsd/doc/src/intrinsics.html
@@ -1,5 +1,5 @@
<html>
-<! $Id: intrinsics.html,v 1.2 1998/08/19 16:59:36 abial Exp $ >
+<! $Id: intrinsics.html,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ >
<head>
<title><center>Details of building process</center></title>
</head>
diff --git a/release/picobsd/doc/intro.html b/release/picobsd/doc/src/intro.html
index 7ecc3a2862e45..0cb0d2ec69203 100644
--- a/release/picobsd/doc/intro.html
+++ b/release/picobsd/doc/src/intro.html
@@ -1,5 +1,5 @@
<HTML>
-<! $Id: intro.html,v 1.6 1998/08/19 17:32:59 abial Exp $ >
+<! $Id: intro.html,v 1.3 1998/09/04 19:47:24 abial Exp $ >
<HEAD>
<TITLE>PicoBSD</TITLE>
</HEAD>
@@ -68,8 +68,8 @@ is required to run it is 386SX CPU with 8MB of RAM (no HDD!).
<p>Here you can find detailed <A HREF="hardware.html">list of supported
hardware and features</a>.
-<p>Current version of PicoBSD is 0.4, and this means that I consider it
-greatly immature, while on the other hand being somewhat tested and improved
+<p>Current version of PicoBSD is @VER@, and this means that I consider it
+still immature, while on the other hand being somewhat tested and improved
over previous versions. Does it tell you something? Well, at least you can
try it - I cannot guarantee that it doesn't burn your house or blow up your
machine, though the former is unlikely... :-)</p>
@@ -77,7 +77,6 @@ machine, though the former is unlikely... :-)</p>
<HR shade align="center">
<A NAME="where"><h3>Where can I get it?</h3>
-<p><A HREF="bugs.html">DON'T DOWNLOAD IT NOW! Wait a few days for a bugfix...</a></p>
<p>There are two language editions of PicoBSD - English and Polish one. You'll
be probably more interested in the former :-) The only difference is in
the set of fonts included, C locale, and the language of messages.</p>