[Pkg-gnupg-commit] [libassuan] 184/437: Small pointer arithmetics fix

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 5175eabbf004447384a3a82fcb93e88c5861d3ee
Author: Werner Koch <wk at gnupg.org>
Date:   Tue May 1 16:28:21 2007 +0000

    Small pointer arithmetics fix
---
 NEWS          | 4 ++++
 THANKS        | 1 +
 TODO          | 3 +++
 configure.ac  | 4 ++--
 src/ChangeLog | 5 +++++
 5 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index cece2a7..a957929 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.0.2
+------------------------------------------------
+
+
 Noteworthy changes in version 1.0.1 (2006-11-22)
 ------------------------------------------------
 
diff --git a/THANKS b/THANKS
index 5555006..4543bbd 100644
--- a/THANKS
+++ b/THANKS
@@ -3,6 +3,7 @@ Alain Guibert             alguibert+gpd at free.fr
 Marc Mutz                 mutz at kde.org
 Michael Nottebrock        michaelnottebrock at gmx.net
 Nelson H. F. Beebe        beebe at math dot utah dot edu
+Peter O'Gorman            gnupg-devel at mlists dot thewrittenword dot com
 Rex Dieter                rdieter at math dot unl dot edu
 Ville Skyttä              ville.skytta at iki.fi
 
diff --git a/TODO b/TODO
index a80562c..96c366d 100644
--- a/TODO
+++ b/TODO
@@ -8,3 +8,6 @@
   for unknown inquiries, albeit dirmngr itself would handle the
   returns for assuan_inquire gracefully.  We need to check all
   applications whether it is safe to change this.
+
+* XOPEN_SOURCE and snprintf
+  See Peter O'Gorman's mail.
diff --git a/configure.ac b/configure.ac
index 939d91d..d32312d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,8 @@ min_automake_version="1.9.3"
 # Remember to change the version number immediately *after* a release.
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [1.0.1])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.0.2])
+m4_define([my_issvn], [yes])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
             || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
diff --git a/src/ChangeLog b/src/ChangeLog
index 942e9d0..d1bc5fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-01  Werner Koch  <wk at g10code.com>
+
+	* assuan-uds.c (uds_reader): Cast void ptr for arithmetics.
+	Reported by Peter O'Gorman.
+
 2006-12-03  Marcus Brinkmann  <marcus at g10code.de>
 
 	* assuan-handler.c (assuan_command_parse_fd): Also allow white

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list