[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. e9eccadc326147cde52679b010ea1de862d9d01d

Sandro Tosi morph at debian.org
Tue Mar 24 16:44:38 UTC 2009


The following commit has been merged in the master branch:
commit 106603b82b274cdc0f308af945777f9395273fd9
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Mar 24 17:41:01 2009 +0100

    Preparing for 4.0 release; clarified that '<host>:<port>' is the way to specify and alternative port
    
    * Uploading to unstable, since Lenny has been released
    * bin/reportbug
      - clarified that '<host>:<port>' is the way to specify and alternative port;
        thanks to Apelete Seketeli for the report; Closes: #519452

diff --git a/bin/reportbug b/bin/reportbug
index b7c6f51..47fc7d7 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -490,6 +490,8 @@ def offer_configuration(options):
         smtphost = ui.get_string(
             'Please enter the name of your SMTP host.  Usually it\'s called '
             'something like "mail.example.org" or "smtp.example.org". '
+            'If you need to use a different port than default, use the '
+            '<host>:<port> alternative format. '
             'Just press ENTER if you don\'t have one or don\'t know.',
             options=opts, force_prompt=True)
         if smtphost:
diff --git a/debian/changelog b/debian/changelog
index 540ba5f..679cdd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-reportbug (3.99.2) UNRELEASED; urgency=low
+reportbug (4.0) UNRELEASED; urgency=low
 
+  * Uploading to unstable, since Lenny has been released
   * reportbug/__init__.py
     - updated version number
   * conf/reportbug.conf, debian/rules
@@ -20,8 +21,11 @@ reportbug (3.99.2) UNRELEASED; urgency=low
   * debian/control
     - bump Standards-Version to 3.8.1 (no changes needed)
     - updated Vcs-* fields, we are now using Git
+  * bin/reportbug
+    - clarified that '<host>:<port>' is the way to specify and alternative port;
+      thanks to Apelete Seketeli for the report; Closes: #519452
 
- -- Sandro Tosi <morph at debian.org>  Tue, 24 Mar 2009 14:45:09 +0100
+ -- Sandro Tosi <morph at debian.org>  Tue, 24 Mar 2009 17:39:00 +0100
 
 reportbug (3.99.1) experimental; urgency=low
 
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index 7a9f29b..680015f 100644
--- a/reportbug/__init__.py
+++ b/reportbug/__init__.py
@@ -25,7 +25,7 @@ SOFTWARE."""
 __all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
            'debianbts', 'exceptions', 'submit', 'tempfile']
 
-VERSION_NUMBER = "3.99.2"
+VERSION_NUMBER = "4.0"
 
 VERSION = "reportbug "+VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>' + \

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list