From 723f6e56664564f46ea97adbff741215844bdb5a Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 14 Apr 2006 20:23:23 +0000 Subject: [PATCH] STABLE14-openafs-relnotes-1_4_1-20060414 1.4.1 release notes --- doc/txt/RELNOTES-1.4.1 | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/txt/RELNOTES-1.4.1 diff --git a/doc/txt/RELNOTES-1.4.1 b/doc/txt/RELNOTES-1.4.1 new file mode 100644 index 0000000000..1e03122483 --- /dev/null +++ b/doc/txt/RELNOTES-1.4.1 @@ -0,0 +1,44 @@ + OpenAFS Release Notes - Version 1.4.1 + _________________________________________________________________ +All systems: Major bugfixes. +New systems: MacOS 10.4 (PowerPC and Intel) + _________________________________________________________________ + +* Bugfixes: + +All systems: + +- Several race conditions in the host tracking and handling in the fileserver + which could cause inconsistent behavior and crashes have been fixed. + +- A fileserver bug where a reference to a volume could be leaked and later + cause a deadlock as a result of a bulk status call + +- Reference counting of fileserver objects in unsigned 32 bit integers + instead of signed 16 bit integers. + +- Avoid type mismatches when handling time values (betweemn 32 bit and 64 bit + variables). + +- Fix a memory leak during multilevel packet queue handling. + +- Audit log output had been updated to include FIDs for newly created files. + +HP-UX 11i: + +- 64 bit (large file) inodes are supported. + +- Salvager will now handle large (>4gb) partitions. + +* New features: + +All systems: + +- asetkey is now included to ease Kerberos 5 integration for server + administrators. + +- A new fileserver statistics collection including callback statistics was + added. + +- man pages are now generated. +