1.2.0 - 20080113
================
 * New backup method: wget
   now you can use the wget method to make full remote mirrors or single/multiple
   files retrieval from ftp and http servers
 * Many sanity checks and fixes to the mysql method
 * Many enhancements to the appearance of html reports
 * Created the synbak logo and made them the default for the new backups
 * Major refactoring of html report code and css file structure, now the html
   reports appearance is fully customizable via the external synbak.css file,
   and the html pages are now fully CSS 2.0 compliant (because of this major
   change, you must rebuild all html indexes if you want correctly see the old
   reports, use this command: synbak -s system -m method -r html -R ria)
 * HTML reports are now validated to the W3C XHTML 1.0 Strict standard
 * Integrated the tablesort.js javascript library to the html reports, so is now
   possibile to do realtime sorting and reordering of the synbak reports tables.
   Many thanks to frequency-decoder.com by releasing this cool library (nb.
   the license of tablesort.js is not GPL but Creative Commons
   Attribution-ShareAlike 2.5 license)
 * Updated the FAQ file

1.1.0 - 20071212
================
  * Internal development release

1.0.12 - 20071129
================
 * Almost complete mysql method rewrite with a lot of useful features:
   now you can use the -M switch to make splitted database dumps (each db in a
   separate dump file). ex. synbak -s dbserver -m mysql -M split
   however the default beaviour is always to make --all-databases dumps (all db in a single file)
 * Italian translation fixes
 * Added Volume Tag (BARCODE) reporting for tape media changers that support this
 * Added a text string to exclude databases from oracle's backups
 * Fixed the cifs umount function (thanks to Robby Pedrica)
 * Cleanups in the calendar php extension (thanks to Federico Kereki)
 * Removed the -S command option because it's unused right now
 * Updates to the FAQ file

1.0.11 - 20061030
================
 * Fixed a bug in rsync method when 'backup_no_make_destdir' option is used
 * Fixed another bug in the host check function, now remote backup should be run on SuSE Linux distro also
   explanation: the 'nc' command under SuSE is named 'netcat' and this prevent the 'host_check_port' function to works properly
   many thanks to Sascha Vogt and Nicolas Fischer for suggestions.
 * Fixed a bug in the cifs umount function
 * Updated FAQ file

1.0.10 - 20061014
================
 * Fixed an annoying bug in the 'host port check' function used in remote backups, causing remote host check always fail.
   synbak use 'nc' command for probing remote service ports and verify if the remote host is up or down.
   On some systems nc doesn't work as expected, returning error codes even if the command line options are corrects.
   for example, in working nc installations to verify if your mysql server is up, if you run 'nc -z localhost 3306', nc must
   return a 'success' message (with return code 0). In not working nc installations nc doesn't accept this command.
 * Reworked autoconf files for better portability
 * Added many comments to synbak functions source files
 * Some code cleanup
 * Many updates to FAQ file, please read this if you want know many useful tips about synbak

1.0.9 - 20060914
================
 * Added 'Operating System Kernel Version' to backup report
 * Added 'Method command options' to backup report
 * Added 'Calendar View', a new and very useful feature to HTML reports (many thanks to James Van't Slot of http://www.simple-reliable.com/ for the contrib)
   Rebuild your html indexes to update all reports
 * Updated synbak.spec for auto rpm building
 * Updated FAQ

1.0.8 - 20060822
================
 * Misc graphical enhancements to html and rss reports (if you want rebuild the indexes of your HTML report directory,
   launch synbak with the following command: synbak -s yoursystem -m yourmethod -r html -R ria)
 * Because Synbak is not arch (i386, x86_64, ppc, etc...) dependent, the methods, reports and functions files are
   moved from /usr/lib/synbak to /usr/share/synbak for better compatibility on multilib systems.
   (many thanks to Dag Wieers for the suggestion)
 * Now html reports can be viewed correctly on terminal based browsers (like elinks, lynx, etc...)
 * Added an initial FAQ (Frequently Asked Questions) text file to main synbak package

1.0.7 - 20060819
================
 * Added the Synbak Server Hostname to the email report subject
 * More robust smb/cifs mount procedure
 * Failback to cifs mount if the current kernel doesn't support smbfs protocol
 * Some minor bug fixes

1.0.6 - 20060729
================
 * Fixed a bug in the tar and tape backup verify
 * Fixed a bug in the tar and tape total size and speed calculation
 * Renamed the cdrw method to laserdisc
 * Some fixes in the the laserdisc method (tested against Fedora Core 5 mkisofs and cdrecord commands)
 * Added the "backup_exclude" option to laserdisc method

1.0.5 - 20060712
================
 * New backup method: oracle
   Now via oracle's "exp" command is possible to make a full dump of local or remote oracle database servers
 * Added a new informational field to ASCII detailed report: synbak server hostname
 * Fixed a bug in the MySQL local method
 * Using a better way to manage temp directory on old systems
 * Many fix in the cifs/smb mount and remote host checks

1.0.4 - 20060602
================
 * Now each backup step has an error.log and stats.log file created in the temp dir
 * Some minor bug fixes

1.0.3 - 20060520
================
 * The rsync over SMB/CIFS protocol now should works better (Improved the remote
   host check and mount functions) 
 * Many code cleanups

1.0.2 - 20060324
================
 * Show Synbak version in the title of html reports
 * Added some useful comments to example.conf file
 * Added a new config directive. backup_no_make_destdir
   useful if you don't want create automatically the destination backupdir.
   this always assume backup_incremental=no and is useful on rsync backup only
 * Now tar method can produce flat tar archives without compression

1.0.1 - 20060318
================
 * Fixed a bug in the auto erase routine that keeped too many days
 * First version using GNU autotools for better portability

1.0.0 - 20060218
================
 * First public version, look into README file to find a list of supported features
