2019-01-12  Max Satula <maksym.satula@gmail.com>

* Allow connection as SYSASM, SYSBKP, SYSDGD, SYSKMT, and SYSRAC

2017-07-16  Max Satula <maksym.satula@gmail.com>

* Add man page

2017-07-12  Max Satula <maksym.satula@gmail.com>

* Fix crash in --ls when Oracle directory object points
  to a nonexistent directory
* Do not print column names if no files found in --ls

2016-04-18  Max Satula <maksym.satula@gmail.com>

* Fix compiler warnings

2016-01-06  Max Satula <maksym.satula@gmail.com>

* Some code refactoring

2016-01-01  Max Satula <maksym.satula@gmail.com>

* Add ability to calculate MD5 or SHA1 digests in --ls
* Some code refactoring

2015-12-31  Max Satula <maksym.satula@gmail.com>

* Improve and optimize wildcard filtering for --ls

2015-12-30  Max Satula <maksym.satula@gmail.com>

* Write (no access) if unable to get file size/date in --ls

2015-12-29  Max Satula <maksym.satula@gmail.com>

* Allow connection as SYSDBA or as SYSOPER
* Try to detect server type and abort if not DEDICATED when downloading

2015-10-15  Max Satula <maksym.satula@gmail.com>

* Support of large (>2Gb) files in 32-bit systems

2015-07-07  Max Satula <maksym.satula@gmail.com>

* Tolerate Oracle directories may or may not be specified in uppercase in a command line

2015-05-15  Max Satula <maksym.satula@gmail.com>

* More accurate file names in a progress meter

2015-05-14  Max Satula <maksym.satula@gmail.com>

* Even better support of long numbers in file sizes in --ls
* Fix typo
* Add -k (--keep) option

2015-04-21  Max Satula <maksym.satula@gmail.com>

* Added support of multiple database sessions, e.g. worker session
  and longops monitoring session
* Implemented progress meter for long-running PL/SQL blocks
* Fixed portability bug in --ls

2015-04-20  Max Satula <maksym.satula@gmail.com>

* Fixed "ORA-01403: no data found" bug when no matching files found for --ls

2015-04-17  Max Satula <maksym.satula@gmail.com>

* Some code refactoring

2015-04-16  Max Satula <maksym.satula@gmail.com>

* If destination filename omitted, the source filename is used.
* Added missing #include
* When "-" is specified as a file name, it means STDIN/STDOUT
* Source code cleanup
* Fixed set MODULE/ACTION error when wallet is not used.
* Unified database logon method, either with wallet or not

2015-04-12  Max Satula <maksym.satula@gmail.com>

* Added --install and --deinstall options
* Split sources in main.c into multiple files

2015-04-10  Max Satula <maksym.satula@gmail.com>

* Populate MODULE and ACTION columns of V$SESSION
* Added -b (--background) option

2015-04-09  Max Satula <maksym.satula@gmail.com>

* Process non-critical ORA- warnings during login properly

2015-04-04  Max Satula <maksym.satula@gmail.com>

* Added --keep-partial option
* Added -c (--continue) option

2015-03-29  Max Satula <maksym.satula@gmail.com>

* Moved progressmeter related source to a static convenience library
* Added updateforeigns.sh script to update foreign ("borrowed") source
  files
* Added -i (--interactive) and -f (--force) options
* Fail with an error if destination file already exists, unless either
  -i or -f specified

2015-03-23  Max Satula <maksym.satula@gmail.com>

* Handed off build process to GNU autotools, started this file
