reportbug-ng (0.2007.06.27) unstable; urgency=low

  The "Everybody gets a pony" release

  * Added Dutch translation, thanks Tino Meinen!
  * Added French translation (Closes: #430172), thanks Robert-André Mauchin!
  * Added Norwegian translation (Closes: #430340), thanks Runa Sandvik!
  * Added Polish translation (Closes: #430487), thanks Mateusz Skowroński!

  * Due a change in BTS' html code rng didn't show any bugs anymore, fixed that

  * Remember size and position of MainWindow and restore those settings
    on next startup
  * Removed annoying tooltip from main table

 -- Bastian Venthur <venthur@debian.org>  Sun, 17 Jun 2007 13:29:39 +0200

reportbug-ng (0.2007.06.13) unstable; urgency=low

  * Changed priority from extra to optional

  * Added Catalan translation (Closes: #427884), thanks David Planella!
  * Added Czech translataion (Closes: #428430), thanks  Miroslav Kure!
  * Updated Japanese translation (Closes: #427008)
  * Fixed typo in German translation

  * Fixed small bug where reporting a new bug for a sourcepacke foo would 
    result in a bugreport for 'package: src:foo'
  * Fixed small bug where searching for a single bug via bugnumber would show
    unstipped HTML code in the severity column if the severity is grave, 
    serious or important
  * Set default severity to "normal"

 -- Bastian Venthur <venthur@debian.org>  Fri, 08 Jun 2007 10:48:46 +0200

reportbug-ng (0.2007.05.31) unstable; urgency=low

  * Added Spanish translation (Closes: #426436), thanks Javier
    Fernandez-Sanguino!

 -- Bastian Venthur <venthur@debian.org>  Thu, 31 May 2007 11:51:19 +0200

reportbug-ng (0.2007.05.28) unstable; urgency=low

  * Added Japanese translation (Closes: #426288), thanks Junichi Uekawa!
  * Added Swedish translation (Closes: #426297), thanks Daniel Nylander!
  * Fixed German translation (Closes: #426368), thanks Bruno Kleinert!
  * Improved some English strings (Closes: #426289)

  * Refactored strings to make translation easier, updated German po
  * Created update target in src/po to generate new .pot and update all .po
    files in this directory
  * Refactored Makefiles, install-rules are much cleaner now

 -- Bastian Venthur <venthur@debian.org>  Mon, 28 May 2007 10:59:44 +0200

reportbug-ng (0.2007.05.27) unstable; urgency=low

  * Created L10N infrastructure and added German translation
  * Strip leading and trailing whitespaces from userinput (Closes: #423717)
  * Temporarily removed googlemail since it doesn't handle very long URLs
    very well (Closes: #422496)

 -- Bastian Venthur <venthur@debian.org>  Sun, 27 May 2007 16:43:21 +0200

reportbug-ng (0.2007.05.02) unstable; urgency=low

  * Fixed malformed RE which caused a wrong packagename in the 
    bugreport  (Closes: #421866) -- Thank's again Adam!
    - Added unittest to check for errors like this

  * Started to write SOAP support
    - New dependency: python-soappy

  * Small fix in helptext and manpage

 -- Bastian Venthur <venthur@debian.org>  Wed, 02 May 2007 10:40:30 +0200

reportbug-ng (0.2007.04.27) unstable; urgency=high

  * Fixed bug in RE where rng sometimes fails to find all bugs in buglist.
    (Perfect example how dangerous and error prone html-parsing is)
  * Moved settings from [gui] to [general]
  * Added some unittests

 -- Bastian Venthur <venthur@debian.org>  Fri, 27 Apr 2007 09:46:58 +0200

reportbug-ng (0.2007.04.23) unstable; urgency=low

  * Added support for new queries:
    - bugnumber (Closes: #419624)
    - package
    - maintainer@foo.bar
    - src:package
    - from:submitter@foo.bar (Closes: #416131)
    - severity:foo
    - tag:bar
  * Modified --help output and manpage to reflect the new queries
  * When a query returns only one valid	bug, select it and show the 
    bugreport directly
  
  * Lots of internal changes:
    - Major cleanup of html-parsing
    - Introduced lock to avoid race condition when writing buglist
    - Introduced some finite state machine like logic to control "submit new" 
      and "additional info" buttons depending on the search query
    - added DebianBTS.getSingleBug(nr)
    - Bugreport now contains the package the bug belongs to
    - Bugreport.__str__ now returns the packagename too

 -- Bastian Venthur <venthur@debian.org>  Mon, 23 Apr 2007 17:48:12 +0200

reportbug-ng (0.2007.04.20) unstable; urgency=low

  * Switched from SVN to BZR, added XS-Vcs-bzr line to debian/crontrol to
    reflect that.

 -- Bastian Venthur <venthur@debian.org>  Fri, 20 Apr 2007 18:06:19 +0200

reportbug-ng (0.2007.04.16) unstable; urgency=low

  * Added HTMLStripper.handle_charref() to fix a small HTML rendering 
    issue
  * Added shortcut "rng" linking to "reportbug-ng"
  * Added support for python's ConfigParser and provide --help and 
    --version options
  * Improved Manpage
  * Removed redundant CHANGELOG

 -- Bastian Venthur <venthur@debian.org>  Mon, 16 Apr 2007 11:31:34 +0200

reportbug-ng (0.2007.04.13) unstable; urgency=low

  * Added support for Mutt-NG

 -- Bastian Venthur <venthur@debian.org>  Fri, 13 Apr 2007 13:42:23 +0200

reportbug-ng (0.2007.04.07.2) unstable; urgency=low

  * Don't send Version-Header when no version is given, since it 
    confuses our BTS (Closes: #417861)

 -- Bastian Venthur <venthur@debian.org>  Sat, 07 Apr 2007 15:29:30 +0200

reportbug-ng (0.2007.04.07) unstable; urgency=low

  * Dropped support for opera since it does not support newlines in 
    MAILTO URLs (Closes: #418035)
  * Correctly handle HTML quotes (Closes: #415575)
  * RNG is now killable by SIGINT (Closes: #414582)
  * Added support for command line option:
      reportbug-ng foobar
    will start reportbug-ng and search for bugs of package foobar
  * Some more unicode improvements

 -- Bastian Venthur <venthur@debian.org>  Sat, 07 Apr 2007 11:17:57 +0200

reportbug-ng (0.2007.03.29) unstable; urgency=low

  * Fixed some issues where I did not convert strings to unicode, before using
    them internally (Closes: #416598, #416505)

 -- Bastian Venthur <venthur@debian.org>  Thu, 29 Mar 2007 13:33:24 +0200

reportbug-ng (0.2007.03.28) unstable; urgency=low

  * Adjusted alignment of labels in SubmitWindow
  * Colorized Bugs by severity (Closes: #416132)
  * Improved performance of filtering by hiding/showing instead of deleting/inserting
  * Improved Debian description

 -- Bastian Venthur <venthur@debian.org>  Wed, 28 Mar 2007 12:00:44 +0200

reportbug-ng (0.2007.03.27) unstable; urgency=low

  * Usability improvements:
    - added accelerators for every button and input field
    - added Tooltips and WhatIsThis to several widgets
    - Made usage hints permanent (Closes: #415479, #414488)
 
  * Start browser in a new thread, since webbrowser.open blocks if it has
    to spawn a new browser (Closes: #416299)
 
  * Some legacy bugs:
    - We're using .reportbug-ng since 0.2007.03.19.2 (Closes: #415443)
    - We're providing reasonable package information and the "Package:"-line
      since 0.2007.03.15 (Closes: #414496)

 -- Bastian Venthur <venthur@debian.org>  Tue, 27 Mar 2007 14:23:16 +0200

reportbug-ng (0.2007.03.24) unstable; urgency=low

  * Added support for sylpheed-claws-gtk2 (Closes: #416002)

 -- Bastian Venthur <venthur@debian.org>  Sat, 24 Mar 2007 17:21:48 +0100

reportbug-ng (0.2007.03.20) unstable; urgency=low

  * The "WTF did he just say GoogleMail?"-release

  * Added support for Opera, KMail, Pine and GoogleMail (Closes: #414449)
  * We save the last used MUA now and preselect it on next start
  * Internal stuff:
	  - More generic mechanism to add new MUAs
	  - Better quoting of URLs (Closes: #415568)

 -- Bastian Venthur <venthur@debian.org>  Tue, 20 Mar 2007 14:28:34 +0100

reportbug-ng (0.2007.03.19.2) unstable; urgency=low

  * Finally got mutt running (Closes: #415442)
    Thanks Gregor Herrmann for sending the patch!
  * Improved handling of sylpheed and sylpheed-claws

 -- Bastian Venthur <venthur@debian.org>  Mon, 19 Mar 2007 17:55:50 +0100

reportbug-ng (0.2007.03.19) unstable; urgency=low

  * Added getSourceName, but don't use it for now since bugreports for source 
    package reveal too many false positives (try "kate" and you'll get all bugs 
    from kdebase)
  * Greatly improved speed while fetching version of installed packages a 
    package depends on by just calling dpkg once with all packages as param

 -- Bastian Venthur <venthur@debian.org>  Mon, 19 Mar 2007 12:05:39 +0100

reportbug-ng (0.2007.03.17) unstable; urgency=low

  * improved system information, apt-policy now shows all sources not just
    the official ones

 -- Bastian Venthur <venthur@debian.org>  Sat, 17 Mar 2007 13:03:22 +0100

reportbug-ng (0.2007.03.15) unstable; urgency=low

  * Replaced TextList with a Table
  * Now we also show severity and status of a bug in the overview
  * Fixed a race condition in loadBugreport
 
 -- Bastian Venthur <venthur@debian.org>  Thu, 15 Mar 2007 14:55:00 +0100

reportbug-ng (0.2007.03.14) unstable; urgency=low

  * Provide Debian menu entry
  * Added HTMLStripper, stripping unwanted tags (img) to silence qtextbrowser warnin 
    (Closes: #414492)

 -- Bastian Venthur <venthur@debian.org>  Wed, 14 Mar 2007 13:01:32 +0100

reportbug-ng (0.2007.03.13) unstable; urgency=low

  * .desktop file for better Menu integration
  * Improved Package Information
  * Use some threading to make UI snappier while downloading with urllib 
    (Closes: #414494)
  * Made image-links clickable
  * improved handling of sys.path

 -- Bastian Venthur <venthur@debian.org>  Tue, 13 Mar 2007 13:50:54 +0100

reportbug-ng (0.2007.03.11) unstable; urgency=low

  * Made patch-, l10n- and security-tags available
  * We provide now some useful package information

 -- Bastian Venthur <venthur@debian.org>  Sun, 11 Mar 2007 18:58:24 +0100

reportbug-ng (0.2007.03.10) unstable; urgency=low

  * Initial Release.

 -- Bastian Venthur <venthur@debian.org>  Sat, 10 Mar 2007 15:38:24 +0100
