faubackup ChangeLog,1.6,1.7 Makefile.am,1.4,1.5

Martin Waitz <[email protected]> Mon, 05 Apr 2004 21:22:48 +0000
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19185

Modified Files:
	ChangeLog Makefile.am 
Log Message:
use cvs2cl to generate ChangeLog

Index: Makefile.am
===================================================================
RCS file: /cvsroot/faubackup/faubackup/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.am	19 Dec 2003 01:05:59 -0000	1.4
--- Makefile.am	5 Apr 2004 21:22:46 -0000	1.5
***************
*** 5,10 ****
  
  changelog:
! 	rcs2log -u 'tali:Martin Waitz:[email protected]' \
! 		| cat - ChangeLog > ChangeLog.new
! 	mv ChangeLog.new ChangeLog
! 	$(EDITOR) ChangeLog
--- 5,7 ----
  
  changelog:
! 	cvs2cl --utc --no-times --accum -U .authors

Index: ChangeLog
===================================================================
RCS file: /cvsroot/faubackup/faubackup/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ChangeLog	17 Mar 2004 13:17:55 -0000	1.6
--- ChangeLog	5 Apr 2004 21:22:46 -0000	1.7
***************
*** 1,282 ****
! 2004-03-17  Martin Waitz  <[email protected]>
  
! 	* src/faubackup-gather.c, src/faubackup-scatter.c, configure.ac:
! 	use libpopt for option parsing
! 	faubackup-gather does not preserve atime by default now,
! 	can be activated with --preserve-atime
  
! 	* configure.ac:
! 	make it work with older autoconf/automake
  
! 	* acinclude.m4:
! 	fix silly bug with recursive expansion
  
! 2004-03-15  Martin Waitz  <[email protected]>
  
! 	* src/faubackup-find.in:
! 	make **/ match files in the current directory, too
! 	patch by Wolfgang Kroworsch
  
! 2003-12-22  Martin Waitz  <[email protected]>
  
  	* README: remove old things
  
! 	* AUTHORS, doc/faubackup-find.8.in, doc/faubackup.8.in, doc/faubackup.conf.5.in:
! 	update email address
  
  	* doc/faubackup.8.in: fix typo
  
! 	* ChangeLog: update
  
! 	* configure.ac, doc/faubackup.8.in, doc/faubackup.conf.5.in, src/faubackup.in:
! 	expand sysconfdir
  
! 	* acinclude.m4:
! 	add as_ac_expand from http://cvs.sourceforge.net/viewcvs.py/*checkout*/autostars/autostars/ac-expand/as-ac-expand.m4
  
! 2003-12-22  Martin Waitz  <[email protected]>
  
! 	* configure.ac, doc/faubackup.8.in, doc/faubackup.conf.5.in, src/faubackup.in:
! 	expand sysconfdir
  
! 	* acinclude.m4:
! 	add as_ac_expand from http://cvs.sourceforge.net/viewcvs.py/*checkout*/autostars/autostars/ac-expand/as-ac-expand.m4
  
! 2003-12-19  Martin Waitz  <[email protected]>
  
  	* ChangeLog, Makefile.am: use real name/email in ChangeLog
  
! 	* configure.ac, doc/Makefile.am:
! 	use symlink for faubackup-scatter.8 man page
  
! 2003-12-18  Martin Waitz  <[email protected]>
  
  	* README: remove install section
  
! 2003-12-16  Martin Waitz  <[email protected]>
  
  	* debian/copyright: update debian copyright file
  
! 2003-12-15  Martin Waitz  <[email protected]>
  
  	* src/faubackup.in: use @sysconfdir@ and @PACKAGE_*@
  
! 	* configure.ac, doc/faubackup-find.8, doc/faubackup-find.8.in, doc/faubackup-gather.8, doc/faubackup-gather.8.in, doc/faubackup.8, doc/faubackup.8.in, doc/faubackup.conf.5, doc/faubackup.conf.5.in:
! 	use @sysconfdir@ to locate faubackup.conf in scripts and documentation
! 	use @PACKAGE_*@ to name the package
  
! 2003-12-14  Martin Waitz  <[email protected]>
  
  	* .cvsignore: ignore autom4te.cache
  
  	* ChangeLog, Makefile.am: add ChangeLog file to cvs
  
  	* src/Makefile.am: fix typo
  
  	* INSTALL: add default INSTALL file
  
! 2003-12-11  Martin Waitz  <[email protected]>
  
  	* src/Makefile.am: add faubackup.h to distribution
  
  	* .cvsignore, debian/.cvsignore, doc/.cvsignore, src/.cvsignore:
! 	update cvsignore
  
  	* ChangeLog: add empty ChangeLog for now
  
  	* debian/compat: use debhelper 4
  
  	* debian/control: build-depend on dh 4.1.46 as per cdbs.html
  
! 	* src/faubackup-gather.c, src/faubackup-scatter.c:
! 	remove all remaining *64 calls
  
! 	* debian/changelog, debian/control, debian/rules: use CDBS
  
! 	* configure.ac, src/faubackup-find.in, src/faubackup.in:
! 	let autoconf find perl
  
  	* src/faubackup-scatter.c: fix compilation
  
  	* Makefile, Makefile.am, NEWS, configure.ac: use autoconf
  
! 	* src/faubackup-gather.c, src/faubackup-scatter.c:
! 	use generic stat instead of stat64
  
! 2003-12-10  Martin Waitz  <[email protected]>
  
  	* src/faubackup-scatter.c: only use lchown when available
  
! 	* Makefile.am, debian/changelog, doc/Makefile.am, doc/faubackup-find.8, doc/faubackup-gather.8, doc/faubackup.8, doc/faubackup.conf.5, faubackup-find.8, faubackup-find.pl, faubackup-gather.8, faubackup-gather.c, faubackup-scatter.c, faubackup.8, faubackup.conf.5, faubackup.h, faubackup.pl, src/Makefile.am, src/faubackup-find.in, src/faubackup-gather.c, src/faubackup-scatter.c, src/faubackup.h, src/faubackup.in:
! 	restructure source tree and start to use automake
  
! 2003-10-16  Martin Waitz  <[email protected]>
  
  	* TODO: add acls
  
  	* Makefile: build c progs in one pass
  
! 	* debian/changelog, Makefile: new version, again... ;)
  
  	* Makefile: use $(CC) for linking
  
! 2003-10-15  Martin Waitz  <[email protected]>
  
! 	* debian/changelog, faubackup-gather.c:
! 	don't warn if faubackup-gather can't reset access time
  
  	* debian/changelog: update changelog
  
  	* debian/rules: explicitly use gcc for the debian package
  
! 	* Makefile: use -c to generate object files
! 	how could it even work before???
  
  	* debian/rules: who the fuck needs configure target anyways?
  
  	* debian/rules: fix build dependency on configure-stamp
  
! 	* faubackup-scatter.c:
! 	check difference in uid/gid only after we tried to set them,
! 	as we must not check for them when we are unable to change ownership,
! 	which may happen when we are not called by root
  
  	* Makefile, debian/changelog: update version number
  
! 	* faubackup-scatter.c:
! 	don't count as error if setting ownership is not possible
  
! 	* faubackup-scatter.c: set mode after owner
! 	this way backup as non-root doesn't complain about non-writeable files
  
  	* TODO: update
  
! 2003-09-03  Martin Waitz  <[email protected]>
  
  	* Makefile: version 0.5.2
  
  	* debian/changelog: update changelog
  
  	* debian/control: update standards version
  
  	* debian/rules: correctly use time stamps
  
! 2003-08-31  Martin Waitz  <[email protected]>
  
! 	* debian/changelog, faubackup-find.8, faubackup-find.pl:
! 	use command-line option to disable regexps in faubackup-find
  
! 2003-08-26  Martin Waitz  <[email protected]>
  
  	* debian/changelog: update changelog
  
! 	* faubackup-find.8: make clear paths in ignore list have to be relative
  
  	* faubackup-find.pl: fix typo
  
! 2003-08-24  Martin Waitz  <[email protected]>
  
  	* faubackup-find.pl: correctly ignore all invalid regexps
  
! 	* faubackup-find.pl:
! 	disable raw regexp matching if environment variable FAUBACKUP_FIND
! 	contains 'noregexp'
  
! 2003-08-20  Martin Waitz  <[email protected]>
  
  	* faubackup-gather.8: document end-of-backup marker
  
! 	* Makefile, README, faubackup-find.8, faubackup-find.pl, faubackup-gather.8, faubackup-gather.c, faubackup-scatter.c, faubackup.8, faubackup.conf.5, faubackup.h, faubackup.pl:
! 	update copyright timestamps
  
! 2003-04-30  Martin Waitz  <[email protected]>
  
  	* debian/changelog: add changelog for upcoming 0.5.2
  
! 2003-03-27  Martin Waitz  <[email protected]>
  
  	* faubackup-find.pl: fix check of commandline ignore patterns
  
! 2003-03-13  Martin Waitz  <[email protected]>
  
! 	* debian/control, debian/changelog: new standards version
  
  	* Makefile: update version
  
  	* faubackup.pl: fix compilation
  
  	* debian/changelog: update
  
! 	* faubackup.conf.5, faubackup.pl: introduce $getroot
  
  	* faubackup-scatter.c: check for ENOSPC
  
  	* debian/changelog: update
  
  	* faubackup.8: document PATH for remote
  
! 2003-03-06  Martin Waitz  <[email protected]>
  
! 	* faubackup-find.pl:
! 	do a syntax check of ignore patterns while parsing them
  
! 2003-03-05  Martin Waitz  <[email protected]>
  
! 	* debian/control, debian/changelog: update standards version
  
  	* .cvsignore, debian/.cvsignore: add .cvsignore
  
! 	* faubackup.h, faubackup-scatter.c: fix end marker detection
  
! 	* debian/changelog, faubackup.8, faubackup-gather.c, faubackup-scatter.c:
! 	Use "." as end marker to detect broken backups
  
! 2003-03-04  Martin Waitz  <[email protected]>
  
  	* faubackup.pl: mkdir the backup-dir only once
  
  	* faubackup-gather.c: correctly initialize end marker
  
  	* debian/changelog: update changelog
  
  	* faubackup.pl: correct hostname parsing
  
  	* Makefile: don't use '=' in filenames
  
  	* faubackup-scatter.c: correctly use 64bit size on scatter
  
  	* README: mention sf.net in README
  
! 2003-02-26  Martin Waitz  <[email protected]>
  
! 	* faubackup.8, faubackup-gather.8, faubackup-find.8, README:
! 	point mailing list to sf.net
  
! 	* faubackup.h, faubackup-gather.c, faubackup-scatter.c:
! 	special mode for large files
  
! 	* debian/changelog, faubackup.pl, faubackup.h, faubackup-scatter.c, faubackup-find.8, faubackup-find.pl, faubackup-gather.c, TODO, Makefile:
! 	merge initial 64bit support
! 	many small fixes
  
! 	* debian/faubackup.docs, debian/faubackup.files, debian/rules, debian/faubackup.cron.daily, debian/faubackup.dirs, debian/control, debian/copyright, debian/changelog, faubackup-scatter.c, faubackup.8, faubackup-gather.c, TODO:
! 	import patch from faubackup_0.5pre1-2.diff.gz
  
! 	* AUTHORS, COPYING, Makefile, README, TODO, faubackup-find.8, faubackup-find.pl:
! 	New file.
  
! 	* AUTHORS, COPYING, Makefile, README, TODO, faubackup-find.8, faubackup-find.pl:
! 	initial import
  
! 	* faubackup-gather.8, faubackup-gather.c, faubackup-scatter.c, faubackup.8:
! 	New file.
  
! 	* faubackup-gather.8, faubackup-gather.c, faubackup-scatter.c, faubackup.8:
! 	initial import
  
! 	* faubackup.conf, faubackup.conf.5, faubackup.h, faubackup.pl:
! 	New file.
  
! 	* faubackup.conf, faubackup.conf.5, faubackup.h, faubackup.pl:
! 	initial import
  
--- 1,471 ----
! 2004-03-29  Martin Waitz <[email protected]>
  
! 	* NEWS, debian/changelog, src/faubackup-gather.c,
! 	  src/faubackup-scatter.c: use stdio instead of direct syscalls
  
! 2004-03-19  Martin Waitz <[email protected]>
  
! 	* NEWS: update
  
! 2004-03-18  Martin Waitz <[email protected]>
  
! 	* configure.ac: fix automake initialization
  
! 2004-03-18  Martin Waitz <[email protected]>
! 
! 	* src/: faubackup-gather.c, faubackup-scatter.c: don't do pointer
! 	  arithmetic on void*
! 
! 2004-03-18  Martin Waitz <[email protected]>
! 
! 	* configure.ac: bump version number
! 
! 2004-03-18  Martin Waitz <[email protected]>
! 
! 	* doc/: faubackup.8.in, faubackup.conf.5.in: document
! 	  atime-preserve support
! 
! 2004-03-18  Martin Waitz <[email protected]>
! 
! 	* README, debian/copyright, doc/faubackup-find.8.in,
! 	  doc/faubackup-gather.8.in, doc/faubackup.8.in,
! 	  doc/faubackup.conf.5.in, src/faubackup-find.in,
! 	  src/faubackup-gather.c, src/faubackup-scatter.c, src/faubackup.h,
! 	  src/faubackup.in: update copyright strings
! 
! 2004-03-18  Martin Waitz <[email protected]>
! 
! 	* src/faubackup.in: support for --atime-preserve
! 
! 2004-03-18  Martin Waitz <[email protected]>
! 
! 	* configure.ac: fix whitespace so that newer autoconf correctly use
! 	  the default action
! 
! 2004-03-18  Martin Waitz <[email protected]>
! 
! 	* src/: faubackup-gather.c, faubackup-scatter.c: remove short
! 	  option from --version
! 
! 2004-03-17  Martin Waitz <[email protected]>
! 
! 	* doc/: faubackup-find.8.in, faubackup-gather.8.in, faubackup.8.in,
! 	  faubackup.conf.5.in: manpage updates
! 
! 2004-03-17  Martin Waitz <[email protected]>
! 
! 	* doc/faubackup-gather.8.in: update email
! 
! 2004-03-17  Martin Waitz <[email protected]>
! 
! 	* ChangeLog: update changelog
! 
! 2004-03-17  Martin Waitz <[email protected]>
! 
! 	* configure.ac, src/faubackup-gather.c, src/faubackup-scatter.c:
! 	  use libpopt for option parsing faubackup-gather does not preserve
! 	  atime by default now, can be activated with --preserve-atime
! 
! 2004-03-17  Martin Waitz <[email protected]>
! 
! 	* configure.ac: make it work with older autoconf/automake
! 
! 2004-03-17  Martin Waitz <[email protected]>
! 
! 	* acinclude.m4: fix silly bug with recursive expansion
! 
! 2004-03-15  Martin Waitz <[email protected]>
! 
! 	* src/faubackup-find.in: make **/ match files in the current
! 	  directory, too patch by Wolfgang Kroworsch
! 
! 2003-12-22  Martin Waitz <[email protected]>
  
  	* README: remove old things
  
! 2003-12-22  Martin Waitz <[email protected]>
! 
! 	* AUTHORS, doc/faubackup-find.8.in, doc/faubackup.8.in,
! 	  doc/faubackup.conf.5.in: update email address
! 
! 2003-12-22  Martin Waitz <[email protected]>
  
  	* doc/faubackup.8.in: fix typo
  
! 2003-12-22  Martin Waitz <[email protected]>
  
! 	* ChangeLog: update
  
! 2003-12-22  Martin Waitz <[email protected]>
  
! 	* configure.ac, doc/faubackup.8.in, doc/faubackup.conf.5.in,
! 	  src/faubackup.in: expand sysconfdir
  
! 2003-12-22  Martin Waitz <[email protected]>
  
! 	* acinclude.m4: add as_ac_expand from
! 	  http://cvs.sourceforge.net/viewcvs.py/*checkout*/autostars/autostars/ac-expand/as-ac-expand.m4
  
! 2003-12-19  Martin Waitz <[email protected]>
  
  	* ChangeLog, Makefile.am: use real name/email in ChangeLog
  
! 2003-12-19  Martin Waitz <[email protected]>
  
! 	* ChangeLog: update
! 
! 2003-12-19  Martin Waitz <[email protected]>
! 
! 	* configure.ac, doc/Makefile.am: use symlink for
! 	  faubackup-scatter.8 man page
! 
! 2003-12-18  Martin Waitz <[email protected]>
  
  	* README: remove install section
  
! 2003-12-16  Martin Waitz <[email protected]>
  
  	* debian/copyright: update debian copyright file
  
! 2003-12-15  Martin Waitz <[email protected]>
  
  	* src/faubackup.in: use @sysconfdir@ and @PACKAGE_*@
  
! 2003-12-15  Martin Waitz <[email protected]>
  
! 	* configure.ac, doc/faubackup-find.8, doc/faubackup-find.8.in,
! 	  doc/faubackup-gather.8, doc/faubackup-gather.8.in,
! 	  doc/faubackup.8, doc/faubackup.8.in, doc/faubackup.conf.5,
! 	  doc/faubackup.conf.5.in: use @sysconfdir@ to locate
! 	  faubackup.conf in scripts and documentation use @PACKAGE_*@ to
! 	  name the package
! 
! 2003-12-14  Martin Waitz <[email protected]>
  
  	* .cvsignore: ignore autom4te.cache
  
+ 2003-12-14  Martin Waitz <[email protected]>
+ 
  	* ChangeLog, Makefile.am: add ChangeLog file to cvs
  
+ 2003-12-14  Martin Waitz <[email protected]>
+ 
  	* src/Makefile.am: fix typo
  
+ 2003-12-14  Martin Waitz <[email protected]>
+ 
  	* INSTALL: add default INSTALL file
  
! 2003-12-11  Martin Waitz <[email protected]>
  
  	* src/Makefile.am: add faubackup.h to distribution
  
+ 2003-12-11  Martin Waitz <[email protected]>
+ 
  	* .cvsignore, debian/.cvsignore, doc/.cvsignore, src/.cvsignore:
! 	  update cvsignore
! 
! 2003-12-11  Martin Waitz <[email protected]>
  
  	* ChangeLog: add empty ChangeLog for now
  
+ 2003-12-11  Martin Waitz <[email protected]>
+ 
  	* debian/compat: use debhelper 4
  
+ 2003-12-11  Martin Waitz <[email protected]>
+ 
  	* debian/control: build-depend on dh 4.1.46 as per cdbs.html
  
! 2003-12-11  Martin Waitz <[email protected]>
  
! 	* src/: faubackup-gather.c, faubackup-scatter.c: remove all
! 	  remaining *64 calls
  
! 2003-12-11  Martin Waitz <[email protected]>
! 
! 	* debian/: changelog, control, rules: use CDBS
! 
! 2003-12-11  Martin Waitz <[email protected]>
! 
! 	* configure.ac, src/faubackup-find.in, src/faubackup.in: let
! 	  autoconf find perl
! 
! 2003-12-11  Martin Waitz <[email protected]>
  
  	* src/faubackup-scatter.c: fix compilation
  
+ 2003-12-11  Martin Waitz <[email protected]>
+ 
  	* Makefile, Makefile.am, NEWS, configure.ac: use autoconf
  
! 2003-12-11  Martin Waitz <[email protected]>
  
! 	* src/: faubackup-gather.c, faubackup-scatter.c: use generic stat
! 	  instead of stat64
! 
! 2003-12-10  Martin Waitz <[email protected]>
  
  	* src/faubackup-scatter.c: only use lchown when available
  
! 2003-12-10  Martin Waitz <[email protected]>
  
! 	* Makefile.am, faubackup-find.8, faubackup-find.pl,
! 	  faubackup-gather.8, faubackup-gather.c, faubackup-scatter.c,
! 	  faubackup.8, faubackup.conf.5, faubackup.h, faubackup.pl,
! 	  debian/changelog, doc/Makefile.am, doc/faubackup-find.8,
! 	  doc/faubackup-gather.8, doc/faubackup.8, doc/faubackup.conf.5,
! 	  src/Makefile.am, src/faubackup-find.in, src/faubackup-gather.c,
! 	  src/faubackup-scatter.c, src/faubackup.h, src/faubackup.in:
! 	  restructure source tree and start to use automake
! 
! 2003-10-16  Martin Waitz <[email protected]>
  
  	* TODO: add acls
  
+ 2003-10-16  Martin Waitz <[email protected]>
+ 
  	* Makefile: build c progs in one pass
  
! 2003-10-16  Martin Waitz <[email protected]>
! 
! 	* Makefile, debian/changelog: new version, again... ;)
! 
! 2003-10-16  Martin Waitz <[email protected]>
  
  	* Makefile: use $(CC) for linking
  
! 2003-10-15  Martin Waitz <[email protected]>
  
! 	* faubackup-gather.c, debian/changelog: don't warn if
! 	  faubackup-gather can't reset access time
! 
! 2003-10-15  Martin Waitz <[email protected]>
  
  	* debian/changelog: update changelog
  
+ 2003-10-15  Martin Waitz <[email protected]>
+ 
  	* debian/rules: explicitly use gcc for the debian package
  
! 2003-10-15  Martin Waitz <[email protected]>
! 
! 	* Makefile: use -c to generate object files how could it even work
! 	  before???
! 
! 2003-10-15  Martin Waitz <[email protected]>
  
  	* debian/rules: who the fuck needs configure target anyways?
  
+ 2003-10-15  Martin Waitz <[email protected]>
+ 
  	* debian/rules: fix build dependency on configure-stamp
  
! 2003-10-15  Martin Waitz <[email protected]>
! 
! 	* faubackup-scatter.c: check difference in uid/gid only after we
! 	  tried to set them, as we must not check for them when we are
! 	  unable to change ownership, which may happen when we are not
! 	  called by root
! 
! 2003-10-15  Martin Waitz <[email protected]>
  
  	* Makefile, debian/changelog: update version number
  
! 2003-10-15  Martin Waitz <[email protected]>
  
! 	* faubackup-scatter.c: don't count as error if setting ownership is
! 	  not possible
! 
! 2003-10-15  Martin Waitz <[email protected]>
! 
! 	* faubackup-scatter.c: set mode after owner this way backup as
! 	  non-root doesn't complain about non-writeable files
! 
! 2003-10-15  Martin Waitz <[email protected]>
  
  	* TODO: update
  
! 2003-09-03  Martin Waitz <[email protected]>
  
  	* Makefile: version 0.5.2
  
+ 2003-09-03  Martin Waitz <[email protected]>
+ 
  	* debian/changelog: update changelog
  
+ 2003-09-03  Martin Waitz <[email protected]>
+ 
  	* debian/control: update standards version
  
+ 2003-09-03  Martin Waitz <[email protected]>
+ 
  	* debian/rules: correctly use time stamps
  
! 2003-08-31  Martin Waitz <[email protected]>
  
! 	* faubackup-find.8, faubackup-find.pl, debian/changelog: use
! 	  command-line option to disable regexps in faubackup-find
  
! 2003-08-26  Martin Waitz <[email protected]>
  
  	* debian/changelog: update changelog
  
! 2003-08-26  Martin Waitz <[email protected]>
! 
! 	* faubackup-find.8: make clear paths in ignore list have to be
! 	  relative
! 
! 2003-08-26  Martin Waitz <[email protected]>
  
  	* faubackup-find.pl: fix typo
  
! 2003-08-24  Martin Waitz <[email protected]>
  
  	* faubackup-find.pl: correctly ignore all invalid regexps
  
! 2003-08-24  Martin Waitz <[email protected]>
  
! 	* faubackup-find.pl: disable raw regexp matching if environment
! 	  variable FAUBACKUP_FIND contains 'noregexp'
! 
! 2003-08-20  Martin Waitz <[email protected]>
  
  	* faubackup-gather.8: document end-of-backup marker
  
! 2003-08-20  Martin Waitz <[email protected]>
  
! 	* Makefile, README, faubackup-find.8, faubackup-find.pl,
! 	  faubackup-gather.8, faubackup-gather.c, faubackup-scatter.c,
! 	  faubackup.8, faubackup.conf.5, faubackup.h, faubackup.pl: update
! 	  copyright timestamps
! 
! 2003-04-30  Martin Waitz <[email protected]>
  
  	* debian/changelog: add changelog for upcoming 0.5.2
  
! 2003-03-27  Martin Waitz <[email protected]>
  
  	* faubackup-find.pl: fix check of commandline ignore patterns
  
! 2003-03-13  Martin Waitz <[email protected]>
  
! 	* debian/: changelog, control: new standards version
! 
! 2003-03-13  Martin Waitz <[email protected]>
  
  	* Makefile: update version
  
+ 2003-03-13  Martin Waitz <[email protected]>
+ 
  	* faubackup.pl: fix compilation
  
+ 2003-03-13  Martin Waitz <[email protected]>
+ 
  	* debian/changelog: update
  
! 2003-03-13  Martin Waitz <[email protected]>
! 
! 	* faubackup.pl, faubackup.conf.5: introduce $getroot
! 
! 2003-03-13  Martin Waitz <[email protected]>
  
  	* faubackup-scatter.c: check for ENOSPC
  
+ 2003-03-13  Martin Waitz <[email protected]>
+ 
  	* debian/changelog: update
  
+ 2003-03-13  Martin Waitz <[email protected]>
+ 
  	* faubackup.8: document PATH for remote
  
! 2003-03-06  Martin Waitz <[email protected]>
  
! 	* faubackup-find.pl: do a syntax check of ignore patterns while
! 	  parsing them
  
! 2003-03-05  Martin Waitz <[email protected]>
  
! 	* debian/: changelog, control: update standards version
! 
! 2003-03-05  Martin Waitz <[email protected]>
  
  	* .cvsignore, debian/.cvsignore: add .cvsignore
  
! 2003-03-05  Martin Waitz <[email protected]>
  
! 	* faubackup-scatter.c, faubackup.h: fix end marker detection
  
! 2003-03-05  Martin Waitz <[email protected]>
! 
! 	* faubackup-gather.c, faubackup-scatter.c, faubackup.8,
! 	  debian/changelog: Use "." as end marker to detect broken backups
! 
! 2003-03-04  Martin Waitz <[email protected]>
  
  	* faubackup.pl: mkdir the backup-dir only once
  
+ 2003-03-04  Martin Waitz <[email protected]>
+ 
  	* faubackup-gather.c: correctly initialize end marker
  
+ 2003-03-04  Martin Waitz <[email protected]>
+ 
  	* debian/changelog: update changelog
  
+ 2003-03-04  Martin Waitz <[email protected]>
+ 
  	* faubackup.pl: correct hostname parsing
  
+ 2003-03-04  Martin Waitz <[email protected]>
+ 
  	* Makefile: don't use '=' in filenames
  
+ 2003-03-04  Martin Waitz <[email protected]>
+ 
  	* faubackup-scatter.c: correctly use 64bit size on scatter
  
+ 2003-03-04  Martin Waitz <[email protected]>
+ 
  	* README: mention sf.net in README
  
! 2003-02-26  Martin Waitz <[email protected]>
  
! 	* README, faubackup-find.8, faubackup-gather.8, faubackup.8: point
! 	  mailing list to sf.net
  
! 2003-02-26  Martin Waitz <[email protected]>
  
! 	* faubackup-gather.c, faubackup-scatter.c, faubackup.h: special
! 	  mode for large files
  
! 2003-02-26  Martin Waitz <[email protected]>
  
! 	* Makefile, TODO, faubackup-find.8, faubackup-find.pl,
! 	  faubackup-gather.c, faubackup-scatter.c, faubackup.h,
! 	  faubackup.pl, debian/changelog: merge initial 64bit support many
! 	  small fixes
  
! 2003-02-26  Martin Waitz <[email protected]>
  
! 	* TODO, faubackup-gather.c, faubackup-scatter.c, faubackup.8,
! 	  debian/changelog, debian/control, debian/copyright,
! 	  debian/faubackup.cron.daily, debian/faubackup.dirs,
! 	  debian/faubackup.docs, debian/faubackup.files, debian/rules:
! 	  import patch from faubackup_0.5pre1-2.diff.gz
  
! 2003-02-26  Martin Waitz <[email protected]>
  
! 	* faubackup.conf, faubackup.conf.5, faubackup.h, faubackup.pl,
! 	  faubackup-gather.8, faubackup-gather.c, faubackup-scatter.c,
! 	  faubackup.8, AUTHORS, COPYING, Makefile, README, TODO,
! 	  faubackup-find.8, faubackup-find.pl: Initial revision
  
! 2003-02-26  Martin Waitz <[email protected]>
! 
! 	* faubackup.conf, faubackup.conf.5, faubackup.h, faubackup.pl,
! 	  faubackup-gather.8, faubackup-gather.c, faubackup-scatter.c,
! 	  faubackup.8, AUTHORS, COPYING, Makefile, README, TODO,
! 	  faubackup-find.8, faubackup-find.pl: initial import
  



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click