30 Dec 2007; William Hubbs <w.d.hubbs@gmail.com> pybugz 0.7.3

* Fixed a bug that caused pybugz to crash if posting without specifying
keywords, thanks to Santiago Mola.

28 Dec 2007; William Hubbs <w.d.hubbs@gmail.com> pybugz 0.7.2

	* Added support for the --keywords option, thanks to Mike Frysinger.

28 Sep 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.12

	* Changed ExpatError to dump the line of the error.

19 Sep 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.12

	* Added search by product via --product, thanks to Donnie
	Berkholz. 
	* Fixed comments to be numbered the same way as in bugzilla.

02 Sep 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.11

	* Fixed bugz post missing description.

02 Sep 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.10

	* Added support for dependson and blocked bugs in modify and get.
	* Fixed stripping depends/blocked bugs in modify.

23 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.9

	* Fixed traceback when encoding is not detected.

20 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.8

	* Fixed failure to submit URL in bugz post.
	* Added external editor support for comments in attach, post and
	modify.
	* Added option to include comments from a file.
	* Added option to always authenticated (-A) (for private
	bugzillas)
	* Changed formatting of result when submitting modification.
	* Abstracted input and output to enable different UI
	implementations.
	* Added --quiet option to only return data and no status
	messages.

18 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.7

	* Fixed attachment download (because of my option parsing
	cleanup.)

16 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.6

	* Fixed attachment view failure when filename exists.
	* Fixed multiple bugs with 'bugz post' including error when title
	is not specified on the command line and emerge info being
	attached no matter what. Thanks to Aggelos Orfanakos for reporting
	the issue.
	* Fixed ugly backtrace when pressing Ctrl+C

14 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.5

	* Fixed URL construction when passed a base without trailing
	slash.
	* Renamed --reported-by to --reporter as it is more intuitive
	* Removed most of the defaults to allow bugz to handle clearing a
	field by setting it an empty string
	* Added status whiteboard and keywords to modify and search
	* Made search console message more informative
	* Added check for null searches as to save the server from DoS.

10 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.4

	* Added doc strings.
	* Added search option --reported-by

10 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.3

	* Fixed spurious char introduced that killed the python script.
	* Added doc strings.

10 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.2

	* Fixed argument parsing if long opt has '=' (eg. --cc=liquidx)
	* Fixed broken help example because --assignee does not exit.
	* Replaced 'Saving Attachment' to 'Viewing Attachment' for
	  with the attachment is viewed.

09 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6.1

	* Fixed encoding issues with non-ascii comments.

09 Aug 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.6

	* Fixed bug severity search.
	* Prep for inclusion in Gentoo Portage.

27 Jul 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.5.5

	* Added --add-cc and --remove-cc to 'bugz modify'
	* Added --cc to 'bugz search'

26 Jul 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.5.5

	* Changed stty searching to look in os.environ['PATH'] rather than
	  assuming it lives in /usr/bin/stty. (It is in /bin/stty on
	  ubuntu).
	* Added option to search with severity.

25 Jul 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.5.4
	* Fixed bug introduced when refactoring argument parsing
	* Added CC to metadata printed out with "bugz get".

24 Jul 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.5.3
	
	* Changed option for --assigned to --assigned-to globally
	* Changed option parsing to parse options interspersed with
	  subcommand, eg:
	
	  bugz --columns 60 search bluetooth --assigned-to liquidx
	
	* Fixed searching for more than one keyword.
	* Added --columns option to restrict column output to a
	  certain size. This means you can do something like this in your
	  bashrc:

	  alias bugz='bugz --columns 80'

	  to make sure you have 80 columns output all the time

18 Jul 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.5.2
	
	* Removed debugging that was accidentally left behind.
	* Cleaned up bad sub command handling.

17 Jul 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.5.1

	* Added an encoding overridable XMLTreeBuilder to get around the 
	  fact that encoding is broken on the show_bug XML template.

17 Jul 2006; Alastair Tse <alastair@liquidx.net> pybugz 0.5

	* Initial release.
