-
reportbug (3.39ubuntu1~gutsy1) gutsy-backports; urgency=low
* Automated backport upload; no source changes.
reportbug (3.39ubuntu1) hardy; urgency=low
* Merge from Debian unstable. Remaining Ubuntu changes:
- send bug reports to the ubuntu-users mailing list.
- Added the fiordland.ubuntu.com SMTP server in reportbug.conf so
that reportbug works without a MTA.
* Add a -P option to allow to set pseudo-headers. This is useful to
set usertags at bug submission time. (patch is from Debian bug
#445144)
reportbug (3.39) unstable; urgency=low
* Add man page for reportbug.conf, thanks to Y Giridhar Appaji Nag.
(Closes: #437473)
* Cope (hopefully) with non-ASCII realnames in .reportbugrc when
reportbug --help is invoked. (Closes: #434011, #432505)
* Get rid of duplicate listings for uninstalled packages due to multiple
appearances in the available file. (Closes: #424433, 427660)
-- Siegfried Gevatter (RainCT) <email address hidden> Thu, 17 Jan 2008 17:09:18 +0000
-
reportbug (3.38ubuntu2.1) gutsy-proposed; urgency=low
* Stop spamming ubuntu-users mailinglist.
Stop working for bts=ubuntu and refer to ubuntu-bug instead.
- reportbug
- reportbug_submit.py
(LP: #310741)
-- Daniel Hahler <email address hidden> Sun, 25 Jan 2009 18:54:43 +0100
-
reportbug (3.38ubuntu2) gutsy; urgency=low
* Added the fiordland.ubuntu.com SMTP server in reportbug.conf so that
reportbug works without a MTA.
-- Sarah Hobbs <email address hidden> Sat, 16 Jun 2007 17:00:42 +1000
-
reportbug (3.38ubuntu1) gutsy; urgency=low
* Merge from Debian unstable. Remaining Ubuntu changes:
- send bug reports to the the ubuntu-users mailing list
-- Andrea Veri <email address hidden> Sat, 12 May 2007 12:01:49 +0200
-
reportbug (3.37ubuntu1) gutsy; urgency=low
* Merge from Debian unstable. Remaining Ubuntu changes:
- send bug reports to the the ubuntu-users mailing list
* Modify Maintainer value to match Debian-Maintainer-Field Spec
-- Kjell Braden <email address hidden> Sat, 5 May 2007 09:29:23 +0200
-
reportbug (3.31ubuntu1) feisty; urgency=low
* Merge from debian unstable, remaining changes:
- send bug reports to the the ubuntu-users mailing list
reportbug (3.31) unstable; urgency=low
* Add po4a support for translating man pages. (Closes: #392458)
* More ehlo/helo madness.
* Change default for get_string() in the urwid interface to ''.
(Closes: #392608)
* Add BIG CAPS WARNINGS to the reportbug presubj about the new default
behavior of exim4. (Closes: #392609)
* Warn user that email addresses may be harvested by spambots in
offer_configuration().
* Remove bogus documentation that '-v' == '--version' in reportbug(1).
(Closes: #397204)
* Don't crash if package-specific info is non-UTF-8.
(Closes: #393657, #397206)
* Suggest python-urwid. (Closes: #394579)
reportbug (3.30) unstable; urgency=low
* Put bugs that are fixed in subsequent releases at the top of the bug
browser; this should hopefully reduce the incidence of duplicate
reports. (Note that some bugs that are closed may appear at the top
due to known problems in debbugs.)
* Don't allow tab-expansion of the realname in offer_configuration(); this
should resolve the encoding issues that some people have been bumping
into.
* When some recipients are refused, inform the user and dump the report
in a temporary file. (Closes: #387691)
* Bypass vi nag when $EDITOR is set. (Closes: #388437)
* Add an extra EHLO when doing STARTTLS, since (contrary to the smtplib
documentation) smtplib seems to need it. (Closes: #3226523)
* Fix crash when bugtitle lacks a colon. (Closes: #389259)
reportbug (3.29.5) unstable; urgency=low
* Fix missing parenthesis in offer_configuration. (Closes: #386737)
reportbug (3.29.4) unstable; urgency=low
* Fixup handling of "any_ok" dialogs in urwid interface.
(Closes: #385810)
* Handle non-ASCII encodings better in offer_configuration().
(Closes: #385597)
* Also handle them better when dealing with the editor.
(Closes: #386463)
reportbug (3.29.3) unstable; urgency=low
* Fix crash when the maintainer field is unavailable. (Closes: #384778)
reportbug (3.29.2) unstable; urgency=medium
* Fallback gracefully when the selected UI can't be imported.
(Closes: #384648)
* Fix split in reportbug_ui_urwid. (Closes: #384617)
reportbug (3.29.1) unstable; urgency=low
* Fix crashes when maintainer name is UTF-8 encoded.
(Closes: #384423, #384547)
reportbug (3.29) unstable; urgency=low
* Send the version header in BTS queries.
* Include version in which closed bugs were fixed in the bug listing.
* Handle bug reports that don't exist (like #2). (Closes: #376245)
* Fix ewrite() failure when % in message but no arguments.
(Closes: #384167)
* Improvements to character set handling: available and status
information are assumed to be in UTF-8; avoid crashes with weird
characters in realname. (Closes: #337276)
* If an Origin header is detected, ensure that the proper system
information is looked up for filing the bug report. (Closes: #341618)
reportbug (3.28) unstable; urgency=low
* Actually search sys.path for available UIs. (Closes: #383665)
* The urwid interface is mostly functional in this release; feel free
to test it.
reportbug (3.27) unstable; urgency=medium
* Fix string formatting bug in the SMTP username prompt in
offer_configuration(). (Closes: #383583)
* Ask the user if the bug still exists in that version to avoid
automatically reopening reports. (Closes: #383503)
reportbug (3.26) unstable; urgency=medium
* The "don't be more clever than the patch-writer" release.
* Instead of importing uis, search sys.path for them.
reportbug (3.25) unstable; urgency=low
* Remove superfluous postinst and prerm scripts; python-central takes
care of this now. (Closes: #383024)
reportbug (3.24) unstable; urgency=low
* Apply updated patch from Phillip Kern to work with the GNOME interface
(which should appear in experimental soon).
reportbug (3.23) unstable; urgency=medium
* Fix reportbug_ui_text.get_multiline(). (Closes: #382486)
* Document that handling scripts must use #!/bin/bash to use getkey and
yesno--this has always been the case since the days of bug, but never was
documented anywhere. (Closes: #294954)
* Document pseudo-packages (and how to see the list recognized by
reportbug) in reportbug(1). (Closes: #379919)
* Request a version number if reporting a bug against a source package.
(Closes: #330339)
* Call ehlo() after starttls(), as the smtplib documentation says we should.
(Closes: #322523)
* If a smtphost is specified in offer_configuration, ask for smtpuser.
(Closes: #295997)
reportbug (3.22) unstable; urgency=low
* Apply patches from Philipp Kern to provide better hooks for the GNOME
interface.
* Update for Python transition. (Closes: #380934)
* Now works with Python 2.4. (Closes: #341974)
-- Scott James Remnant <email address hidden> Tue, 28 Nov 2006 12:40:17 +0000