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
|
2006-12-18 arthur
* cvsd.8.in: fix typo
* cvsd.spec.in: simple fix to be able to use spec file on SuSE 9.3
2006-09-29 arthur
* debian/control: include link to homepage in package description
2006-08-20 arthur
* NEWS, configure.ac, debian/changelog, ChangeLog: release 1.0.13
* config.guess, config.sub: include updated files
* cvsd.init.in, debian/cvsd.init: add LSB headers to init script
* cvsd.c: log warning messages when closing files and sockets fail
and also do checking to see that writing pid file was successful
* Makefile.am, debian/po/pt.po: add Portuguese (pt) translation of
debconf templates by Ricardo Silva <ardoric@gmail.com>
2006-06-11 arthur
* cvsd-buginfo.in: also include some part of system passwd file
* cvsd-buginfo.in: add uname output and list more chroot
directories
* cvsd-buildroot.in: also find libnss libraries in lib64
directories
2006-06-01 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog: release
1.0.12
* Makefile.am: also get rid of build file with distclean
2006-05-26 arthur
* cvsd-buildroot.in: do not fail on missing tmpreaper
* cvsd-buildroot.in: ignore errors from ldd
* cvsd-buildroot.in: add extra || true in shell script on commands
that could return non-zero
* cvsd-buildroot.in: match more lock directories
* cvsd-buildroot.in: also prune lock directories when looking for
repositories
2006-05-24 arthur
* NEWS, configure.ac, debian/changelog, ChangeLog: release 1.0.11
2006-05-23 arthur
* cfg.c: fix const related warning
* cvsd-buildroot.in: portability fixes for solaris /bin/sh
2006-05-21 arthur
* Makefile.am, configure.ac, cvsd-buildroot.8.in, cvsd-passwd.8.in,
cvsd.8.in, cvsd.c, cvsd.conf.5.in, daemon.c, daemon.h,
getinfos.c, getopt_long.c, getopt_long.h, log.c, log.h,
reslimit.c, xmalloc.c: fix copyright notices
* .cvsignore: ignore debuild log files
* debian/control: upgrade to standards-version 3.7.2 (no changes
needed)
* FAQ: update FAQ from homepage
* config.guess, config.sub: include updated files
* README: add note about tcp wrapper performance
* cvsd-buildroot.in: add set -e and -u to report script failure and
install files in their proper library directories instead of
putting everything under /lib
* cfg.c, cfg.h, cvsd.c: add const to some function arguments
* Makefile.am: use debuild for building package instead of
dpkg-buildpackage
2006-02-01 arthur
* debian/rules: add debconf-updatepo to the clean target of our
rules file as recommended somwhere
2006-01-18 arthur
* cvsd-buildroot.in: only create missing devices
* configure.ac: check for more functions at configure time (thanks
autoscan)
|