mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Update NEWS for 1.6.0pre3 release
Add additional NEWS entries from the 1.6.0pre3 release notes. Change-Id: I46b306a7fc85f95be87c2b9eeaefae6b9816be8f Reviewed-on: http://gerrit.openafs.org/4270 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
2578555d7e
commit
d4e8b729d8
35
NEWS
35
NEWS
@ -10,7 +10,8 @@ OpenAFS 1.6.0 (in progress)
|
||||
* Don't stop Rx keepalives after an ackall is received, avoiding
|
||||
spurious connection timeouts. (128848)
|
||||
|
||||
* Don't retry Rx calls on channels returning busy errors. (128671)
|
||||
* Don't retry Rx calls on channels returning busy errors and improve
|
||||
Rx busy call channel error handling. (128671)
|
||||
|
||||
* Properly enable Rx connection hard timeouts.
|
||||
|
||||
@ -18,6 +19,12 @@ OpenAFS 1.6.0 (in progress)
|
||||
|
||||
* Avoid spurious crashes when initializing in "backup" client.
|
||||
|
||||
* Revert UUID support in vos.
|
||||
|
||||
* pt_util fixed to properly create new databases.
|
||||
|
||||
* MTU discovery now properly shut down on call reset.
|
||||
|
||||
All server platforms
|
||||
|
||||
* Fix ptserver supergroups support on 64 bit platforms.
|
||||
@ -49,6 +56,19 @@ OpenAFS 1.6.0 (in progress)
|
||||
* Avoid erroneous full dump by remembering which sites were out of
|
||||
date at the start of the release.
|
||||
|
||||
* A deleted volume can now be recreated properly.
|
||||
|
||||
* Callbacks are again not broken during whole partition salvages.
|
||||
|
||||
* Positional vectored IO fixed for largefile (>2GB) capable systems.
|
||||
|
||||
* Fileserver per-client thread usage again properly enforced.
|
||||
|
||||
* Anonymous dropbox support improved and drawbacks documented.
|
||||
|
||||
* Demand attach: ensure vnodes are not reallocated while in use due to
|
||||
volume bitmap errors.
|
||||
|
||||
Microsoft Windows:
|
||||
|
||||
* afs_config will not longer set the Tray Icon State in the registry
|
||||
@ -97,6 +117,8 @@ OpenAFS 1.6.0 (in progress)
|
||||
|
||||
* Fix creation of mount points and symlinks as \\AFS\xxxx
|
||||
|
||||
* Icon tray state now conditionally set. (128591)
|
||||
|
||||
All UNIX client platforms
|
||||
|
||||
* Servers now marked down when GetCapabilities returns error.
|
||||
@ -110,6 +132,8 @@ OpenAFS 1.6.0 (in progress)
|
||||
|
||||
* Avoid a panic in memcache mode due to missing CellItems file.
|
||||
|
||||
* FUSE client support fixed for non-/afs mounts.
|
||||
|
||||
FreeBSD
|
||||
|
||||
* Fix socket termination on shutdown.
|
||||
@ -146,6 +170,9 @@ OpenAFS 1.6.0 (in progress)
|
||||
|
||||
* Avoid extra runs of vcache freeing routine. (128756)
|
||||
|
||||
* Perform vcache eviction via a fast path before visiting vcaches
|
||||
where sleep is needed.
|
||||
|
||||
MacOS
|
||||
|
||||
* Properly handle setpag errors. PAGs are not supported.
|
||||
@ -155,6 +182,8 @@ OpenAFS 1.6.0 (in progress)
|
||||
* Disable "get tokens at login" in prefs pane if AD authentication
|
||||
plugin is configured.
|
||||
|
||||
* aklog AuthorizationPlugin now provided.
|
||||
|
||||
OpenBSD
|
||||
|
||||
* Bug fixes for issues introduced previously in 1.5 series.
|
||||
@ -168,6 +197,10 @@ OpenAFS 1.6.0 (in progress)
|
||||
|
||||
* Fix support for Solaris pre-10.
|
||||
|
||||
* Corrected Solaris 11 startup script.
|
||||
|
||||
* vcache mappings freed on shutdown to avoid panic.
|
||||
|
||||
|
||||
OpenAFS 1.5.78 (2010-11-04)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user