Changelog for
coda-gcodacon-6.9.5-3.fc12.i686.rpm :
Wed May 19 14:00:00 2010 Adam Goode
- 6.9.5-3
- Split out gcodacon
- Macroize /usr stuff
Tue May 18 14:00:00 2010 Adam Goode - 6.9.5-2
- Relax the build requires versions for the coda libraries
Tue May 18 14:00:00 2010 Adam Goode - 6.9.5-1
- Remove many patches merged upstream
- New upstream release
+ When writing a checkpoint file of the reintegration log took
longer than the checkpoint interval, we would immediately start
writing out a new checkpoint, looping indefinitly. (Paolo
Casanova)
+ Checkpointing failed when the reintegration log contained an empty file.
+ Truncate cache file when lookaside lookup fails to avoid the
following fetch from assuming we already successfully fetched some
of the data.
+ Make sure we wake up blocked threads when a fetch fails.
+ Only close the shadow file descriptor during reintegration if we
actually opened it.
+ Return permission error when a user tries to rmdir a mountpoint.
+ Do not flush kernel caches whenever we check if a file is in use.
+ gcodacon improvements, notification rate limiting and window
placement. (Benjamin Gilbert)
+ Reduce server->client RPC2 timeout from 60 to 30 seconds, reduces the
time a client is blocked while callbacks are broken.
+ Introduce stricter locking on the server->client callback connections.
+ Make sure clients cannot indefinitely keep a callback break RPC busy
preventing it from completing.
+ Write a stack backtrace to the log when an assertion fails.
+ Don\'t create /etc/modules.conf on newer Linux kernels (Adam Goode)
Fri Dec 4 13:00:00 2009 Neil Horman - 6.9.4-9
- Convert venus-setup to coda-client-setup (bz 544096)
Thu Sep 17 14:00:00 2009 Adam Goode - 6.9.4-8
- Patch venus-setup.in to remove unnecessary modules.conf stuff
Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 6.9.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Thu Jul 23 14:00:00 2009 Neil Horman - 6.9.4-6
- Fix misuse of depricated udevsettle
Mon Jul 20 14:00:00 2009 Neil Horman - 6.9.4-5
- Fix some sname stack overflows
Mon Jul 20 14:00:00 2009 Neil Horman - 6.9.4-4
- Further changes to support compat-readline5 (bz 511305)
Fri Jul 17 14:00:00 2009 Neil Horman - 6.9.4-3
- Change spec to require compat-readline5 (bz 511305)
Tue Mar 31 14:00:00 2009 Neil Horman - 6.9.4-2
- Remove parser from coda-client, due to name conflict (bz 492953)
Fri Feb 27 13:00:00 2009 Adam Goode - 6.9.4-1
- New upstream release
+ Avoid possible crashes and/or data loss when volumes are removed
from and re-added to the client cache.
+ Add configuration setting (detect_reintegration_retry) for Coda
clients running in a VMM which prevents dropping reintegrated
operations when the virtual machine is reset to an earlier snapshot.
+ Do not assert on various non-fatal conditions (failing chown/chmod)
that may arise when for instance the client cache is stored on a vfat
formatted file system.
+ During backups, avoid unlocking locks that may have been taken by
another thread.
+ Allow changing of the ctime/mtime of symlinks.
+ Avoid a server deadlock by correcting lock ordering between ViceFetch,
ViceGetAttr and ViceValidataAttrs (problem identified and tracked down
with lots of help from Rune).
+ Improve tar support and add cpio archive formats for modification log
checkpoints.
+ Do not invoke server resolution on a single available replica.
+ Add new incremental dump format that maintains full path information
when converting the resulting volume dump to a tar archive.
- Remove -D_GNU_SOURCE
- Drop sudo patch (upstream)
- Drop SIGTERM patch (upstream)
Tue Feb 24 13:00:00 2009 Fedora Release Engineering - 6.9.4-0.4.rc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Sun Sep 14 14:00:00 2008 Adam Goode - 6.9.4-0.3.rc2
- Do not change the default behavior of clog when building with krb5
(rh 462179)
Tue Sep 9 14:00:00 2008 Neil Horman 6.9.4-0.2.rc2
- Enabling krb5 support (bz 461041)
Thu May 29 14:00:00 2008 Hans de Goede 6.9.4-0.1.rc2
- Update to 6.9.4~rc2 (bz 448749)
Tue May 20 14:00:00 2008 Hans de Goede 6.9.3-2
- Make coda-client package put everything in FHS locations like Debian does,
rename coda-client initscript / service from venus to coda-client (rh 446653)
Mon May 12 14:00:00 2008 Hans de Goede 6.9.3-1
- Initial Fedora package