Index: openafs/doc/txt/RELNOTES-1.2.10
diff -c /dev/null openafs/doc/txt/RELNOTES-1.2.10:1.1.2.1
*** /dev/null	Tue Jul 29 19:37:03 2003
--- openafs/doc/txt/RELNOTES-1.2.10	Tue Jul 29 19:30:14 2003
***************
*** 0 ****
--- 1,99 ----
+                   OpenAFS Release Notes - Version 1.2.10
+      _________________________________________________________________
+ New platform support.
+ All systems: Bugfixes.
+      _________________________________________________________________
+ 
+ * New platform support: 
+ 
+ HP-UX 11i and 11.22:
+ 
+ HP-UX 11i and 11.22 are now supported. Thanks to Doug Engert and Carl 
+ Davidson for their efforts. The new sysnames are hp_ux11i and ia64_hpux1122.
+ 
+ Linux 2.4 for Opteron:
+ 
+ Linux for the AMD Opteron is now supported. The new sysname is amd64_linux24.
+ 
+ Usermode Linux for IA32:
+ 
+ Usermode Linux for IA32-compatible processors is now supported. The new
+ sysname is i386_umlinux24. Thanks to Kris Van Hees for his efforts.
+ 
+ 
+ * Bugfixes:
+ 
+ All systems:
+ 
+ - A bug in fileserver logging of hosts which appear to change UUIDs 
+   that could cause a crash was fixed.
+ 
+ - A condition which could cause a client to loop in afs_FetchStatus 
+   forever due to never triggering an end condition was corrected.
+ 
+ - The namei fileserver could create files with one "tag" but try to open
+   with another due to an erroneous parent volume ID being passed into the
+   volume package by the volserver.
+ 
+ - Avoid copying erroneous IP addresses when the primary IP address is masked 
+   from Ubik by NetInfo or NetRestrict.
+ 
+ - Avoid crashing fileserver when mapname attempts to map a foreign user.
+ 
+ - Add cellaliases found with AFSDB for cells in CellServDB, returning to 
+   1.2.8 behavior.
+ 
+ - Avoid potential shutdown deadlock in fileserver.
+ 
+ - Avoid deadlock on afsconf reread (AFS key change, CellServDB update) in
+   servers.
+ 
+ - More volume errors are translated for on the wire to avoid error
+   conflicts between operating systems.
+ 
+ - Make butc able to backup to and restore from large files on platform
+   which support it.
+ 
+ Linux: 
+ 
+ - Return setgroups errors correctly.
+ 
+ - Fix GCPAGs support.
+ 
+ - Busy out cache partition while in use.
+ 
+ - Don't allow afsd to shut down while AFS is mounted.
+ 
+ Solaris:
+ 
+ - x86 Solaris has a bug fixed which caused shutdown to not work due to
+   double byteswapping a port.
+ 
+ - kdump64 should be built if possible by default.
+ 
+ - Deal with changes to kernel read_binding_file() routine.
+ 
+ MacOS X:
+ 
+ - Work around finder problems with caching of access() results.
+ 
+ - Allow multiple mounts of AFS.
+ 
+ - Support Disk Arbitration for AFS.
+ 
+ - Don't unmount AFS unless forced, to preclude accidental "ejection" of AFS.
+ 
+ - Support -nomount in afsd to allow startup without mounting AFS.
+ 
+ Windows:
+ 
+ - Fix large integer support for VC7.
+ 
+ - Reset state while servicing SMB event loop.
+ 
+ - Avoid erroneous "No Such Volume" errors.
+ 
+ - Versioning for all files.
+ 
+ - Correctly report directories by not setting incorrect field in SMB 
+   structure.
Index: openafs/doc/txt/RELNOTES-1.2.9
diff -c openafs/doc/txt/RELNOTES-1.2.9:1.1.2.2 openafs/doc/txt/RELNOTES-1.2.9:removed
*** openafs/doc/txt/RELNOTES-1.2.9:1.1.2.2	Sun Apr 13 19:56:56 2003
--- openafs/doc/txt/RELNOTES-1.2.9	Tue Jul 29 19:37:03 2003
***************
*** 1,79 ****
-                   OpenAFS Release Notes - Version 1.2.9
-      _________________________________________________________________
- New platform support.
- All systems: New functionality and minor bugfixes.
-      _________________________________________________________________
- 
- * kaserver defaults to disallowing interrealm authentication.
- 
- Due to security holes present in the Kerberos 4 protocol, the kaserver
- now defaults to disallowing interrealm authentication.  This functionality
- can be restored by supplying the "-crossrealm" flag to the kaserver.
- However, note that doing so is considered a significant security risk.
- 
- * New platform support: RedHat Linux 9.0, Solaris 9 12/02, server only
-   support for Tru64 5.1.
- 
- All systems:
- 
- - rxkad 2b will now do krb4/krb5 principal name translation.
- 
- - Always include errno.h instead of declaring "extern int errno", for
-   compatability with modern glibc.
- 
- - Fix race conditions in fileserver responsible for various fileserver
-   crashes.
- 
- - Fix a deadlock condition in the fileserver that could occur at shutdown
-   time.
- 
- - Fix fileserver logging to be more verbose and to specify ports in the
-   correct byte order.
- 
- - Rewrite of cell handling code, to allow for more consistant behavior
-   across reboots.  This also allows clients to have an empty CellServDB
-   as long as AFSDB support is enabled and ThisCell has AFSDB records.
- 
-   A consequence of this is that an OpenAFS 1.2.9 afsd will not work
-   with kernel modules from OpenAFS releases prior to 1.2.9.  In general,
-   using mismatched afsd/kernel module pairs are considered unsupported;
-   it is not recommended that you use such a configuration on a regular
-   basis.
- 
- - Corrected integer overflow in xdrmem_getbytes() routine in our xdr
-   implementation, even thought it's unused.
- 
- Solaris:
- 
- - Autoconf glue added to correctly build on Solaris 9 12/02, which replaced
-   the fs_rlink member of a struct fs with with fs_rolled.
- 
- - Kernel module now no longer uses the depricated newproc() function,
-   instead using thread_create to spawn a kernel thread.
- 
- - Repaired Solaris x86 support.
- 
- Linux:
- 
- - On machines using 2.2 series kernels, 2.2.19 or higher is now required.
- 
- - Notice NETUNREACH errors and timeout attempts to access AFS quickly
-   when we're not on the network.
- 
- - rxk listener shutdown code rewritten to no longer need sys_kill.
- 
- - Search for linux kernel headers in both /usr/src/linux-2.4 and
-   /usr/src/linux at build time.
- 
- MacOS X:
- 
- - Recognize MacOS X 10.2.3, 10.2.4, and 10.2.5 as ppc_darwin_60 at
-   build time.
- 
- AIX:
- 
- - Make the salvager work on namei fileserver partitions.
- 
- Tru64:
- 
- - Allow server binaries to be built on Tru64 5.1.  No client support yet.
--- 0 ----
