Version 0.3.5

* Minor fixes to output.

Version 0.3.4

* New command RPM2DEB (and RPMTODEB) to convert a RedHat package into
  a Debian package. The resulting .deb can then be installed as usual.

* New command RPMINSTALL to directly install an rpm (after internally
  converting to a Debain package)

* All commands are now accepted as uppercase, lowercase, mixed case,
  and with any combination of "-" and "_".  Thus, if you like to say
  "wajig dist-upgrade" that will work, as will "wajig distupgrade" and
  "wajig DistUpgrade".  It was easy enough to do and does not seem to 
  have any downsides!

Version 0.3.3

* The NEW command is now a synonym for DESCRIBENEW.  This is more useful
  than just listing the version of the new packages! Use STATUS for that.

* Numerous spelling mistakes fixed thanks to Christian T. Steigies

* Revert to using dselect update so that the appropriate dpkg tag files
  (i.e., /var/lib/dpkg/available) are updated also.

* Add a MOVE command: apt-move update

Version 0.3.2

* Bug fix Bug#119899 by adding LC_ALL to external commands that are run.

* Add DETAILNEW, NEWDETAIL, and NEWDESCRIBE.

* Revert to using apt-get update, not dselect update.

* Use fping rather than ping internally (suggested by Dirk).

Version 0.3.1

* Convert TOUPGRADE to use apt_pkg.

* Fix handling of SIGPIPE signals to fix Debian Bug#136439.

Version 0.3.0

* Begin rewriting portions to use the apt_pkg package (from python-apt).
  Thus, add python-apt to dependencies.  Also rewriting other file
  access code in python rather than external commands. Usually results
  in quicker responses. Decide that this warrants bumping up the version
  to the 0.3 serise.

* Converted to use apt_pkg, reading directly from tag file: DESCRIBE,
  DESCRIBENEW, NEW, NEWUPGRADES.

* New commands: DOWLOAD, FILEDOWNLOAD.

Version 0.2.13

* Add new DESCRIBENEW command that provides a one line description
  for each NEW package. This command was suggested by Dirk
  Eddelbuettel.

* Fix bug in FORCE and update FORCE to allow multiple package names.
  This bug was noted by Ole.Nielsen@anu.edu.au.

* Note that the UPDATE command uses dselect now rather than apt-get
  because apt-get does not update dpkg's idea of what's available.
  This comment was suggested by Adrian Phillips <adrianp@powertech.no>.

Version 0.2.12

* Fix up quoting and globbing issues.  wajig does not do any
  globbing and maintains the quoted'ness of all arguments.

* Add new POLICY command suggested by Christian Steigies
  <cts@debian.org>

* A few documentation fixes suggested by Dirk Eddelbuettel
  <edd@debian.org>

Version 0.2.11

* INSTALL can now also take a URL (suggested by Dirk Eddelbuettel)

* Change editor to sensible-editor (suggested by Dirk Eddelbuettel)

* listinstalled can now have a single argument of a string to be in
  the package name

* New command daily-upgrade (suggested by Dirk) to combine update and
  dist-upgrade.

* force command has been generalised.  Allows multiple .debs and they
  need not be in the apt archive.

Version 0.2.10

* Minor doc update

Version 0.2.9

* Commands added:
	detail as suggested by Dirk Eddelbuettel <edd@debian.org>
	listinstalled
	fileinstall

* Allow install to take a list of .debs as suggested by Dirk
  Eddelbuettel <edd@debian.org>


Version 0.2.8

* Added edit command


Version 0.2.7

* Some documentation updates in preparation for inclusion in Debian archive

Version 0.2.6

* The upgrade command can now take a list of packages.
* Bug fix creation of ~/.wajig

Version 0.2.5

* Handle wajig running on shared /home/user directories

Version 0.2.4

 * Bug fix: su for dpkg in hold command

Version 0.2.3

* New commands: geturl.

Version 0.2.3

* New commands: reload.

Version 0.2.2

* For some reason the check of temporary files did not get included.

Version 0.2.1

* Fix handling of temporary files - problem with python os.rename()
  over different devices.
* Add command: lastupdate, updatealts, listalts

Version 0.2.0

* All commands from the old version of wajig now incorporated and
  improved upon.

Version 0.1.10

* Improved status command (includes non-installed pacakges and lists
  Debian DS status).

* New commands: force, hold

Version 0.1.9

* Serious bug fix :-( 

Version 0.1.8

* New commands ported to Python: integrity, list, orphans, reconfigure, 
  reinstall, repackage, search

Version 0.1.7

* New commands ported to Python: build, clean, describe

Version 0.1.6

* New commands ported to Python: restart, start, stop, dist-upgrade,
  upgrade

Version 0.1.5
* Bug fixes
* New commands ported to Python: remove, purge, autoclean, whichpkg

Version 0.1.4
* Minor bug fix

Version 0.1.3
* Fix bug where .py and .pyo files were installed as executables

Version 0.1.2
* Bug fixes for backward compatibility with python1
* Added a basic man page

Version 0.1.0
* Begin reimplementation in Python.
* Basic commands completed.
