Tag 'v0.5.7' created by Martin Waitz <tali@...> at 2006-09-13 22:51 +0200
import 0.5.7 from CVS
Changes since v0.5.2:
Martin Waitz:
update
set mode after owner
don't count as error if setting ownership is not possible
update version number
check difference in uid/gid only after we tried to set them,
fix build dependency on configure-stamp
who the fuck needs configure target anyways?
use -c to generate object files
explicitly use gcc for the debian package
update changelog
don't warn if faubackup-gather can't reset access time
use $(CC) for linking
new version, again... ;)
build c progs in one pass
add acls
restructure source tree and start to use automake
only use lchown when available
use generic stat instead of stat64
use autoconf
fix compilation
let autoconf find perl
use CDBS
remove all remaining *64 calls
build-depend on dh 4.1.46 as per cdbs.html
use debhelper 4
add empty ChangeLog for now
update cvsignore
add faubackup.h to distribution
add default INSTALL file
fix typo
add ChangeLog file to cvs
ignore autom4te.cache
use @sysconfdir@ to locate faubackup.conf in scripts and documentation
use @sysconfdir@ and @PACKAGE_*@
update debian copyright file
remove install section
use symlink for faubackup-scatter.8 man page
update
use real name/email in ChangeLog
add as_ac_expand from http://cvs.sourceforge.net/viewcvs.py/*checkout*/autostars/autostars/ac-expand/as-ac-expand.m4
expand sysconfdir
update
fix typo
update email address
remove old things
make **/ match files in the current directory, too
fix silly bug with recursive expansion
make it work with older autoconf/automake
use libpopt for option parsing
update changelog
update email
manpage updates
remove short option from --version
fix whitespace so that newer autoconf correctly use the default action
support for --atime-preserve
update copyright strings
document atime-preserve support
bump version number
don't do pointer arithmetic on void*
fix automake initialization
update
use stdio instead of direct syscalls
use cvs2cl to generate ChangeLog
---
.cvsignore | 15
AUTHORS | 2
ChangeLog | 471 ++++++++++++++++++++++++++
INSTALL | 229 ++++++++++++
Makefile | 103 -----
Makefile.am | 7
NEWS | 15
README | 36 -
TODO | 40 ++
acinclude.m4 | 43 ++
configure.ac | 56 +++
debian/.cvsignore | 1
debian/changelog | 35 +
debian/compat | 1
debian/control | 2
debian/copyright | 23 -
debian/rules | 87 ----
doc/.cvsignore | 2
doc/Makefile.am | 9
doc/faubackup-find.8.in | 105 +++++
doc/faubackup-gather.8.in | 144 +++++++
doc/faubackup.8.in | 231 ++++++++++++
doc/faubackup.conf.5.in | 120 ++++++
faubackup-find.8 | 105 -----
faubackup-find.pl | 169 ---------
faubackup-gather.8 | 138 -------
faubackup-gather.c | 320 -----------------
faubackup-scatter.c | 803 --------------------------------------------
faubackup.8 | 224 ------------
faubackup.conf.5 | 116 ------
faubackup.h | 32 -
faubackup.pl | 492 ---------------------------
src/.cvsignore | 7
src/Makefile.am | 6
src/faubackup-find.in | 171 +++++++++
src/faubackup-gather.c | 366 ++++++++++++++++++++
src/faubackup-scatter.c | 830 ++++++++++++++++++++++++++++++++++++++++++++++
src/faubackup.h | 32 +
src/faubackup.in | 497 +++++++++++++++++++++++++++
39 files changed, 3457 insertions(+), 2628 deletions(-)
---
|