[Pkg-privacy-commits] [libotr] 06/06: Release version 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 5a2cd9d3af7e47c6e05960f77912901e2eeebcd1
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date:   Tue Aug 14 09:08:07 2012 -0400

    Release version 3.2.1
---
 ChangeLog       | 3 +++
 README          | 2 +-
 configure.ac    | 4 ++--
 src/auth.c      | 2 +-
 src/b64.c       | 2 +-
 src/b64.h       | 2 +-
 src/proto.c     | 2 +-
 src/version.h   | 2 +-
 toolkit/parse.c | 2 +-
 9 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 71c8274..8e4b34d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-14
 
+	* README:
+	* configure.ac: Release version 3.2.1.
+
 	* src/auth.c: More carefully check for crazy short OTR auth
 	messages.  Thanks to Ben Hawkes <hawkes at inertiawar.com> for the
 	report.
diff --git a/README b/README
index 0b87bcc..08b39b0 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 	      Off-the-Record Messaging Library and Toolkit
-			  v3.2.0, 15 Jun 2008
+			  v3.2.1, 14 Aug 2012
 
 This is a library and toolkit which implements Off-the-Record (OTR) Messaging.
 
diff --git a/configure.ac b/configure.ac
index 51d83a9..6daad62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@ dnl   For a backwards-incompatible API change (e.g. changing data structures):
 dnl     Change the libotr package version from a.b.c to (a+1).0.0
 dnl     Change the libotr libtool version from x:y:z to (x+1):0:0
 
-AM_INIT_AUTOMAKE(libotr, 3.2.0)
-LIBOTR_LIBTOOL_VERSION="4:0:2"
+AM_INIT_AUTOMAKE(libotr, 3.2.1)
+LIBOTR_LIBTOOL_VERSION="4:1:2"
 
 AC_SUBST(LIBOTR_LIBTOOL_VERSION)
 
diff --git a/src/auth.c b/src/auth.c
index c638eea..a867674 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -1,6 +1,6 @@
 /*
  *  Off-the-Record Messaging library
- *  Copyright (C) 2004-2008  Ian Goldberg, Chris Alexander, Nikita Borisov
+ *  Copyright (C) 2004-2012  Ian Goldberg, Chris Alexander, Nikita Borisov
  *                           <otr at cypherpunks.ca>
  *
  *  This library is free software; you can redistribute it and/or
diff --git a/src/b64.c b/src/b64.c
index 9e35251..334c226 100644
--- a/src/b64.c
+++ b/src/b64.c
@@ -1,6 +1,6 @@
 /*
  *  Off-the-Record Messaging library
- *  Copyright (C) 2004-2008  Ian Goldberg, Chris Alexander, Nikita Borisov
+ *  Copyright (C) 2004-2012  Ian Goldberg, Chris Alexander, Nikita Borisov
  *                           <otr at cypherpunks.ca>
  *
  *  This library is free software; you can redistribute it and/or
diff --git a/src/b64.h b/src/b64.h
index dd0e115..e1d421d 100644
--- a/src/b64.h
+++ b/src/b64.h
@@ -1,6 +1,6 @@
 /*
  *  Off-the-Record Messaging library
- *  Copyright (C) 2004-2008  Ian Goldberg, Chris Alexander, Nikita Borisov
+ *  Copyright (C) 2004-2012  Ian Goldberg, Chris Alexander, Nikita Borisov
  *                           <otr at cypherpunks.ca>
  *
  *  This library is free software; you can redistribute it and/or
diff --git a/src/proto.c b/src/proto.c
index 0374dfe..563a902 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -1,6 +1,6 @@
 /*
  *  Off-the-Record Messaging library
- *  Copyright (C) 2004-2008  Ian Goldberg, Chris Alexander, Nikita Borisov
+ *  Copyright (C) 2004-2012  Ian Goldberg, Chris Alexander, Nikita Borisov
  *                           <otr at cypherpunks.ca>
  *
  *  This library is free software; you can redistribute it and/or
diff --git a/src/version.h b/src/version.h
index 3808dc7..90cce7b 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,6 +1,6 @@
 /*
  *  Off-the-Record Messaging library
- *  Copyright (C) 2004-2008  Ian Goldberg, Chris Alexander, Nikita Borisov
+ *  Copyright (C) 2004-2012  Ian Goldberg, Chris Alexander, Nikita Borisov
  *                           <otr at cypherpunks.ca>
  *
  *  This library is free software; you can redistribute it and/or
diff --git a/toolkit/parse.c b/toolkit/parse.c
index 16718ca..b14f566 100644
--- a/toolkit/parse.c
+++ b/toolkit/parse.c
@@ -1,6 +1,6 @@
 /*
  *  Off-the-Record Messaging Toolkit
- *  Copyright (C) 2004-2008  Ian Goldberg, Chris Alexander, Nikita Borisov
+ *  Copyright (C) 2004-2012  Ian Goldberg, Chris Alexander, Nikita Borisov
  *                           <otr at cypherpunks.ca>
  *
  *  This program is free software; you can redistribute it and/or modify

-- 
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