[Pkg-wmaker-commits] [wmget] 06/06: wmget: Bump to version 0.6.1.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Mon Feb 8 15:01:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository wmget.
commit c2369369b81e0c9d836588fe68a162b5ced449e2
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Sun Feb 7 00:53:20 2016 -0500
wmget: Bump to version 0.6.1.
---
NEWS | 29 +++++++++++++++++++++++++++++
configure.ac | 2 +-
wmget.h | 5 +----
3 files changed, 31 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 26497f9..90e24b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,35 @@
Development History for wmget
+wmget 0.6.1 - Now maintained by the Window Maker Developers Team
+
+ * Fix -Wpointer-to-int-cast compiler warnings. In particular, use intptr_t
+ instead of int. From the Debian patch [1].
+ * Fix resource leaks. In particular, fclose() all the files we fopen().
+ From Debian [2].
+ * Switch to autotools for build.
+ * Remove docbook -> manpage conversion. It was resulting in compilation
+ errors:
+ profzoom at cayke:~/src/dockapps/dockapps/wmget$ xsltproc --nonet
+ wmget.refentry.xml
+ I/O error : Attempt to load network entity
+ http://docbook.sourceforge.net/release/xsl/1.62/manpages/docbook.xsl
+ warning: failed to load external entity "http://docbook.sourceforge.net/
+ release/xsl/1.62/manpages/docbook.xsl"
+ error
+ xsltParseStylesheetFile : cannot parse http://docbook.sourceforge.net/
+ release/xsl/1.62/manpages/docbook.xsl
+ compilation error: file wmget.refentry.xml line 19 element refentry
+ xsltParseStylesheetProcess : document is not a stylesheet
+ We therefore remove the xml source file and in the future, we will edit
+ the troff file directly. We also add the version number to the manpage via
+ autoconf.
+
+ [1] http://sources.debian.net/src/wmget/0.6.0-5/debian/patches/
+ fix_-Wpointer-to-int-cast.patch/
+ [2] http://sources.debian.net/src/wmget/0.6.0-5/debian/patches/
+ fix_resource_leaks.patch/
+
wmget 0.6.0 - More options, nominal error handling, fixes
* New options: auth, proxy_auth, ascii, interface, referer, headers
diff --git a/configure.ac b/configure.ac
index 2fc7fb3..dc0d7a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmget], [0.6.0], [wmaker-dev at lists.windowmaker.org])
+AC_INIT([wmget], [0.6.1], [wmaker-dev at lists.windowmaker.org])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC
diff --git a/wmget.h b/wmget.h
index 1dab25a..f2f3381 100644
--- a/wmget.h
+++ b/wmget.h
@@ -35,10 +35,7 @@
#include <sys/param.h>
#include <curl/curl.h>
-/* Important: the Makefile greps the source to extract WMGET_VERSION.
- * So don't change its format or anything without checking there first.
- */
-#define WMGET_VERSION "0.6.0"
+#define WMGET_VERSION PACKAGE_VERSION
#define WMGET_VERSION_BANNER "wmget " WMGET_VERSION \
", compiled with libcurl " \
LIBCURL_VERSION
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmget.git
More information about the Pkg-wmaker-commits
mailing list