- 2012-03-04 release 1.0.23 of cvsd
This is a release for the 1.0 series that includes some small improvements.
changes since 1.0.22:- have cvsd-buildroot look in all multiarch subdirectories of /lib for NSS libraries
- portability improvement by Eric Schnoebelen
- Debian packaging updates
- 2011-06-13 release 1.0.22 of cvsd
This is a release for the 1.0 series that includes some small improvements.
changes since 1.0.21:- don't log EINTR on select() any more, not even in debug mode
- fix for cvsd-buildroot to also work on multiarch setups
- log address and port with bind() failures
- Debian packaging updates
- 2010-09-08 release 1.0.21 of cvsd
This is a release for the 1.0 series that includes a small improvement.
changes since 1.0.20:- handle failure to bind() as a fatal error now
- 2010-09-05 release 1.0.20 of cvsd
This is a bugfix release for the 1.0 series.
changes since 1.0.19:- correctly listen on IPv4 and IPv6 addresses with recent Glibc versions by not depending on the order of address records returned by getaddrinfo() and work regardless of net.ipv6.bindv6only sysctl
- 2010-08-17 release 1.0.19 of cvsd
This is a bugfix release for the 1.0 series.
changes since 1.0.18:- cvsd-buildroot: ignore commented out lines in CVSROOT/passwd files
- cvsd-buildroot: set an umask for generated files
- some documentation updates
- change init script dependency on $remote_fs (for /usr) from Should to Required (thanks lintian)
- Debian packaging improvements
- 2010-01-14 release 1.0.18 of cvsd
This is a bugfix release for the 1.0 series.
changes since 1.0.17:- use simpler shell semantics in cvsd-buildroot to fix a problem with bash 4
- fix call to uname in the cvsd-buginfo script
- 2009-12-30 release 1.0.17 of cvsd
This release includes some minor Debian packaging improvements and is otherwise a dust-off release for the 1.0 series.
changes since 1.0.16:- update to automake 1.11
- some small spelling fixes in documentation
- changed references to home page and contact email addresses to use arthurdejong.org
- Debian packaging improvements
- 2009-06-14 changed domain name
The domain name used for the website, my personal email address and the location of the read-only repository have changed. The new homepage is http://arthurdejong.org/cvsd/. The new email address for correspondence is arthur@arthurdejong.org. To check out cvsd from the new repository:cvs -d :pserver:anonymous@arthurdejong.org:/arthur loginIf you have an old checkout of cvsd you can do (inside the checked out directory):
(just enter an empty password)
cvs -d :pserver:anonymous@arthurdejong.org:/arthur co cvsdfind . -path '*/CVS/Root' | xargs sed -i 's|^.*$|:pserver:anonymous@arthurdejong.org:/arthur|' - 2008-12-21 release 1.0.16 of cvsd
This release includes some minor Debian packaging improvements and is a bugfix release for the 1.0 branch.
changes since 1.0.15:- added Swedish debconf translation by Martin Bagge
- some small Debian packaging fixes
- 2008-06-13 release 1.0.15 of cvsd
This release includes some compatibility fixes and is a bugfix release for the 1.0 branch.
changes since 1.0.14:- fix init script to return proper exit code when stopping non-running cvsd or starting already-started cvsd
- cvsd-buildroot now removes tls directories in the chroot jail if the environment outside it does not contain them (any more)
- 2007-12-07 release 1.0.14 of cvsd
This release includes some small feature enhancements but is mostly a bugfix release for the 1.0 branch.
changes since 1.0.13:- Debian packaging improvements
- some typo fixes in documentation and other minor fixes in the code
- 2006-08-20 release 1.0.13 of cvsd
This release includes some small feature enhancements but is mostly a bugfix release for the 1.0 branch.
changes since 1.0.12:- cvsd-buildroot: further portability improvements on 64 bit platforms
- added Portuguese debconf translation by Ricardo Silva
- added warnings and errors on failing to close a socket
- 2006-06-01 release 1.0.12 of cvsd
This is a bugfix release to fix a problem in cvsd-buildroot that was present in 1.0.11.
changes since 1.0.11:- fixes in cvsd-buildroot to not abort on failure of some commands
- 2006-05-26 some issues with 1.0.11
Some issues with release 1.0.11 have been reported. The problems lie in cvsd-buildroot. These problems have been fixed in the cvs repository but some extra checks will be done before a new release. The issue can be worked around by commenting out theset -estatement in cvsd-buildroot.
Any more feedback on problems with cvsd-buildroot is very much appreciated (especially on 64-bit systems). - 2006-05-24 release 1.0.11 of cvsd
After another long period of silence, this is mostly a bugfix release for the 1.0 branch.
changes since 1.0.10:- cvsd-buildroot should now install libraries in the same directory structure as on the normal filesystem, resulting in better support for 64 bit systems
- other small improvements to cvsd-buildroot, including better error handling and not overwriting devices
- small code improvements
- 2006-05-15 cvsd used on SourceForge.net
cvsd is now being used on SourceForge.net for anonymous chroot'd pserver access for project repositories.
http://sourceforge.net/docs/C01#site_software - 2006-01-24 cvsd repository available again
The read-only development repository of cvsd is available again on a new host. To check out cvsd from the new repository:cvs -d :pserver:anonymous@arthurenhella.demon.nl:/arthur loginIf you have an old checkout of cvsd you can do (inside the checked out directory):
(just enter an empty password)
cvs -d :pserver:anonymous@arthurenhella.demon.nl:/arthur co cvsdfind . -path '*/CVS/Root' | xargs sed -i 's|^.*$|:pserver:anonymous@arthurenhella.demon.nl:/arthur|'Note that the host could change again in the future.