FauBackup: Changes to 'refs/tags/v0.5.9'

"Martin Waitz, Lachnerstrasse 65, +49 179 8230 463, +49 9131 6878391, 91058 Erlangen" <[email protected]> Thu, 14 Sep 2006 02:31:02 +0200
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Tag 'v0.5.9' created by Martin Waitz <[email protected]> at 2006-09-14 01:26 +0200

FauBackup 0.5.9

Changes since v0.5.0:
Erik Merkel:
      CVS Test
      added ".authors" for cvs2cl name resolution in changelog

Martin Waitz:
      do a syntax check of ignore patterns while parsing them
      document PATH for remote
      update
      check for ENOSPC
      introduce $getroot
      update
      fix compilation
      update version
      new standards version
      fix check of commandline ignore patterns
      add changelog for upcoming 0.5.2
      update copyright timestamps
      document end-of-backup marker
      disable raw regexp matching if environment variable FAUBACKUP_FIND
      correctly ignore all invalid regexps
      fix typo
      make clear paths in ignore list have to be relative
      update changelog
      use command-line option to disable regexps in faubackup-find
      correctly use time stamps
      update standards version
      update changelog
      version 0.5.2
      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
      ignore generated files
      update build-depends
      update
      fix umask for newly created files.
      bump version number
      update
      cleanup
      use Getopt::Long
      for consistency: -? to display help
      support for --one-file-system
      update
      typo
      use some more Getopt features.
      document --one-file-system
      create directories with mode 0700
      update usage info text
      start of testsuite
      add test for faubackup-find
      run testsuite when building the debian package
      add perl-modules dependency
      add note about samba
      typo
      update find docs
      update
      remove unneeded check. thanks erik for noticing
      clarify docu
      update .cvsignore
      make location of main config file configurable
      use "root" for the root file system in remote backups by default
      FauBackup does not cope when it tries to backup its own backup target directories.
      rename .cvsignore to .gitignore
      remove support to generate ChangeLog from CVS
      fix quoting of autoconf macro AC_AS_EXPAND
      fix .gitignore files
      hmpf, fix the check for the ..inodes directory
      don't use maintainer mode, it's not useful with recent automake versions
      use AC_GNU_SOURCE to enable newer Linux features
      update debian changelog
      use O_NOATIME for opening files
      update copyright year
      ignore backup files
      Really propagate the error status of child processes.
      Merge branch 'master' of ssh://admingilde.org/pub/git/martin/faubackup
      Consolidate error messages.
      Test for O_NOATIME in configure.
      update changelog
      Fix the testsuite.
      make debian/rules executable
      gitignore configure.lineno
      Add a HACKING file describing how to build from scratch.
      Update FSF address.
      update debian policy version.
      Fix a format string compiler warning.
      include test sources in the tarball.
      add makefile target to build clean Debian package out of GIT.
      Add automake notice to .am files.
      clean up after creating release.
      FauBackup 0.5.9

---
 .cvsignore                |    1 
 .gitignore                |   20 +
 AUTHORS                   |    2 
 COPYING                   |   27 -
 ChangeLog                 |  588 ++++++++++++++++++++++++++++++++
 HACKING                   |   28 +
 INSTALL                   |  229 ++++++++++++
 Makefile                  |  103 -----
 Makefile.am               |   73 +++
 NEWS                      |   30 +
 README                    |   36 -
 TODO                      |   40 ++
 acinclude.m4              |   43 ++
 configure.ac              |   59 +++
 debian/.cvsignore         |    3 
 debian/.gitignore         |    4 
 debian/changelog          |   84 ++++
 debian/compat             |    1 
 debian/control            |    6 
 debian/copyright          |   23 -
 debian/rules              |   86 ----
 doc/.gitignore            |    7 
 doc/Makefile.am           |   10 
 doc/faubackup-find.8.in   |  117 ++++++
 doc/faubackup-gather.8.in |  144 +++++++
 doc/faubackup.8.in        |  242 +++++++++++++
 doc/faubackup.conf.5.in   |  122 ++++++
 faubackup-find.8          |   97 -----
 faubackup-find.pl         |  143 -------
 faubackup-gather.8        |  125 ------
 faubackup-gather.c        |  320 -----------------
 faubackup-scatter.c       |  798 -------------------------------------------
 faubackup.8               |  220 ------------
 faubackup.conf.5          |  112 ------
 faubackup.h               |   32 -
 faubackup.pl              |  486 --------------------------
 src/.gitignore            |    8 
 src/Makefile.am           |    7 
 src/faubackup-find.in     |  221 ++++++++++++
 src/faubackup-gather.c    |  376 ++++++++++++++++++++
 src/faubackup-scatter.c   |  842 ++++++++++++++++++++++++++++++++++++++++++++++
 src/faubackup.h           |   32 +
 src/faubackup.in          |  517 ++++++++++++++++++++++++++++
 tests/.gitignore          |    2 
 tests/atconfig.in         |    1 
 tests/atlocal.in          |    1 
 tests/t_find.at           |   59 +++
 tests/t_help.at           |   22 +
 testsuite.at              |   15 
 49 files changed, 3985 insertions(+), 2579 deletions(-)
---

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642