reportbug (0.54.1) stable; urgency=high

  * Fix LDAP queries to handle new and weird severities.  (Closes: #90193)

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 18 Mar 2001 22:19:08 -0600

reportbug (0.54) frozen unstable; urgency=low

  * The "Chris should never take a vacation" release.
  * Got rid of now-redundant "i" option in BTS browser.  (Closes: #59601)
  * Reporting bugs in virtual packages works again.  (Closes: #59946, #60136)
  * 'boot-floppies' is used instead of 'bootdisk' for the virtual package
    for the boot subsystem.  (Closes: #59773)
  * #59334 was fixed in 0.52 (Closes: #59334)
  * Implement basic HTTP authorization in the URLopener subclass (by
    cheating and using FancyURLopener instead).  (Closes: #59980)
  * Disabled bug template support; removed our example file.  An
    implementation of the more flexible system used by 'bug' will appear
    when I actually have some time to code.
  
 -- Chris Lawrence <lawrencc@debian.org>  Fri, 10 Mar 2000 18:39:12 -0800

reportbug (0.53) frozen unstable; urgency=medium

  * Fix LDAP bug listing when severity field is missing.  (Closes: #59430)

 -- Chris Lawrence <lawrencc@debian.org>  Thu,  2 Mar 2000 09:53:11 -0600

reportbug (0.52) frozen unstable; urgency=low

  * Get an updated version into frozen, since 0.49-52 fix umpteen bugs.
    (Thanks to Josip Rodin for the suggestion.)
  * Improved long description.  (Closes: #59297)
  * Fix dopey typo in fix for #58230.  (Closes: #59298)
  * 'y' in the bug browser now drops you into the "provide more
    information" path.  (Closes: #59300)
  * These changes all thanks to Joey Hess.

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 29 Feb 2000 18:11:15 -0600

reportbug (0.51) unstable; urgency=low

  * debianbts.py: Fix problem that can occur if an older version of the
    LDAP libraries is installed; also fix related problem that occurs if
    ldap module is not installed.  (Closes: #59161)
  * reportbug: add '--bts-query' option (Closes: #57790)
  * reportbug.py: add "bug details template" support to the package.  This
    supports providing a per-package set of instructions to the user that
    will (hopefully) help the maintainer track down the bug more easily.
    It uses a file /usr/share/doc/{package}/Debian.bugtemplate, which
    should contain some special instructions for the user.  A lame example
    of this template appears in this package.  (Closes: #58816)
  * reportbug: Added maintainer name to spam.  (Closes: #58230)
  * reportbug: You can now view the modified configuration files before
    deciding whether or not to send them.  (Closes: #57710)
  * debianbts.py: The date and the submitter are listed for bugs in the
    LDAP database.  (Closes: #57711)
  * Added build dependency; updated to Standards Version 3.1.1.0

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 27 Feb 2000 21:59:16 -0600

reportbug (0.50) unstable; urgency=low

  * debianbts.py: handle LDAP database entries without subjects.
    (Closes: #56663)
  * reportbug.py: handle EMAIL/DEBEMAIL properly if it contains a full
    "Real Name <user@host>".  (Closes: #56678)
  * Note that #56523 and #56678 have not shown up on the RC list; if they
    do, I will release a 0.48.1 containing those fixes only.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 30 Jan 2000 21:25:38 -0600

reportbug (0.49) unstable; urgency=low

  * reportbug: really fix race conditions.  (Closes: #56523)
    Thanks to Colin Phipps for the patch.
  * querybts: don't crash when a bug requested by number can't be
    found. (Closes: #56296)
  * querybts: don't go funky when launching a text-mode browser from a
    numbered report.
  * reportbug: disallowed sending the report if it's unmodified; tried to
    work around cases where the editor is backgrounded.  (Closes: #56339)
  * Added support for Mandrake's debbugs system (as "mandrake").
  * Close spurious bug report caused while submitter was testing bug fixes
    to #56523.  (Closes: #56521)

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 28 Jan 2000 22:02:10 -0600

reportbug (0.48) unstable; urgency=low

  * Properly report forwarded bugs when using the LDAP database.
  * Interrupt in querybts actually works right, now.
  * Note that 'querybts -w' will show the full story behind a bug report
    in the man page.  Also added an option to launch a browser from the
    bug report page.  (Closes: #49156)
  * Fixed "missing screens when in xterm/rxvt" problem in querybts.
    (Closes: #49151)
  * Import readline to avoid problems with keyboard stuff.  (Closes: #51337)

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 15 Jan 2000 12:25:22 -0600

reportbug (0.47) unstable; urgency=low

  * reportbug now works without python-ldap; downgrade python-ldap to a
    suggestion, since it brings in lots of bloat packages and is of
    priority extra.
  * Remove suggestion of mail-reader.  Specific mail readers
    (af, mutt, nmh, mh) permit extra features, but all of them don't.
  * Added word "new" to clean up a message.  (Closes: #54030)

 -- Chris Lawrence <lawrencc@debian.org>  Tue,  4 Jan 2000 06:24:45 -0600

reportbug (0.46) unstable; urgency=low

  * Work-around apparent bug in python-ldap.  (Closes: #52459, #52467, #52474)
  * "Extra info" option in reportbug is now 'i', not 'x'.  (Closes: #52308)
  * You can now enter a bug number at the "Is the bug you found..."
    prompt. (Closes: #52309)
  * Cleaned up Ctrl-C exit from querybts.
  
 -- Chris Lawrence <lawrencc@debian.org>  Fri, 10 Dec 1999 23:57:25 -0600

reportbug (0.45) unstable; urgency=low

  * Declare dependency on whiptail.  (Really Closes: #51682)
  * Upgrade python-newt to dependency, since querybts seems ready for
    prime-time (despite a few cosmetic bugs).

 -- Chris Lawrence <lawrencc@debian.org>  Mon,  6 Dec 1999 23:41:44 -0600

reportbug (0.44) unstable; urgency=low

  * Disable smtphost if mua is enabled.  (Closes: #50754)
  * Handle LDAP exceptions better, using new features in python-ldap 1.8-1.
    (Closes: #50780)
  * Always search /usr/sbin, /usr/bin, /sbin, and /bin when searching for
    a file in the user's path.  (Closes: #50623)
  * Specify full path for whiptail in querybts.  (Closes: #51682)

 -- Chris Lawrence <lawrencc@debian.org>  Sat,  4 Dec 1999 15:28:20 -0600

reportbug (0.43) unstable; urgency=low

  * Back out change in 0.42 that broke reportbug if you didn't have a 
    "real name".  (Closes: #50378)
  * Don't try to get input in find_package_for() if we don't have a TTY.
    Instead, list matching package names.  (Closes: #50622)

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 19 Nov 1999 10:22:36 -0600

reportbug (0.42) unstable; urgency=low

  * You can now configure your email address, etc., using
    /etc/reportbug.conf or ~/.reportbugrc.
  * "Internal" mailer support.  (Closes: #50155)
  * You can now set a number of parameters on the command line that
    previously were set in the environment.
  * Fix bugs introduced when changing querybts to use the mirror list from
    the configuration file.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 14 Nov 1999 15:11:43 -0600

reportbug (0.41) unstable; urgency=low

  * Close LDAP connection after query module is no longer needed.
    (Closes: #49085)
  * querybts now supports entering a bug number at the command line.
    (Closes: #49155)
  * 'querybts -w' emulates the bugview script from "bug".  (Closes: #48360)
  * #48457 is due to the debbugs software, not reportbug, and is a feature
    of its nightly rebuild of its web pages.  (Closes: #48457)
  * querybts now respects the mirrors list from /etc/reportbug.conf
  * Reports that are too wide in querybts are now truncated at the right,
    instead of the left.  (Closes: #49150).

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 13 Nov 1999 14:04:53 -0600

reportbug (0.40) unstable; urgency=low

  * Much better message if querybts can't run because python-newt is not
    installed.  python-newt will become a dependency of the package when
    reportbug includes the newt interface too.  (Closes: #48792)

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 31 Oct 1999 11:19:18 -0600

reportbug (0.39) unstable; urgency=low

  * Copes better with bad/missing input in the BTS query interface.
    (Closes: #48009)
  * Better exit messages than "Aborted."  (Closes: #48615)
  * If ^C is pressed to exit, get something better-looking than a Python
    stack dump.  (Closes: #48694)
  * Now include the (somewhat incomplete) querybts program; add
    appropriate suggestion for python-newt.  (Closes: #44805)
  * No longer dies if configuration files can't be opened.
  * More informative error message if a conf file can't be read.
    (Closes: #48710)

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 30 Oct 1999 09:01:23 -0500

reportbug (0.38) unstable; urgency=low

  * Removed "fixed" from the severities menu.  You can still submit
    "fixed" bugs, but the option is now invisible.  (Closes: #47863)
  * You can submit more information about an outstanding bug from the
    query interface, using 'x' (for "extra information").
    (Closes: #47868)
  * Bug reports can be signed with either GnuPG (--gpg) or PGP (-pgp).
    You can also automatically do this (using /etc/reportbug.conf or
    ~/.reportbugrc) if desired (sign gpg|pgp).
    (cfr. "bug" wishlist item #45779)

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 22 Oct 1999 02:13:59 -0500

reportbug (0.37) unstable; urgency=low

  * Handle BTSes with mirrors; use the config file to set the priority
    ordering if desired.  (No mirror listing will lead to the default
    behavior.)  (Closes: #47488)

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 17 Oct 1999 23:34:10 -0500

reportbug (0.36) unstable; urgency=low

  * The "my feet really hurt from having to fix this standing at the
    terminal space at ALS" release.
  * Fix massively stupid thinko in 0.35. (Closes: #47533/#47538)

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 16 Oct 1999 09:41:47 -0500

reportbug (0.35) unstable; urgency=low

  * The "I'm headed to ALS and therefore need to get my affairs in order"
    release.  (OK, so it's not as cool as the libc release names; sue me).
  * If a special package name format is used by a BTS, use that format
    string to form queries of that BTS.  Specifically, it will sort-of
    merge the results of a query for "package" and the formatted package
    name.  [This only affects the TDYC server at present, since it's the
    only one that uses these query strings.]  (Closes: #47396)
  * A preliminary console BTS browser has been written; however, I'm
    waiting on the new newt packages to move out of Incoming before
    including it.  (Does anyone know how/if it's possible to get a newt
    text box to scroll horizontally?  That's the biggest remaining
    obstacle to having a good interface.)

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 15 Oct 1999 02:12:33 -0500

reportbug (0.34) unstable; urgency=low

  * Fixed sort order of bug lists returned from LDAP servers.
  * Re-read the edited file after the user says Yes.  This further
    addresses #46770.  (Closes: #46770)

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 12 Oct 1999 18:37:18 -0500

reportbug (0.33) unstable; urgency=HIGH

  * Possible symlink exploits fixed. (Closes: #46958)
  * Started a TODO list.

 -- Chris Lawrence <lawrencc@debian.org>  Fri,  8 Oct 1999 19:25:02 -0500

reportbug (0.32) unstable; urgency=low

  * Attempt to cope with editors started in the background (by searching
    for '&' in the EDITOR/VISUAL command line).  (Closes: #46770)

 -- Chris Lawrence <lawrencc@debian.org>  Wed,  6 Oct 1999 23:34:53 -0500

reportbug (0.31) unstable; urgency=low

  * You can now disable LDAP access (--no-ldap).
  * Fallback to HTTP access if LDAP access generates an exception
    (i.e. if connection is refused by an LDAP server).

 -- Chris Lawrence <lawrencc@debian.org>  Mon,  4 Oct 1999 19:22:59 -0500

reportbug (0.30) unstable; urgency=low

  * debianbts.py now supports LDAP queries; only the "Debian" BTS uses
    this feature so far.  This helps ensure that you are aware of the current
    state of the BTS.  (Further addresses #40115)  LDAP access to Debian
    seems faster, particularly for getting the text of reports.
  * Modules are now installed in /usr/lib/site-python (version-independent
    Python module directory in Debian).  This way other packages can use
    them (I think the API is more-or-less stable).
  * Proper message if you query a specific report and it's not available.

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  3 Oct 1999 22:22:36 -0500

reportbug (0.29) unstable; urgency=low

  * Fix postinst to compile the modules in the correct directory.
  * Update manpage to use 'X-Debbugs-CC' as the recommended --header
    parameter.  Note that other BTSes may use other headers.

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 18 Sep 1999 23:32:31 -0500

reportbug (0.28) unstable; urgency=low

  * When not connected to a tty, default to print-only mode.
  * --output now cancels out --print.
  * If 'stty size' returns '0 0', set reasonable defaults.  (For use in
    emacs' M-x shell).
  * Shared files now in /usr/share/reportbug.
  * Changes to reportbug.realpath() to not fully resolve certain FHS
    directories that may be local symlinks.  (Closes: #44932)
    (These are top-level directories specified by FSSTND and FHS that
    may be symlinked by local administrators to distribute files over
    multiple filesystems.)

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 12 Sep 1999 21:02:10 -0500

reportbug (0.27) unstable; urgency=low

  * Changed *.py to no longer start with #!; fixes two lintian warnings.
  * Copes much better when standard output is not a tty.  (Closes: #44437)
    This allows C-u M-! reportbug (options) in emacs to generate a nicely
    formatted report template.  Thanks to Francesco Potorti` for the
    report.
  
 -- Chris Lawrence <lawrencc@debian.org>  Mon,  6 Sep 1999 16:04:12 -0500

reportbug (0.26) unstable; urgency=low

  * Now in full FHS compliance; upgraded to Standards-Version 3.0.1.1.
  * Uses symlinks in accordance with tech ctte. decision, as implemented
    by debhelper 2.0.40.

 -- Chris Lawrence <lawrencc@debian.org>  Mon,  6 Sep 1999 01:29:24 -0500

reportbug (0.25) unstable; urgency=low

  * Code cleanups to make reportbug less Debian- and debbugs-centric.
  * Calls with -B {gnome,kde} bypass the Debian package manager and don't
    put the Debian release or architecture in the report.
  * Bugs sent to tdyc now have their package field append '-debian', to
    better reflect TDYC's tracking policies.  (Closes: #44000)

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  5 Sep 1999 01:30:15 -0500

reportbug (0.24) unstable; urgency=low

  * Fixed a bug that made reportbug claim all conffiles were modified,
    even if they weren't. (Closes: #43871)
  * Now distinguishes between pseudo-headers and other headers (like
    X-Debian-CC:) in reports.  Pseudo-headers are reordered if necessary
    so they appear in the sequence: Package, Version, Severity, File.
    (Closes: #43868)
  * Fiddled around with the man page somewhat.  If it's 4 pages long, it's
    not "briefly" documenting anything anymore.

 -- Chris Lawrence <lawrencc@debian.org>  Wed,  1 Sep 1999 00:31:42 -0500

reportbug (0.23) unstable; urgency=low

  * Add "listarchives" to the list of pseudo-packages that you can report
    bugs in.
  * Now supports --bts=gnome for the GNOME bug tracking system (a
    lightly-modified debbugs implementation).
  * debianbts.py now supports fetching individual bug reports, and
    reportbug provides an interface to this capability.  (Closes: #43219)

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 30 Aug 1999 02:09:09 -0500

reportbug (0.22) unstable; urgency=low

  * Don't crash if we can't query the BTS. (Closes: #43056)
  * Now supports a simple rc file in /etc/reportbug.conf or ~/.reportbugrc
    (with the contents of the latter overriding the contents of the
    former).  See man page for details.  (Closes: #42774)

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 16 Aug 1999 06:40:04 -0500

reportbug (0.21) unstable; urgency=low

  * reportbug.get_dependency_info() now actually acts sensibly; also
    doesn't crash if a package doesn't depend on anything else.
    (Closes: #42328)
  * Warn if you're reporting a bug in a non-existant package.
  * Don't crash if you're reporting a bug in a virtual package.

 -- Chris Lawrence <lawrencc@debian.org>  Mon,  2 Aug 1999 18:35:28 -0500

reportbug (0.20) unstable; urgency=low

  * reportbug.get_package_info() was broken for packages with names
    containing regular expression metacharacters.  Thanks to Robert
    Vollmert for a patch.  (Closes: #42199)
  * Avoid truncating version numbers of packages.  Remove debugging info
    too.  (Closes: #42181)
  * Better prompts, including help.  Thanks to a suggestion from Achim
    Bohnet.  (Closes: #42087)
  * --version and --help no longer warn about the security implications of
    running reportbug as root.
  * Redesigned the configuration file handling system.

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 30 Jul 1999 16:09:49 -0500

reportbug (0.19.1) unstable; urgency=low

  * Updated the man page to reflect current options for --bts.
  * Fixed --bts to reject bogus options.
  * --bts and --severity have new 'help' option.
  * -S (--severity) now in --help.
  * (Below were changes in the withdrawn 0.19:)
  * Mention $http_proxy on the man page. (Closes: #41982)
  * Provide info on packages providing virtual packages. (Closes: #42024)
  * Package listing reformatted to provide this info.  The provided
    package appears in brackets after the name.

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 28 Jul 1999 03:55:12 -0500
  
reportbug (0.18) unstable; urgency=low

  * Generate a message for unreadable conf files instead of stopping with
    an exception.  (Closes: #41736)

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 21 Jul 1999 22:40:56 -0500

reportbug (0.17) unstable; urgency=low

  * Fix really stupid bug introduced when fixing #41638. (Closes: #41704)

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 21 Jul 1999 12:14:49 -0500

reportbug (0.16) unstable; urgency=low

  * Use "kde-debian" instead of "kde" for tdyc alias. (Closes: #41628)
  * "kde" now points to the KDE debbugs server. (Closes: #41629)
  * Don't lose other dependencies when pre-dependencies exist.
    (Closes: #41638).
  * Ignore $CC if it doesn't have an @ in it.  (Closes: #41641)
  * Thanks to Achim Bohnet for all of these reports.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 19 Jul 1999 18:39:53 -0500

reportbug (0.15) unstable; urgency=low

  * Remove extraneous diff file from source tree (introduced in 0.14).
  * Include a default severity level when prompted.  Suggestion by
    Antti-Juhani Kaijanaho. (Closes: #41332)
  * Support alternate debbugs servers, using new --bts (-B) option.
    Defaults to 'debian'; also supports 'tdyc' (or 'kde').  For
    example, to report a bug in kdebase use 'reportbug -B kde kdebase'.
    Feel free to add/suggest support for other debbugs servers.
    Suggestion by Achim Bohnet. (Closes: #41374)
  * greportbug is sorta getting there.  Any Gtk+ guru wanna tell me why my
    labels and option menus look like someone was drunk when they were
    aligned?  [See the source package...]

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 16 Jul 1999 03:14:26 -0500

reportbug (0.14) unstable; urgency=low

  * Add patch from Stephen Pitts to prompt for a severity level if none is
    specified on the command line.  (Closes: #41187)
  * Modify ewrite() to call sys.stderr.flush() after each call.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 12 Jul 1999 19:10:20 -0500

reportbug (0.13) unstable; urgency=low

  * Fix several thinkos in reportbug.get_changed_config_files()

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  4 Jul 1999 12:18:32 -0500

reportbug (0.12) unstable; urgency=high

  * Changed rfcdatestr() call to properly reference the reportbug module.
    (Closes: #40713)
  * Changed dependency back to python-base (>= 1.5.2-4).

 -- Chris Lawrence <lawrencc@debian.org>  Sun,  4 Jul 1999 00:10:39 -0500

reportbug (0.11) unstable; urgency=low

  * Fixed man page to document --no-bts-query (-b).
  * Dependency modified until unstable picks up the python 1.5.2-4 upload
    for non-PowerPC architectures; avoid using versioned dependencies on
    packages obsoleted by 1.5.2-4 to make Gregor's life easier.
  * Alias sys.stderr.write() -> ewrite()
  * No greportbug yet (sorry X fans).

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 30 Jun 1999 01:02:04 -0500

reportbug (0.10) unstable; urgency=low

  * Changed several popen() calls to use the 'commands' module;
    makes for much cleaner code.
  * Changed dependency to "python-base (>= 1.5.2-4)"; avoids dependencies
    on obsolete python-{misc,net}.
  * If the package was found using --filename (-f), include that filename
    in the report header.
  * Properly handle the case where some, but not all, conffiles have been
    removed.
  * List outstanding bug reports on the package to help maintain sanity
    of developers; new option --no-bts-query (-b) added for offline use.
    (Closes: #40115)
  * Modularized somewhat in preparation for greportbug (hopefully in 0.11).
    + Common functions in /usr/lib/reportbug/*.py:
      - reportbug.py: local queries, resolving paths, outputting template
                      reports, etc.
      - debianbts.py: querying the BTS proper (nifty HTML parser).
      [These are compiled by the postinst.]
    + user interfaces import these modules as needed

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 25 Jun 1999 03:20:11 -0500

reportbug (0.9) unstable; urgency=low

  * You can now re-edit the bug report at the send-confirmation prompt.
  * --filename (-f) now searches the path first (to force using a file in
    the current directory, use './name').

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 15 Jun 1999 02:46:31 -0500

reportbug (0.8) unstable; urgency=low

  * Add menu entry, since it can be run with no arguments.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 14 Jun 1999 00:54:17 -0500

reportbug (0.7) unstable; urgency=low

  * Fix Bug#38862: reportbug does not (correctly) honour the -p option.
  * Close #38691; the description problem was addressed in reportbug 0.4.
  * Merged all the "NameError: mua" bugs together in the BTS.

 -- Chris Lawrence <lawrencc@debian.org>  Sat,  5 Jun 1999 20:39:20 -0500

reportbug (0.6.1) unstable; urgency=low

  * Automate version number handling, based on debian/changelog
    (0.6 called itself 0.5).  0.6 is withdrawn accordingly.
  * The "NameError: mua" bug was fixed in 0.5; relevant bug reports have
    been closed.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 31 May 1999 16:13:11 -0500

reportbug (0.6) unstable; urgency=medium

  * You can now abbreviate bug severity levels (to first letter).
    Part of bug #38628 (the rest is reassigned to python-base).
  * Changed "file.close()" to "pipe.close()" at line 450; may fix bug
    #38637 (only affects people without /etc/debian_version).

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 31 May 1999 15:11:00 -0500

reportbug (0.5) unstable; urgency=medium

  * Fixed bug #38566 (Check $DEBEMAIL before $EMAIL; etc.)  Summary:
    . $DEBEMAIL will be used before $EMAIL for an address (i.e. x@y.org)
    . $DEBNAME or $NAME will be used before $USERNAME for the "real name"
      part of the address.  If neither is available, will use the real
      name from /etc/passwd.
  * Quoting of real names is now done in accordance with RFC 822.
  * Fixed bug that occurred if you didn't specify an MUA.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 30 May 1999 15:53:00 -0500

reportbug (0.4) unstable; urgency=low

  * Rearranged the code so options are processed before figuring out your
    email address.
  * Fixed bug #38541 (reportbug fails calling exim's /usr/sbin/sendmail).
  * Corollary: if your /usr/sbin/sendmail fails, the bug report will be
    saved as if you had no MTA.
  * Don't warn about sending configuration files if it's only because a
    conffile has been removed.
  * --filename (-f) option now handles files with symbolic links in their
    pathnames. (cfr. #23821 [bug])
  * --mutt (-M) option allows you to use mutt instead of an editor to file
    bug reports.  (cfr. #10837 [bug])
  * --af (-a) is similar, but uses the af mail reader.
  * --nmh and --mh (-n) is also similar, but uses the "comp" command from
    mh/nmh.
  * --mua allows you to do this with any mail reader that can edit draft
    messages specified on the command line.  (However, send me anything
    needed for other editors, please!)
  * New option: --version.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 30 May 1999 01:31:33 -0500

reportbug (0.3) unstable; urgency=low

  * Fixed a small typo in the copyright.
  * Now includes whatever your system thinks the date is in the bug
    report; may be helpful if you save the bug report and email it later.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 16 May 1999 00:02:58 -0500

reportbug (0.2) unstable; urgency=low

  * Changed virtual package date format to YYYY-MM-DD; per request from
    Jim Van Zandt on debian-devel.
  * Added a message to the report if modified configuration files were
    omitted at the user's request.
  * It's now always verbose; useful on slower systems (so you can tell
    it's actually working).
  * A few typo fixes.

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 15 May 1999 09:14:25 -0500

reportbug (0.1) unstable; urgency=low

  * Initial Release.

 -- Chris Lawrence <lawrencc@debian.org>  Fri, 14 May 1999 05:38:23 -0500

Local variables:
mode: debian-changelog
add-log-full-name: "Chris Lawrence"
add-log-mailing-address: "lawrencc@debian.org"
End:
