    Copyright (C) 2005, 2006, 2007 Stewart Adam
    This file is part of fwbackups.

    fwbackups is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    fwbackups is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with fwbackups; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

This is the full fwbackups changelog, with detailed listing of changes between
various versions dating all the way back from the very beginning.

|| Version 1.43.1 changes ||
   * Thu Jul 22 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Sparse should actually change something in backend.py
      - Add "follow links" feature
      - Add copyright notice about gnome-icon-theme
      - Tray icon's checkbox should change when the window hides 
      - Fix a bug where using tar.gz would result in the backup archiving itself
      - Remove mimetype from .desktop for now
   * Thu Jul 21 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - The restore desination should still have a permissions check
      - Sparse shouldn't be always insensitive
      - Fix that damn move-mouse-progressbar-lags bug!
   * Thu Jul 19 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - main fwbackups window can be hidden via tray icon
   * Wed Jul 18 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - I thought making these stupid mistakes was over... Automatic backup in
        1.43.0 didn't work. At all :/ (fix %(d)s bug)
      - Add documentation... Those Help buttons should do something!

|| Version 1.43.0 changes ||
   * Sun Jul 8 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - .pot needs to include fwbackups-run(once)
      - Fix fwbackups-runonce so that it doesn't always double-loop paths
      - Don't wait 5 seconds in between subprocess return checks. Something more
        instant, like 0.01 is nice.
      - Non-recursive backups should actually work without the need of the GUI
        to add a massive list of files (aka, make dir/* work)
      - More debug messages
   * Sat Jul 7 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Add new options (sparse, exclude, etc) upon import
      - Fix up changelog dates to use RPM style
      - Use a non-stock icon!
   * Tue Jul 3 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Makefile fixes (DESTDIR problems)
      - fwbackups now has preferences
      - Add a working tray icon with pynotify notifications to boot
      - Add an AUTHORS file
   * Sat Jun 23 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Fix the uninstall script and ask for root if not root
   * Thu Jun 21 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Niceness is -20 to 19, not -19 to 19


|| Version 1.43.0rc3 changes ||
   * Tue Jun 19 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Make PrintToo obey the set level, too
      - Complete fwbackups-runonce
      - Fix argument handling of fwbackups-run (-v is an argument, not a set
        name!)
      - Check for bad number of arguments in all callable scripts
   * Mon Jun 18 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Let's implement the new GUI options into .conf's and the backend
      - Niceness control!
   * Sat May 29 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - More options in GUI (Exclude paths, sparse files)
      - Don't check for permissions on root (/)

|| Version 1.43.0rc2 changes ||
   * Sat May 12 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Make menu entry for "Backup Set Now" work
      - Clean up after 1.42.x versions (remove entry in /etc/crontab)
      - Add DnD support
      - Listen to fdisk's stderr, too
      - rsync engine now uses relative paths as tar and tar.gz does

|| Version 1.43.0rc1 changes ||
   * Mon Mar 7 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Test & Fix various Restore features
      - Fix GUI locking (again... *sigh*)
      - If it's not a supported archive, bail out in backend
      - Regen .pot
   * Thu Mar 3 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Move to a Makefile
      - Generate pot file ready for translation
      - Add a basic fwbackups-runonce
   * Tue Mar 1 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Progress in the UI now works
      - Fix double-while GTK bug so you don't have to click to refresh things
   * Fri Apr 26 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Start using dates like this
      - Check permission on restore destination upon administrator startup
      - Fix About dialog version (had to do with __init__.py)
      - Save current version when converting from older config files so it try 
        doesn't to import over and over and over again.
      - Fix import/export dialogs, they didn't show up at first
      - Rewrite backend to be more effecient
   * Mon Apr 30 2007 Stewart Adam <s.adam[at]diffingo[dot]com>
      - Don't tar then gzip. tar cfz instead.
      - Add more debug messages
      - Date comes first in log now
      - Cancel actually cancels right away!

|| Version 1.43.0beta3 changes ||
      - Don't allow selection of menu items when it's not allowed (eg, when the
  interface is locked or no set is selected)
      - Fxied sveeral seplling erorrs ;)

|| Version 1.43.0beta2 changes ||
      - Keep old backups properly.
      - Minor bugfixes
      - String changes


|| Version 1.43.0beta1 changes ||
      - New UI, partially Gnome HIG 2.0 compliant
      - Permission checks!
      - More error-redunant, shows and logs all errors
      - Threading!
      - Archive, compressed archive support
      - Backups sets
      - Userspace log
      - "Errors in log label" for failed backup notification
      - Browse buttons for paths
      - More effecient coding
      - Cancelling a restore or backup works now.

|| Version 1.42.2 changes ||
      - Copy doc files when using install.sh
      - Don't freeze on nonregular files.

|| Version 1.42.1 changes ||
      - Fix the copyright messages: Some stated FWaudio-convert-mod, and some used
  caps in the name which is now all lowercase.
      - Moved the defaults configuration file to /usr/share/fwbackups

|| Version 1.42 changes ||
      - 'backupconfigure' command renamed to 'fwbackups'
      - 'runbackup' command renamed to 'fwbackups-run'
      - Changed rsync backend to internal python's shutil, more portable & rsync was
  providing no speed increase
      - Re-coded all callbacks for better portability, functionality and they also
  now leave more room for future expansion
      - Added better comments to python sources
      - Now using 100% Glade for the GUI part
      - Added 'On The Spot' backup feature (on-demand backups)
      - Added 'Keep X old backups'  feature
      - Added additional time selectors for cron: minute, day(s) of week and month(s).
      - Changed the name to all lowercase (from 'FWBackups' to 'fwbackups')

|| Version 1.41 changes ||
      - Implemented rsync as a backend.

|| Version 1.4 changes ||
      - First relatively stable release.
