]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-openafs-relnotes-1_2_1-20010920
authorDerrick Brashear <shadow@dementia.org>
Thu, 20 Sep 2001 05:02:38 +0000 (05:02 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 20 Sep 2001 05:02:38 +0000 (05:02 +0000)
add release notes for 1.2.1

doc/txt/RELNOTES-1.2.1 [new file with mode: 0644]

diff --git a/doc/txt/RELNOTES-1.2.1 b/doc/txt/RELNOTES-1.2.1
new file mode 100644 (file)
index 0000000..42f17e6
--- /dev/null
@@ -0,0 +1,43 @@
+                  OpenAFS Release Notes - Version 1.2.1
+     _________________________________________________________________
+Linux clients: Major bugfix
+All other systems: Minor updates
+     _________________________________________________________________
+
+All systems:
+- com_err implementation is now compatible with all other known
+  implementations. This should have no visible effect to OpenAFS
+  clients and servers; However, users of OpenAFS libraries will need to
+  make sure to include the appropriate headers (99% of such applications
+  will already do so) and any users of previous versions of OpenAFS 
+  compile_et or IBM/Transarc compile_et with error tables including
+  lowercase characters in their names will now have new error codes 
+  allocated. Again, most users of com_err will use some other compile_et,
+  which is included in most Kerberos distributions and virtually all other
+  com_err using packages.
+- source cleanup has been undertaken to remove unused variables. This work
+  is part of an ongoing effort.
+
+Linux:
+- All Linux versions have a bug fix to make writes of files larger than
+  the AFS client cache work in all cases while preserving fixes which
+  prevent some writes from succeeding or failing (including cases where
+  a file write to an over-quota volume is being attempted, a problem
+  affecting all OpenAFS versions since release from IBM).
+- Linux 2.2 PowerPC should install correctly again
+
+Digital UNIX:
+- vfsck will now check for and exit if a partition is mounted.
+
+Windows NT/2000:
+- AFS Configuration Wizard will not check for version >= 3.5
+- Makefiles have more complete support for "make clean"
+
+OpenBSD:
+- User processes (but not kernel module/cache manager) included but not ready
+  for general deployment.
+
+Documentation:
+- README.CVS explains how to use OpenAFS CVS
+- NEWS file updated
+