summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2021-02-06 13:23:52 +1100
committerBrendan O'Dea <bod@debian.org>2021-02-06 13:23:52 +1100
commit36102c4dc84494cb129a915c6edc5fbbcc8277f8 (patch)
tree173866a913c0d9c94bade4d119aeeddd3e8c4ac7
parent71a11c13ad8b11a4eec0f66d91916dcb415e4306 (diff)
downloadhelp2man-36102c4dc84494cb129a915c6edc5fbbcc8277f8.tar.gz
Update NEWS and increment minor version
-rw-r--r--NEWS18
-rw-r--r--debian/changelog5
-rwxr-xr-xhelp2man.PL2
3 files changed, 21 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a7bdb92..3366a9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,23 @@
+Version 1.48 February 6, 2021
+
+ * Add Serbian, Swedish, Brazilian Portuguese and Chinese (simplified)
+ translations of info documentation.
+ * Add Tamil and Chinese (simplified) translations.
+ * Move table of contents to the top of the texi file so that it appears
+ in the correct location in the html page.
+ * Use the package name and version as the default for --source (was
+ program).
+ * Support packages in version strings without the GNU or Free prefix.
+ * Allow an optional second dash to separate the package name from the
+ version for multi-word packages: "program - package name - version".
+ * Suppress creation of an empty pkglibdir when nls is disabled.
+ * Fix ordering of "other" sections in manual page.
+ * Use POSIX compliant TZ when setting UTC (thanks to Paul Eggert).
+
Version 1.47 June 9, 2015
* Set document language for localised info pages.
- * Add French and Spanish translation of info documentation.
+ * Add French and Spanish translations of info documentation.
* Add Spanish and Danish translations.
* Add support for reproducible builds by using $SOURCE_DATE_EPOCH as the
date for the generated pages.
diff --git a/debian/changelog b/debian/changelog
index 9da97b4..688c021 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-help2man (1.47.18) unstable; urgency=medium
+help2man (1.48.1) unstable; urgency=medium
* Update German, Spanish, Norwegian Bokmaal, Polish, Brazilian
Portuguese, Russian and Ukranian translations.
* Update German, Spanish, Polish, Brazilian Portuguese and Ukranian info
page translations.
+ * Update NEWS and increment minor version.
- -- Brendan O'Dea <bod@debian.org> Sat, 06 Feb 2021 12:50:13 +1100
+ -- Brendan O'Dea <bod@debian.org> Sat, 06 Feb 2021 13:22:05 +1100
help2man (1.47.17) unstable; urgency=medium
diff --git a/help2man.PL b/help2man.PL
index 12d2063..e0f5c6d 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.47.17');
+my ($program, $version) = ('help2man', '1.48.1');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"