[Pkg-privacy-commits] [libotr] 04/06: Bump the libotr version number to 3.2.1
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:46:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to tag release_3_2_1
in repository libotr.
commit 6926dce17a41c33c415d657b61e95a208230efa1
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date: Fri Jul 27 10:26:39 2012 -0400
Bump the libotr version number to 3.2.1
The only change from 3.2.0 is the base64 fix.
---
ChangeLog | 9 +++++++--
src/version.h | 4 ++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bfae496..9073c67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2012-07-27
+
+ * src/version.h: Update libotr version number to 3.2.1
+
2012-07-19
- * src/b64.[ch], src/proto.c: Clean up the previous b64 patch
- and apply it to all places where otrl_base64_decode() is called.
+ * src/b64.[ch], src/proto.c, toolkit/parse.c: Clean up the
+ previous b64 patch and apply it to all places where
+ otrl_base64_decode() is called.
2012-07-17
diff --git a/src/version.h b/src/version.h
index 11cb586..3808dc7 100644
--- a/src/version.h
+++ b/src/version.h
@@ -20,10 +20,10 @@
#ifndef __VERSION_H__
#define __VERSION_H__
-#define OTRL_VERSION "3.2.0"
+#define OTRL_VERSION "3.2.1"
#define OTRL_VERSION_MAJOR 3
#define OTRL_VERSION_MINOR 2
-#define OTRL_VERSION_SUB 0
+#define OTRL_VERSION_SUB 1
#endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list