1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
2005-12-29 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog: release
1.0.10
* cfgfile.c, cvsd.conf-dist, cvsd.conf.5.in, debian/postinst: add
CvsArgs configfile option to pass extra arguments to the cvs
command, based on a patch by Stefan Bethke <stb@lassitu.de>
* debian/: control, cvsd.init: use lsb-base init script logging
functions in /etc/init.d/cvsd script
* FAQ: update FAQ from homepage
2005-10-18 arthur
* Makefile.am, debian/po/es.po: add Spanish (es) translation of
debconf templates by César Gómez Martín
<cesar.gomez@gmail.com>
2005-09-18 arthur
* cvsd-buginfo.in: do not use curly brace expansion since they are
not part of posix shells
2005-08-23 arthur
* Makefile.am: now also include Czech (cs) translation of debconf
templates to the tarball and generated Debian package
2005-08-21 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog: release
1.0.9
* FAQ: update FAQ with version on homepage
2005-08-20 arthur
* cvsd-buildroot.in: use getent to find users and fall back to
reading /etc/passwd directly
* config.guess, config.sub: include updated files
* autogen.sh: also copy other autoconf/automake related files into
place
* FAQ: update FAQ with version on homepage
2005-08-16 arthur
* FAQ: update FAQ with version on homepage
2005-07-31 arthur
* README: add period to end of sentence
2005-07-29 arthur
* cvsd.8.in: small text change and fix copyright header
* AUTHORS, Makefile.am, README, configure.ac, cvsd-buginfo.8.in,
cvsd-buildroot.8.in, cvsd-passwd.8.in, cvsd.8.in, cvsd.c,
cvsd.conf.5.in, cvsd.spec.in, debian/copyright: change email
address from arthur@tiefighter.et.tudelft.nl to
arthur@ch.tudelft.nl (including urls etc)
2005-07-24 arthur
* NEWS, configure.ac, debian/changelog, ChangeLog: release 1.0.8
* depcomp, install-sh, missing, mkinstalldirs, INSTALL: upgrade
scripts from current version of automake (1.9.6)
* TODO, debian/postinst: remove code for replacing old debconf-only
cvsd.conf file (this makes a little uglier upgrade from versions
of cvsd before 0.9.20
* debian/cvsd.init: do not use --exec start-stop-daemon option in
Debian init script to work around systems that modify binaries
between start and stop
* debian/control: add dependency on adduser
* debian/control: upgrade to standards-version 3.6.2 (no changes
needed)
2005-06-25 arthur
* COPYING: fix spaces
* COPYING, Makefile.am, README, capabilities.txt, cfg.c, cfg.h,
cfgfile.c, cfgfile.h, configure.ac, cvsd-buginfo.8.in,
cvsd-buginfo.in, cvsd-buildroot.8.in, cvsd-buildroot.in,
cvsd-passwd.8.in, cvsd-passwd.in, cvsd.8.in, cvsd.c,
cvsd.conf.5.in, cvsd.init.in, cvsd.init.redhat71.in, daemon.c,
daemon.h, getinfos.c, getinfos.h, getopt_long.c, getopt_long.h,
log.c, log.h, reslimit.c, reslimit.h, xmalloc.c, xmalloc.h,
debian/cvsd.bug.script, debian/cvsd.init: update GPL to recent
version (FSF address change) and update all copyright headers
with new GPL text
2005-06-16 arthur
* debian/po/de.po: small typo fix in German translation, spottet by
Jens Seidel <jensseidel@users.sf.net>
2005-05-22 arthur
* .cvsignore: ignore file that is created during build
* Makefile.am, debian/po/vi.po: add Vietnamese (vi) translation of
debconf templates by Clytie Siddall <clytie@riverland.net.au>
* debian/: po/cs.po, po/da.po, po/de.po, po/fr.po, po/ja.po,
po/nl.po, po/pt_BR.po, po/templates.pot, templates: fix typo in
templates, thanks to Clytie Siddall <clytie@riverland.net.au>
* debian/po/cs.po: fix wrapping of messages
2005-04-26 arthur
* NEWS, configure.ac, debian/changelog, ChangeLog: release 1.0.7
* config.guess, config.sub: include updated files
* FAQ: update FAQ from webpage
2005-04-23 arthur
* Makefile.am: fix for running configure from another directory,
thanks MURANAKA Masaki <monaka@monami-software.com>
2005-04-19 arthur
* cvsd-buildroot.in: check for lib64 before creating symlink (not
libexec) (thanks Ysolt <ysolt@umszki.hu> for spotting this)
2005-04-07 arthur
* config.guess, config.sub: include updated files
2005-03-18 arthur
* README: some small improvements based on comments by Marcello
Magaldi <magowiz@fastwebnet.it>
2005-03-11 arthur
* NEWS, configure.ac, debian/changelog, ChangeLog: release 1.0.6
* README: add quick documentation for PamAuth cvs option
2005-03-07 arthur
* ChangeLog, ChangeLog-2004: moved changes of 2004 to
ChangeLog-2004
* configure.ac: remove extra compiler warnings again (not available
on some compilers)
* cvsd-buildroot.in: add some support for 64 bit Linux systems
2005-03-05 arthur
* NEWS, configure.ac, debian/changelog, ChangeLog: release 1.0.5
* FAQ: update from current web version
* cvsd.c: get rid of program_name global var and use argv instead
2005-02-20 arthur
* cvsd-buginfo.in: add check for lockdir directive in
CVSROOT/config to see if directory exists
* configure.ac: add extra compiler warnings
* INSTALL, depcomp, install-sh, missing, mkinstalldirs: update from
newer version of automake (1.9.5)
* cvsd-buginfo.in: also list tmp directory contents
* cvsd-buildroot.in: add /lib/ld-linux.so.2 to EXTRALIBS since
newer ldd has strange output, also ensure that libraries are
installed once
* debian/cvsd.init: explicitly set path
2005-01-22 arthur
* debian/copyright, cvsd.c: fix copyright years
* debian/po/cs.po: add Czech (cs) translation of debconf templates
by Jan Outrata <outrataj@upcase.inf.upol.cz>
2005-01-03 arthur
* debian/control: start short description with lower case letter
(thanks lintian)
|