faubackup ChangeLog,1.1,1.2 Makefile.am,1.2,1.3

[email protected] Sat, 13 Dec 2003 18:48:25 -0800
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup
In directory sc8-pr-cvs1:/tmp/cvs-serv9746

Modified Files:
	ChangeLog Makefile.am 
Log Message:
add ChangeLog file to cvs


Index: ChangeLog
===================================================================
RCS file: /cvsroot/faubackup/faubackup/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ChangeLog	11 Dec 2003 01:08:19 -0000	1.1
--- ChangeLog	14 Dec 2003 02:48:23 -0000	1.2
***************
*** 0 ****
--- 1,211 ----
+ 2003-12-14  tali  <tali@pergament>
+ 
+ 	* src/Makefile.am: fix typo
+ 
+ 	* INSTALL: add default INSTALL file
+ 
+ 2003-12-11  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* TODO: add acls
+ 
+ 	* Makefile: build c progs in one pass
+ 
+ 	* debian/changelog, Makefile: new version, again... ;)
+ 
+ 	* Makefile: use $(CC) for linking
+ 
+ 2003-10-15  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* Makefile: version 0.5.2
+ 
+ 	* debian/changelog: update changelog
+ 
+ 	* debian/control: update standards version
+ 
+ 	* debian/rules: correctly use time stamps
+ 
+ 2003-08-31  tali  <tali@pergament>
+ 
+ 	* debian/changelog, faubackup-find.8, faubackup-find.pl:
+ 	use command-line option to disable regexps in faubackup-find
+ 
+ 2003-08-26  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* debian/changelog: add changelog for upcoming 0.5.2
+ 
+ 2003-03-27  tali  <tali@pergament>
+ 
+ 	* faubackup-find.pl: fix check of commandline ignore patterns
+ 
+ 2003-03-13  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* faubackup-find.pl:
+ 	do a syntax check of ignore patterns while parsing them
+ 
+ 2003-03-05  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* 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  tali  <tali@pergament>
+ 
+ 	* 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
+ 

Index: Makefile.am
===================================================================
RCS file: /cvsroot/faubackup/faubackup/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am	11 Dec 2003 00:14:05 -0000	1.2
--- Makefile.am	14 Dec 2003 02:48:23 -0000	1.3
***************
*** 4,8 ****
  dist_sysconf_DATA = faubackup.conf
  
! # ChangeLog is automatically generated
! dist-hook:
! 	rcs2log > ChangeLog
--- 4,9 ----
  dist_sysconf_DATA = faubackup.conf
  
! changelog:
! 	rcs2log | cat - ChangeLog > ChangeLog.new
! 	mv ChangeLog.new ChangeLog
! 	$(EDITOR) ChangeLog




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/