[Pkg-privacy-commits] [libotr] 99/225: Release 4.0.0
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit 85f60446beff6bbb6b3b9ec3ce55ea73dfeda97e
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date: Wed Aug 22 16:01:39 2012 -0400
Release 4.0.0
---
ChangeLog | 5 +++++
NEWS | 16 ++++++++++++++++
README | 2 +-
configure.ac | 2 +-
4 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1fc02e2..328c3bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-24
+
+ * README:
+ * configure.ac: Release 4.0.0
+
2012-08-22
* configure.ac: Use gcc and ld hardening flags, where possible.
diff --git a/NEWS b/NEWS
index 7e3363f..41d47fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+24 Aug 2012:
+- Release 4.0.0
+- Support v3 of the OTR protocol
+- The main new feature: sensibly handle the case where a user is logged
+ in multiple times to the same IM account
+- API changes:
+ - instance tags, to support multiple simultaneous logins
+ - support for asynchronous private key generation
+ - the ability to provide an "extra" symmetric key to applications
+ (with forward secrecy)
+ - applications can supply a formation conversion callback if they do
+ not natively use XHTML-style UTF8 markup
+ - error messages formerly provided by libotr are now handled using
+ callbacks to the application, for better i18n support
+ - otrl_message_sending now handles message fragmentation internally
+
27 May 2008:
- Added support for one-way authentication using an explicit question,
based on the SOUPS 2008 user study.
diff --git a/README b/README
index 1a2102c..a2e4983 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Off-the-Record Messaging Library and Toolkit
- v4.0.0, 2012
+ v4.0.0, 24 Aug 2012
This is a library and toolkit which implements Off-the-Record (OTR) Messaging.
diff --git a/configure.ac b/configure.ac
index d7aa6d6..e523d67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ 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, 4.0.0-beta2)
+AM_INIT_AUTOMAKE(libotr, 4.0.0)
LIBOTR_LIBTOOL_VERSION="5:0:0"
AC_SUBST(LIBOTR_LIBTOOL_VERSION)
--
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