[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution annotated tag, 4.0, created. 4.0

Sandro Tosi morph at debian.org
Tue Mar 24 17:22:25 UTC 2009


The annotated tag, 4.0 has been created
        at  578ca10f4a93fe36d625e557ced97d475a10cb5e (tag)
   tagging  e9eccadc326147cde52679b010ea1de862d9d01d (commit)
 tagged by  Sandro Tosi
        on  Tue Mar 24 18:21:37 2009 +0100

- Shortlog ------------------------------------------------------------
Debian release 4.0

(no author) (2):
      Standard project directories initialized by cvs2svn.
      This commit was manufactured by cvs2svn to create branch 'reportbug_3'.

Ben Finney (54):
      Add simple test suite module.
      Use a modular Makefile and python-nose to automate tests
      Add unit test utility scaffold.
      Add unit test module for reportbug module.
      Add unit testing tools to 'Build-Depends-Indep' field, to ensure developers have them.
      Adjust README.developers to be a reStructuredText formatted document.
      README.developers: Add info on unit test suite and related make targets.
      Merge from trunk
      'inotify-tools' is in no way necessary for the package build.
      Update changelog with additions for makefile and unit tests.
      Prune test directory when finding code modules.
      Follow current convention for developer-name sections in debian/changelog.
      Add 'bin_dir' attribute to scaffold to aid getting at program files.
      Refactor and unit test functionality for 'include_file_in_report'.
      Tweak Makefile to load module data files last.
      Remove ancient workaround for bug #290043, no longer needed.
      Merge from reportbug.unit-tests/.
      Test and implement 'rbtempfile.cleanup_temp_file'.
      Use rbtempfile.cleanup_temp_file to clean up temp files.
      Clean up temp file always during mail message generation.
      Add unit tests for 'which_editor' function.
      Refactor 'which_editor' to library module.
      Docstring for 'which_editor'.
      Clarify precedence order in 'which_editor'.
      Reference 'which_editor' at current module location.
      Rename parameter to 'which_editor' so its meaning is clearer.
      Test and fix regression case of setting 'editor' to empty string.
      Merge from svn.debian.org trunk.
      Merge from reportbug.copyright/.
      Distinguish between 'short_desc' and 'long_desc' for package description.
      Remove trailing whitespace.
      Use named parameter substitution to clarify ITP template.
      Put ITP template in named module attribute for access elsewhere.
      Merge from reportbug.bug-484534/.
      Trigger test-continuous loop on any of 'create', 'modify', 'delete' events.
      Tidy up import statements.
      Tidy up import statements: remove redundant imports, import names explicitly.
      Tidy up import statements: remove redundant imports, import names explicitly.
      Fix some trailing whitespace.
      Assert modules can be imported without ImportError.
      Tidy up import statements: remove redundant imports, import names explicitly.
      Fix some trailing whitespace.
      Tidy up import statements: remove redundant imports, import names explicitly.
      Fix some trailing whitespace.
      Tidy up import statements: remove redundant imports, import names explicitly.
      Don't munge sys.path unnecessarily.
      Fix some trailing whitespace.
      Use '__import__' for importing dynamically-named modules.
      Restore trailing whitespace in old changelog entries.
      Merge preliminary work for bug #434749.
      Bind querybts program as correct module name in unit test.
      Document the source tree layout.
      Merged from branches/reportbuglib.
      Merge fix from reportbug.bug-488928/.

Chris Lawrence (727):
      This commit was generated by cvs2svn to compensate for changes in r3,
      This commit was generated by cvs2svn to compensate for changes in r3,
      Remove crap accidentally imported into the repository.
      Remove crap accidentally imported into the repository.
      Update CVS location; add reportbug.conf man page to todo list.
      Update CVS location; add reportbug.conf man page to todo list.
      Add changelog entry for attachment filename fix.
      Add changelog entry for attachment filename fix.
      Truncate filename in Content-Disposition header using os.path.basename().
      Truncate filename in Content-Disposition header using os.path.basename().
      Minor revision to n at bugs.debian.org message.
      Minor revision to n at bugs.debian.org message.
      Handle NoNetwork exception properly (#230000).
      Handle NoNetwork exception properly (#230000).
      Add extra text to 'serious' description.
      Add extra text to 'serious' description.
      Fix check_uid check.
      Fix check_uid check.
      Properly report when the NoPackage exception is raised.
      Properly report when the NoPackage exception is raised.
      Finalize changelog for 2.43
      Finalize changelog for 2.43
      Wrap os.rename in try/except block.  (#231883)
      Wrap os.rename in try/except block.  (#231883)
      More os.rename() wrapping.
      More os.rename() wrapping.
      Add changelog entry for #231883.
      Add changelog entry for #231883.
      Better diagnostics and no traceback in get_debian_release_info().
      Better diagnostics and no traceback in get_debian_release_info().
      Fix fh.write() call when rename fails.
      Fix fh.write() call when rename fails.
      Behave properly when not asked to search packages.  (#232590)
      Behave properly when not asked to search packages.  (#232590)
      Finalize 2.46.
      Finalize 2.46.
      Add warning message (and fallback) if the detected encoding doesn't work.
      Add warning message (and fallback) if the detected encoding doesn't work.
      Update control file to downgrade iconvcodec and include cjkcodecs as recommendations.
      Update control file to downgrade iconvcodec and include cjkcodecs as recommendations.
      Finalize 2.47 changelog.
      Finalize 2.47 changelog.
      Finalize 2.47 (again).
      Finalize 2.47 (again).
      Initial commit.
      Initial commit.
      Add a second bullet point.
      Add a second bullet point.
      Remove sed-script (generated file).
      Remove sed-script (generated file).
      Changed message slightly.
      Changed message slightly.
      Removing generated files.
      Removing generated files.
      Add --body bts entry.
      Add --body bts entry.
      Fix help text for similar-looking filename.
      Fix help text for similar-looking filename.
      Assign to tmp.  (#233299)
      Assign to tmp.  (#233299)
      Simplify if logic.
      Simplify if logic.
      Document --keyid.
      Document --keyid.
      Add keyid .reportbugrc option.
      Add keyid .reportbugrc option.
      Add --keyid option.
      Add --keyid option.
      type -> rtype.
      type -> rtype.
      Improve description of the serious severity.  (#233300)
      Improve description of the serious severity.  (#233300)
      Add recent changelog entries.
      Add recent changelog entries.
      Add support for --body and --bodyfile.
      Add support for --body and --bodyfile.
      Document --body and --body-file.
      Document --body and --body-file.
      Add --body and --body-file support.  (#233210)
      Add --body and --body-file support.  (#233210)
      Ensure body ends with a newline.
      Ensure body ends with a newline.
      Additional info prompt should be wrapped.
      Additional info prompt should be wrapped.
      Add newline before additional info message.
      Add newline before additional info message.
      More changelog stuff.
      More changelog stuff.
      Finalize 2.48 changelog.
      Finalize 2.48 changelog.
      Add newline after "found unknown policy" line.
      Add newline after "found unknown policy" line.
      Move warn to the end of debinfo.
      Move warn to the end of debinfo.
      Don't bother with the warning for unknown policies.
      Don't bother with the warning for unknown policies.
      Try to get rid of trailing whitespace per #234963.
      Try to get rid of trailing whitespace per #234963.
      Finalize 2.49
      Finalize 2.49
      Move bugscript stuff after the status check, so prompts aren't bypassed.
      Move bugscript stuff after the status check, so prompts aren't bypassed.
      Changelog entry for #236351
      Changelog entry for #236351
      Fix menu entry; add support for tab completion of package names.
      Fix menu entry; add support for tab completion of package names.
      Add new SMTP options.
      Add new SMTP options.
      Add support for SMTP TLS and authentication.
      Add support for SMTP TLS and authentication.
      Add getpass prompt.
      Add getpass prompt.
      Document SMTP security/authentication options.
      Document SMTP security/authentication options.
      Add changelog entry for #236335
      Add changelog entry for #236335
      Finalize changelog for 2.50.
      Finalize changelog for 2.50.
      Permit reporting bugs in source packages that only generate a binary package.
      Permit reporting bugs in source packages that only generate a binary package.
      Update copyright year.
      Update copyright year.
      Add changelog entry for #236672.
      Add changelog entry for #236672.
      Changes for reportbug 2.52: added support for new p.d.o format.
      Changes for reportbug 2.52: added support for new p.d.o format.
      Properly handle "no bugs found" in newt interface.
      Properly handle "no bugs found" in newt interface.
      Finalize 2.53
      Finalize 2.53
      smtpuser -> options.smtpuser
      smtpuser -> options.smtpuser
      Finalize 2.54
      Finalize 2.54
      Exit prompt support.
      Exit prompt support.
      Add --exit-prompt to menu entry.
      Add --exit-prompt to menu entry.
      Add --exit-prompt docs.
      Add --exit-prompt docs.
      Finalize 2.55.
      Finalize 2.55.
      Improve robustness of attachment code.  (#240815)
      Improve robustness of attachment code.  (#240815)
      Finalize 2.56
      Finalize 2.56
      Update TODO list; minor code cleanup.
      Update TODO list; minor code cleanup.
      Document that --smtphost accepts a PORT.
      Document that --smtphost accepts a PORT.
      Add missing SMTP options.
      Add missing SMTP options.
      Finalize 2.58.
      Finalize 2.58.
      Add extra spacing per #245214.
      Add extra spacing per #245214.
      str[-1] == 'x' -> str.endswith('x')
      str[-1] == 'x' -> str.endswith('x')
      Finalize 2.59
      Finalize 2.59
      Update description for grave bugs.
      Update description for grave bugs.
      Set pkgavail and installed when calling get_package_status() in the
      Set pkgavail and installed when calling get_package_status() in the
      Disable -d flag.
      Disable -d flag.
      Modify -d to use the submitter's address rather than lawrencc at debian.org.
      Modify -d to use the submitter's address rather than lawrencc at debian.org.
      Update -d option description in man page.
      Update -d option description in man page.
      Finalize changelog for 2.60.
      Finalize changelog for 2.60.
      Add support for report-with: control field; misc 2.61 stuff.
      Add support for report-with: control field; misc 2.61 stuff.
      Remove severity-inflation reduction code.  (See #255479)
      Remove severity-inflation reduction code.  (See #255479)
      Strip trailing /'s from BTS location detected.
      Strip trailing /'s from BTS location detected.
      Remove severity inflation code.
      Remove severity inflation code.
      Ignore superfluous information in followups for bug reports.
      Ignore superfluous information in followups for bug reports.
      Add keyid to CONFIG_ARGS.
      Add keyid to CONFIG_ARGS.
      Handle case where text is empty and there is starttext.
      Handle case where text is empty and there is starttext.
      Remove sid from the tags menu.
      Remove sid from the tags menu.
      Ensure there is a subject before escaping from the editor loop.
      Ensure there is a subject before escaping from the editor loop.
      Finalize 2.62
      Finalize 2.62
      Move VERSION and COPYRIGHT to reportbug.py
      Move VERSION and COPYRIGHT to reportbug.py
      Move VERSION and COPYRIGHT here.
      Move VERSION and COPYRIGHT here.
      Add NoMessage exception; comment out NotImplemented exception.
      Add NoMessage exception; comment out NotImplemented exception.
      Add VERSION_NUMBER.
      Add VERSION_NUMBER.
      Refactor email and GPG code into a separate module, thanks mostly to
      Refactor email and GPG code into a separate module, thanks mostly to
      Treat submitas as a special case of reportwith.
      Treat submitas as a special case of reportwith.
      Trade filter() for list comprehensions.
      Trade filter() for list comprehensions.
      Flush output in ewrite()
      Flush output in ewrite()
      POSIX stuff.
      POSIX stuff.
      Finalize 2.63
      Finalize 2.63
      Fix inadvertent source package detection. (#259001)
      Fix inadvertent source package detection. (#259001)
      Add changelog entry for 259001.
      Add changelog entry for 259001.
      Wrap the include/append code in a while block to avoid spawning
      Wrap the include/append code in a while block to avoid spawning
      Various 2.64 changes.
      Various 2.64 changes.
      Finalize 2.64
      Finalize 2.64
      Add RFH (#262593)
      Add RFH (#262593)
      Fix redirection bug which apparently emerged due to bash 3.0.
      Fix redirection bug which apparently emerged due to bash 3.0.
      262557, 262593
      262557, 262593
      Finalize experimental 2.99.0 upload.
      Finalize experimental 2.99.0 upload.
      Add X-Debbugs-CC comment.
      Add X-Debbugs-CC comment.
      Fix typo.  (#263459)
      Fix typo.  (#263459)
      Fix another typo (#263460).
      Fix another typo (#263460).
      Change quoting of browser launching stuff.
      Change quoting of browser launching stuff.
      Finalize 2.99.1
      Finalize 2.99.1
      Commit rules changes from 2.99.0
      Commit rules changes from 2.99.0
      Ensure that get_dependency_info() doesn't return the entire status
      Ensure that get_dependency_info() doesn't return the entire status
      Sort out some icky bugs in the dependency code.  (#264466)
      Sort out some icky bugs in the dependency code.  (#264466)
      Rearrange prompts slightly; handle #264466 gracefully.
      Rearrange prompts slightly; handle #264466 gracefully.
      Note that --gpg and --pgp are ignored when using an MUA.
      Note that --gpg and --pgp are ignored when using an MUA.
      printonly signature warning.
      printonly signature warning.
      Finalize 2.99.2
      Finalize 2.99.2
      Add envelope sender code.
      Add envelope sender code.
      Improve SMTP host name prompt (#270078).
      Improve SMTP host name prompt (#270078).
      Remove obsolete entries from reportbug.conf
      Remove obsolete entries from reportbug.conf
      Remove obsolete TMPDIR assignment.
      Remove obsolete TMPDIR assignment.
      Add date to tempfile template.
      Add date to tempfile template.
      Add convenience function for creating temporary file templates.
      Add convenience function for creating temporary file templates.
      Use rbtempfile.tempfile_prefix() instead of constructing tempfile
      Use rbtempfile.tempfile_prefix() instead of constructing tempfile
      Use new tempfile_prefix throughout.
      Use new tempfile_prefix throughout.
      Fix templates in substitution.
      Fix templates in substitution.
      Update man page.
      Update man page.
      Fix minor stupido.
      Fix minor stupido.
      Add #271084 to TODO list.
      Add #271084 to TODO list.
      Allow get_string to be called without a prompt.
      Allow get_string to be called without a prompt.
      Add CC prompt.  (#271135)
      Add CC prompt.  (#271135)
      Finalize 2.99.3 changelog entry.
      Finalize 2.99.3 changelog entry.
      s/pithy/short/
      s/pithy/short/
      Clarify prompt in RFP/ITP path.  (#267800)
      Clarify prompt in RFP/ITP path.  (#267800)
      Skip listcc prompt in testmode.
      Skip listcc prompt in testmode.
      Finalize 2.99.3.
      Finalize 2.99.3.
      Add a few more messages.
      Add a few more messages.
      Stop a few stupid reports on reportbug.
      Stop a few stupid reports on reportbug.
      Add paranoia support.
      Add paranoia support.
      Add paranoid mode support.
      Add paranoid mode support.
      Fix paranoid mode.
      Fix paranoid mode.
      Disable paranoia if in template or printonly mode.
      Disable paranoia if in template or printonly mode.
      Document --paranoid.
      Document --paranoid.
      Document 272306
      Document 272306
      Use CGI query that excludes list header and footer.
      Use CGI query that excludes list header and footer.
      Finalize 2.99.4
      Finalize 2.99.4
      Indicate whether getting source or binary reports.
      Indicate whether getting source or binary reports.
      Remove obsolete prompt.
      Remove obsolete prompt.
      Add avail option to get_dpkg_status()
      Add avail option to get_dpkg_status()
      Wrap the Querying line.
      Wrap the Querying line.
      Fix.
      Fix.
      Fixup BTS message some more.
      Fixup BTS message some more.
      Bypass dump_address_pair() for normal realnames.
      Bypass dump_address_pair() for normal realnames.
      Collect information from the available database for uninstalled packages.
      Collect information from the available database for uninstalled packages.
      Escape parameters in commands.getoutput() calls.
      Escape parameters in commands.getoutput() calls.
      Changelog entries for 2.99.5
      Changelog entries for 2.99.5
      Search for arch=all too. (#274189)
      Search for arch=all too. (#274189)
      Add #271552/274189 entry.
      Add #271552/274189 entry.
      Add to the damn todo list.
      Add to the damn todo list.
      Document SMTP options (#274280)
      Document SMTP options (#274280)
      Entry for #274280
      Entry for #274280
      Add "ubuntu" bug reporting support.
      Add "ubuntu" bug reporting support.
      Don't check packages.debian.org if options.bts is set to something
      Don't check packages.debian.org if options.bts is set to something
      Ubuntu changes.
      Ubuntu changes.
      Define src_name.  (#276260)
      Define src_name.  (#276260)
      Use 'from' address instead of 'to' address calling sendmail. (#275925)
      Use 'from' address instead of 'to' address calling sendmail. (#275925)
      Clear status.  (#275677)
      Clear status.  (#275677)
      Fix smtphost message. (#275576)
      Fix smtphost message. (#275576)
      Show NEWBIELINE in standard mode.
      Show NEWBIELINE in standard mode.
      Update man page for newbieline change.
      Update man page for newbieline change.
      Finalize 0.99.6
      Finalize 0.99.6
      Add locale info patch; revert version prompting.
      Add locale info patch; revert version prompting.
      Put "search" in the description of the filter option.  #277745
      Put "search" in the description of the filter option.  #277745
      Check for exception in pipe.write() (#277870)
      Check for exception in pipe.write() (#277870)
      Solve another corner-case where the version number was being picked up
      Solve another corner-case where the version number was being picked up
      #265112.
      #265112.
      Finalize 3.2
      Finalize 3.2
      Add French translation of man page.
      Add French translation of man page.
      Correct example file.
      Correct example file.
      Omit any passwords from reportbug.conf output in script.
      Omit any passwords from reportbug.conf output in script.
      Finalize(?) changelog for 3.3.
      Finalize(?) changelog for 3.3.
      Only permit attaching files that are readable at prompt.  (Closes: #284528)
      Only permit attaching files that are readable at prompt.  (Closes: #284528)
      Update acknowledgment text.
      Update acknowledgment text.
      Add "other" support.
      Add "other" support.
      Use us-ascii instead of ascii as fallback charset; replace, instead of
      Use us-ascii instead of ascii as fallback charset; replace, instead of
      Re-finalize(?) 3.3.
      Re-finalize(?) 3.3.
      Clean up BTS handling; fix bug introduced in 3.3 that breaks reportbug
      Clean up BTS handling; fix bug introduced in 3.3 that breaks reportbug
      Finalize 3.4
      Finalize 3.4
      Correct line-ending problem.
      Correct line-ending problem.
      #286159
      #286159
      Various cleanups to the BTS dictionary.
      Various cleanups to the BTS dictionary.
      Add support for Owner header.
      Add support for Owner header.
      Add changelog entry for Owner wnpp support.
      Add changelog entry for Owner wnpp support.
      Finalize 3.6
      Finalize 3.6
      Exit on NoNetwork exception, as prompt suggests will happen. (#292348)
      Exit on NoNetwork exception, as prompt suggests will happen. (#292348)
      Better failure mode when abuser has incorrect $http_proxy (#292340)
      Better failure mode when abuser has incorrect $http_proxy (#292340)
      Finalize 3.7
      Finalize 3.7
      Import sys module.
      Import sys module.
      Delete Bcc headers from final formatted message.
      Delete Bcc headers from final formatted message.
      Drop references to bug(1)
      Drop references to bug(1)
      Add grml BTS
      Add grml BTS
      Finalize changelog for 3.7.1
      Finalize changelog for 3.7.1
      Start changes for 3.8
      Start changes for 3.8
      Use lowlevel IO to write reportbug.USERFILE.
      Use lowlevel IO to write reportbug.USERFILE.
      Finalize 3.8
      Finalize 3.8
      Rework email handling so BCCs are respected.
      Rework email handling so BCCs are respected.
      Finalize 3.9
      Finalize 3.9
      Suppress package-specific information if --no-config-files is
      Suppress package-specific information if --no-config-files is
      Update changelog for 3.10
      Update changelog for 3.10
      Include mention of querybts in control file.
      Include mention of querybts in control file.
      Initialize addinfo.
      Initialize addinfo.
      Finalize 3.11
      Finalize 3.11
      Various changes on the way to 3.12
      Various changes on the way to 3.12
      Separate addresses by spaces instead of commas.
      Separate addresses by spaces instead of commas.
      Finalize 3.12
      Finalize 3.12
      Fix urlutils.py redirect problem.  (Closes: #309671)
      Fix urlutils.py redirect problem.  (Closes: #309671)
      Update changelog for #309671
      Update changelog for #309671
      Fixes for 'q' editor prompt and vi nag.
      Fixes for 'q' editor prompt and vi nag.
      s/unneeded/not needed/ (#310723)
      s/unneeded/not needed/ (#310723)
      Changelog entry for 310723
      Changelog entry for 310723
      Add related packages support.  (#313421)
      Add related packages support.  (#313421)
      Remove debugging code (#313421)
      Remove debugging code (#313421)
      Minor code cleanups.
      Minor code cleanups.
      code cleanups; include Ubuntu APT policy info
      code cleanups; include Ubuntu APT policy info
      Initialize recommends (#314715)
      Initialize recommends (#314715)
      First stab at improving interactivity tests.
      First stab at improving interactivity tests.
      Remove rfcdatestr(), as it should be dead code.
      Remove rfcdatestr(), as it should be dead code.
      Implement mbox format (#322739 etc.); fix O: line in wnpp bugs (#323801)
      Implement mbox format (#322739 etc.); fix O: line in wnpp bugs (#323801)
      s/care/are/ (#324006)
      s/care/are/ (#324006)
      More helpful error message when unable to write .reportbugrc.  (#323595)
      More helpful error message when unable to write .reportbugrc.  (#323595)
      Commit changes from 3.14 and 3.15
      Commit changes from 3.14 and 3.15
      Only include email, realname in .reportbugrc if non-default (#324341)
      Only include email, realname in .reportbugrc if non-default (#324341)
      Finalize 3.16
      Finalize 3.16
      Update changelog.
      Update changelog.
      Validate package names.
      Validate package names.
      Cleanup exception handling.
      Cleanup exception handling.
      Add security tag to relevant reports automatically.
      Add security tag to relevant reports automatically.
      Update changelog.
      Update changelog.
      Clean up BTS parsing.
      Clean up BTS parsing.
      Finalize 3.17
      Finalize 3.17
      Add message-id
      Add message-id
      Handle master -> bugs.d.o changeover.
      Handle master -> bugs.d.o changeover.
      Add linux-image to the nonvirtual lust.
      Add linux-image to the nonvirtual lust.
      Finalize 3.18
      Finalize 3.18
      Fixes for Python 2.4 compatibility
      Fixes for Python 2.4 compatibility
      Add --tag=patch example (#355821)
      Add --tag=patch example (#355821)
      Add programming lang to template (#328415)
      Add programming lang to template (#328415)
      Remove hardcoded debian/ubuntu lsb_release response.
      Remove hardcoded debian/ubuntu lsb_release response.
      Changelog entries for 355821 and 328415
      Changelog entries for 355821 and 328415
      Remove urllib2 from CVS
      Remove urllib2 from CVS
      Finalize 3.19
      Finalize 3.19
      Don't fail if urlutils2.py is missing.
      Don't fail if urlutils2.py is missing.
      Update to debhelper 4
      Update to debhelper 4
      Fix misspelling of overridden; run ispell
      Fix misspelling of overridden; run ispell
      Finalize 3.20
      Finalize 3.20
      Finalize 3.21
      Finalize 3.21
      Fix retry code.
      Fix retry code.
      Clear the SMTP password for a retry
      Clear the SMTP password for a retry
      Terminate SMTP error message.
      Terminate SMTP error message.
      Handle Python transition; include UI patches
      Handle Python transition; include UI patches
      Finalize changelog
      Finalize changelog
      Fix typos in debian/control
      Fix typos in debian/control
      Cleanups in get_multiline()
      Cleanups in get_multiline()
      Document pseudopackages
      Document pseudopackages
      Document /bin/bash requirement.
      Document /bin/bash requirement.
      Request version in source reports.
      Request version in source reports.
      Call ehlo() after starttls()
      Call ehlo() after starttls()
      Prompt for smtpuser in configuration.
      Prompt for smtpuser in configuration.
      Finalize 3.23
      Finalize 3.23
      Bump copyright date.
      Bump copyright date.
      Apply latest core changes from Philipp Kern.
      Apply latest core changes from Philipp Kern.
      Drop unneeded extension.
      Drop unneeded extension.
      Deal with the newt interface being non-functional.
      Deal with the newt interface being non-functional.
      Meandering in the direction of a urwid interface.
      Meandering in the direction of a urwid interface.
      Apply updated patch from Phillip Kern.
      Apply updated patch from Phillip Kern.
      comment out obsolete package names
      comment out obsolete package names
      Add UINotImplemented
      Add UINotImplemented
      Meandering more toward a urwid interface.
      Meandering more toward a urwid interface.
      Remove postinst and prerm
      Remove postinst and prerm
      Don't import packages, just try to find them in sys.path
      Don't import packages, just try to find them in sys.path
      More urwid tweaks
      More urwid tweaks
      Finalize 3.26
      Integrate 3.26 changelog, begin 3.99.x series
      Integrate 3.26 changelog, begin 3.99.x series
      Update TODO list.
      Update TODO list.
      Remove silly sentence.
      Remove silly sentence.
      Fix username prompt in offer_configuration.  (Closes: 383583)
      Finalize 3.27
      Apply changes from 3.27
      Apply changes from 3.27
      Add pkgversion prompt
      More 3.27 changes (woops)
      More 3.27 changes (woops)
      Ditch broken GNOME UI.
      Remove obsolete GNOME UI.
      Remove obsolete GNOME UI.
      BTS query interface finished (hopefully)
      Fix copyright date
      Handle missing urwid modules gracefully.
      Finalize 3.28
      Incorporate changes from 3.28
      Incorporate changes from 3.28
      Skip separators
      Improve menu() and select_options() in urwid.
      More urwid fixups from unstable
      More urwid fixups from unstable
      Add support for version queries
      Use pkgversion when calling handle_bts_query()
      Add version support to BTS query
      Deal with nonexistent bug reports.
      Various improvements to the UIs and version handling code.
      Fix formatting failure with empty args to ewrite().  (#384167)
      Handle revised bug headers.
      StringTypes -> basestring
      UTF-8 fixups
      Ensure sysinfo is set for origins from control file.
      Finalize 3.29
      Handle case where the maintainer is a unicode object.
      UTF-8 fixups.
      Kill stamp files.
      Kill stamp files.
      Kill stamp files.
      Add changes from 3.29-3.29.1
      Add changes from 3.29-3.29.1
      Fallback to text interface if selected interface is invalid.
      Add UINotImportable exception handling
      Add exception for UINotImportable
      Handle UI fallback gracefully.
      Use re.split, not ''.split.  (#384617)
      Finalize 3.29.2
      Test whether maintainer is a string or not before encoding.
      Improve failure message when maintainer not set and --kudos specified.
      Finalize 3.29.3
      Handle 'other' in urwid interface correctly.
      Handle non-ASCII encodings better in offer_configuration()
      Finalize changelog for 3.29.4
      Fix 386463 (encoding issues when dealing with the editor)
      Finalize 3.29.5
      Bypass vi prompt if EDITOR is set.
      Bypass vi prompt if EDITOR is set.
      Test os.environ before showing vi nag.
      Add vi nag changelog entry.
      Add extra EHLO call.
      Add reorganization code.
      Memory optimization that doesn't seem to work.
      Finalize 3.30
      Really fix 389259
      Cleanup display when title is missing.
      Add helo()s too, for everyone's amusement.
      Add po4a support.
      Change default from None to '' in get_string.
      Add changelog entry for 392608
      Bump requirement to Python 2.4
      Vague (and unsuccessful) attempts to plug the memory allocation bugs.
      Comment out debugging code.
      Add exim warning to presubj.
      Further improve presubj.
      Improve handling when dlocate fails; improve behavior with new exim.
      Add UCE warning to email address prompt.
      Make prompt less debian-specific
      Changelog entry for UCE warning
      Correct version number of etch
      Correct documentation of -v option.
      Don't crash if package-specific info is non-UTF-8.
      Finalize 3.31
      Remove cjkcodecs, iconvcodec rec.
      Add zile to the +%d list; add charset handling to ewrite.
      Various unicode cleanups.
      Update French translation.
      Disable dh_python call.
      Enable get_password fallthrough for urwid interface.
      Disable mouse reporting.  (See 390465)
      Don't check upstream version if package is not 'installed'
      PO file updates (#404900)
      Even more unicode fixups.
      Fix packages_providing to ignore uninstalled packages.
      More tweaks to previous fix.
      Add fix for 407587
      Improve packages_providing check.
      Only match a source package with the Package field if there isn't a
      Slight efficiency improvement.
      Build avail list incrementally instead of using split() to save memory.
      Two missing corrections that somehow got left out.
      Treat conftext as unicode throughout.
      Cleanup test slightly.
      Various and sundry fixups.
      Really add urwid patches.
      Fix Fix UTF-8 issue in config files.
      Yet more Unicode fun.
      Add core count.
      dumpavail cleanups; make CPU count actually work.
      More SMP/PREEMPT stuff
      Rearrange system info.
      Allow exinfo in queryonly mode.
      Return empty list if no items are selected.
      Allow submitting more information in queryonly mode.
      Fix crash in newt bug browsing.
      start and stop the urwid UI around the display call.
      Remove os.curdir from sys.path.
      Unicode cleanups.
      Ensure owner pseduo-header is in unicode.
      Update pseudo-packages list.
      Sort the packages found.
      sort package names here too
      Add release notes to others.
      Various fixups.
      Fix typo.
      Unicode cleanups.
      Provide formidable speedups for source-related operations using
      Remove old-school availdb churners.
      If realname is unicode, don't try to decode it.  (#421613)
      Conflict with broken python-central version.
      Finalize 3.38
      Only bypass the "not installed" package prompt if more than one
      Various cleanups for 3.39.
      Add reportbug.conf(5).
      Add translation updates to CVS.
      Remove GNOME and Ximian BTSes.
      Preliminary support for python-btsutils
      Initial pass at reorganizing reportbug into a module.
      Add changes from reportbug 3.39-0.1
      Add self to uploaders and set maintainer to reportbug-maint at l.a.d.o.
      Apply patch from Flavio Grossi fixing yet another character encoding
      Add trailer line since tagpending seems to need it.

Sandro Tosi (102):
      Added Giridhar and me to Uploaders (commit test, to verify config)
      fixed lintian warnings
      closing: 429824 478414 418166 + vcs field and homepage
      bumped versioned Build-Depends-Indep on python-central
      closing: 227153 408834 422369 474970 439351 322983
      explained how to reuse a saved file (generated by not submitting a bug report); (Closes: #328531)
      reintroduced 'kernel' pseudo-package, but just to fall back to 'linux-image' (Closes: #423197)
      pseudo-packages sync
      po4a needs to be in Build-Depends (used in clean)
      using /usr/share/common-licenses/GPL (the one for GPLv2 or later)
      added checks/compare_pseudo-pkgs_lists.py (will automate soon)
      make checks + ready to release
      - cleared that the summary will be used for bug subject; thanks to Bart Massey <bart at cs.pdx.edu> for the report (Closes: #426942)
      - reordered "REPORTBUGEMAIL, DEBEMAIL, EMAIL" to match selection order; thanks to Jari Aalto <jari.aalto at cante.net> for report and (partial) patch; (Closes: #472296)
      update po files
      * Security bugfix release, hence urgency is set to high
      * debian/control
      better changelog entry
      updated ftp-master url
      bugs against ftp.debian.org don't need additional tags; Closes: #486753
      all fields of ITP bugs must contain valid data and not template lines; thanks to Adeodato Simó for the bug report; Closes: #293361
      added README.Users; added ~devel to current version
      updated checks/compare_pseudo-pkgs_lists.py due to new reportbuglib format
      giving credits to atomo64
      releasing
      reports status of suggested packages; Closes: #441056
      fixed pkgs list generation in --template (or notty); Closes: #489515
      no system info for wnpp bugs; Closes: #448806
      alert that unknown policy section for serious bugs downgrade to normal; Closes: #362947
      added how to usertag a bug at submit-time
      TODO: removed CVS repository link; remove item for migration to python-btsutils
      --template now includes "Package-specific info"; Closes: #396899
      reinforce that RM bugs for testing are for testing only;Closes: #491013; shortened Format-Specification in debian/copyright
      releasing 3.43
      bump required Python version to >= 2.5 Closes #492490; releasing 3.44
      renaming reportbug exec to easy branches/modules merge
      reverting: branches/modules lost all the changes history, and it's not working... need more work before merging
      new release: added get_password to urwid ui; remove cruft from BTS parsing code
      branch to cherry-picking the changes from modules branch
      pre-merge: step 1: move to bin/ and man/ dir
      pre-merge: step 2: reportbug/ dir creation
      pre-merge: step 3: reportbuglib -> reportbug
      pre-merge: step 4
      last commit before cherry picking
      fixing newt ui filename
      cherry picking test/ dir
      cherry picking debian/ dir
      cherry picking bin/ po4a/ check/ and . dirs
      cherry picking reportbug/ dir
      let branches/manual_merge be the trunk
      fixes for modularization: at least now --template works
      fix querybts import ui
      replaced relative imports with absolute ones
      removed reportbug.utils import to avoid circular import
      renamed ui files to let urwid work
      move UIs identification to ui/__init__.py (where it belongs)
      added GTK+ UI, thanks to Luca Bruno
      added buildd.emdebian.org and debian-i18n pseudo-packages
      applied Luca's patches for gtk+ ui
      AVAILABLE_UIS is now a dict; added ui.getUI; clean-up and fixes
      applied Luca's patches for GTK+ ui
      applied Luca's patches for GTK+ ui
      fix version number in programs and config file generation
      applied Luca's patches for GTK+ ui
      applied Luca's patches for GTK+ ui
      * checks/compare_pseudo-pkgs_lists.py
      applied Luca's patches for GTK+ ui
      + added gtk2 ui copyright
      * doc/README.*, debian/docs
      updated TODO
      * debian/control
      * reportbug/debianbts.py
      merging v3.46 changes into v3.99.x codepath
      * reportbug/ui/{__init__.py,newt_ui.py}, test/test_reportbug_ui_newt.py
      backported 3.47 changes to 3.99.x code path
      start fixing the test (still fails, but for logic error, not import)
      updated TODO list
      merging 3.48 changes
      bin/reportbug
      reportbug/__init__.py
      reportbug/submit.py
      bin/querybts
      reportbug/debianbts.py
      reportbug/debianbts.py, bin/reportbug
      source package is to be used, adding a warning and replacing those old packages with 'linux-2.6' automatically; thanks to Moritz Muehlenhoff for the report; Closes: #510690
      added TODO item for package name/check/verify refactor
      releasing to experimental
      reportbug/__init__.py
      conf/reportbug.conf, debian/rules
      reportbug/test_hiermatch.py, test/test_hiermatch.py
      bin/*, reportbug/*, reportbug/ui/*, debian/copyright
      fixes multiline copyright
      added TODO item about X-Mailer/User-Agent difference check
      reportbug/urlutils.py
      added a timeout of 1 minute for url retriving; thanks to Michal Suchanek for the report; Closes: 516449
      fixed typo
      * debian/{control, rules}
      * debian/control
      updated Vcs-* fields, we are now using Git
      Preparing for 4.0 release; clarified that '<host>:<port>' is the way to specify and alternative port
      removed 'DM-Upload-Allowed' flag, we are all DDs now
      Releasing 4.0

Y Giridhar Appaji Nag (28):
      Remove useless CVSIMPORT directory
      old CVS HEAD was for reportbug_4, move it to branches
      reportbug_3 is the real trunk these days
      reportbug_3 is the real trunk these days
      sync with version in debian sid
      prepare to move files to top level
      prepare to move files to top level
      prepare to move reportbug_3 as trunk
      prepare to move reportbug_3 as trunk
      move reportbug_3 to be the new trunk
      :s/XS-DM-Upload-Allowed/DM-Upload-Allowed/g
      Use singular they instead of he/she.  Thanks Adeodato Simó <dato at net.com.org.es> (Closes: #458356)
      modify changelog to match r471 (:s/XS-DM/DM/)
      sync the pseudo-packages list from ftp-master
      Intent of #479429 is to auto-sync ftp-master list with debianbts.py
      Updated French manpage, thanks Sylvain Cherrier <sylvain.cherrier at free.fr> (Closes: #481775)
      Revert previous change
      Updated French manpage, thanks Sylvain Cherrier <sylvain.cherrier at free.fr> (Closes: #481775)
      Keep lintian happy, include path to GPL/GPL-2
      Move po4a to Build-Depends-Indep: from Build-Depends:
      Change help text for 'q' and 'n' in the final step
      compare_pseudo-pkgs_lists.py is in public domain
      kde and ximian use bugzilla
      grml uses roundup
      mandriva uses bugzilla
      remove helixcode also because ximian has been removed
      don't suggest using --body-file when quitting
      Add os.curdir as the last entry in sys.path (Fixes CVE-2008-2230) and

root (1):
      initial checkin

-----------------------------------------------------------------------

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list