GBAK Scheduler for Interbase, Firebird

2018-04-03, 1.0.19
- Added per-task option for using ISC_USER / ISC_PASSWORD
  environmental variable instead of username password
- Added per-task option "Skip data" (new in Firebird 3.0)

2016-05-01, 1.0.18
- Global option "Use first backup in Month as Monthly backup" 
  (FirstDayMonthlyBackup) is now available on new "Extras" 
  Options page.
- Added new global option "Extend Smart Set monthly backup 
  from 6 to 12 months". Available on new "Extras" Options page.

2016-04-08, 1.0.17
- Added per-task option for encrypting ZIP file

2014-09-22, 1.0.16
- Per-task option "E-mail error log when an error occurs" was
  working only in service mode. Fixed.

2014-02-13, 1.0.15
- Added option for performing unlimited plain backup set.
  When using this option, backup file name includes date and
  time. This option is configurable per task.
- Fixed FTP support:
  * TransferType is changed from ASCII to Binary (md5sum was
    not exact after FTP transfer)
  * Added FTP KeepAlive functionality
  * Added Trace and Error log for any exception in FTP transfer

2013-10-03, 1.0.14
- Fixed FTP support for large files.
- Important: new version of ssleay32.dll and libeay32.dll
  distributed.
- Fixed CriticalSection bug when working with Trace option.

2013-09-30, 1.0.13
- Added SSL/TLS support for sending emails.
- 2 new files distributed ssleay32.dll and libeay32.dll
  for SSL/TLS support.

2013-02-24, 1.0.12
- Added .Bat file for installing and removing service
  application.
- Command line service install now installs service
  in AutoStart mode (before in MANUAL start mode).
- Installing service using GUI now also starts the 
  service.

2013-02-17, 1.0.11
- Added option to use Service Manager when performing
  backup. This option is configurable per task.  
- Added option to configure program to run before and
  after executin of backup task.
- Added option to email error log file when there is
  an error in executing backup task.

2011-08-01, 1.0.10
- New ZIP component with Zip64 (4.5) support  allows 
  more and/or larger files, stores UTF8 file names  
  supports international file names.

2011-01-29, 1.0.9
- Backup was not working correctly if database server
  was on Linux machine (renaming of temporary backup
  file failed). Corrected.

2009-07-27, 1.0.8
- New version of delphi zip dll (1.79.11.13)
- FTP mirror support added:
  * Now it is possible to mirror backup files to FTP
    server. FTP proxy settings are avaliable on Options
    panel.
- Fixed encryption / decryption of passwords etc. in
  gbakschd.ini settings file. In some cases it was 
  possible that encryption algorithm created string
  that included FF (form feed), LF (line feed) etc.
  characters. These caused that such string was not
  readed correctly from ini file (known limitation of
  ini files). Now these encrypted strings are also
  Base64 encoded and stored in seperate keys in ini
  file to preserve backward compatibility. If program
  finds new Base64 encoded key then it uses it, else
  it reads old string.

2009-03-15, 1.0.7
- New action for creating a copy of a backup task.

2009-02-10, 1.0.6
- Sending emails using TSocket is replaced with Indy 
  components.
- Enhanced email settings: 
  * You can specify sender name and address. 
  * SMTP servers that require authenticationare now 
    supported. 
  * Custom SMTP server port is now supported. 
  * Email can have custom Subject text (configured per 
    task). 
  * Email form is configurable globaly with 3 options 
    to choose: Html, plain log fileand zipped log file.
- "Plain set" preserved backups is extended from 100 to 
  365 so you can have backup for whole year.  

2009-01-11, 1.0.5
- "Plain Set" backup plan was not working correctly in 
  combination with creating ZIP backup.
- Added new option to include partial log file into ZIP 
  file. This is GBAK part of the log.

2008-11-19, 1.0.4
- Executing help from main menu now works again.
- Minor correction in Trace (debug) mode. Database and 
  backup path was executed as quoted, but this was not 
  visible in trace log.

2007-10-09, 1.0.3
- NT Service Installation now puts service path in double 
  quotes if it contains spaces.

2007-10-08, 1.0.2
- Fixed backup creation for databases with spaces in 
  database, backup or Logging path

2007-09-26, 1.0.1
- Rebuilded in Delphi 2006
- Added *.ib, *.fdb to database dialog filter

