[Pkg-privacy-commits] [libotr] 49/225: * UPGRADING: Clarify what was new in 3.1.0, what was changed in 3.2.0.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:51 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 4c9258662fff4a10b034b53bbf56e57d240c7026
Author: cypherpunk <cypherpunk>
Date:   Fri Jun 13 15:18:33 2008 +0000

    	* UPGRADING: Clarify what was new in 3.1.0, what was changed
    	in 3.2.0.
---
 ChangeLog |  5 +++++
 README    |  2 +-
 UPGRADING | 10 +++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4beec60..0a680ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-13:
+
+	* UPGRADING: Clarify what was new in 3.1.0, what was changed
+	in 3.2.0.
+
 2008-05-27:
 
 	* UPGRADING: Update documentation.
diff --git a/README b/README
index 189a4f2..755e0d3 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 	      Off-the-Record Messaging Library and Toolkit
-			  v3.2.0, 26 May 2008
+			  v3.2.0, 13 Jun 2008
 
 This is a library and toolkit which implements Off-the-Record (OTR) Messaging.
 
diff --git a/UPGRADING b/UPGRADING
index cf3f897..6ca2134 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -28,7 +28,7 @@ explains how to add the new functionality in 3.2.0.
 This section describes the new features in OTR 3.2.0 along with a short
 history or motivation for each.
 
-2.1. Fragmentation
+2.1. Fragmentation  [Added in 3.1.0]
 
 Most IM networks supported by Pidgin have fixed maximum message sizes
 (MMS) of approximately 1-3 kB.  The longer messages in the initial key
@@ -41,7 +41,7 @@ recover the original message.  Now that users may be assumed to be able to
 handle message fragments, support for fragmenting and sending large
 messages has been added to OTR 3.2.0.
 
-2.2. Socialist Millionaires' Protocol
+2.2. Socialist Millionaires' Protocol  [Added in 3.1.0, revised in 3.2.0]
 
 In version 3.0.0, the only method available to authenticate a buddy was
 fingerprint verification.  However, many users who are unfamiliar with
@@ -84,7 +84,7 @@ For detailed information on how SMP works, see the paper by Boudot,
 Schoenmakers and Traore titled "A Fair and Efficient Solution to the
 Socialist Millionaires Problem" (2001), on which our solution is based.
 
-3. Required Changes
+3. Required Changes  [Added in 3.1.0]
 
 3.1. OtrlMessageAppOps Callbacks
 
@@ -142,7 +142,7 @@ released.
 Setting account_name to NULL will cause libotr to use
 ConnContext->accountname as the displayed name for an account.
 
-3.2. Using Fragmentation
+3.2. Using Fragmentation  [Added in 3.1.0]
 
 To make use of fragmentation, first make sure that the max_message_size
 callback described in 3.1.1. has been implemented.  Then, whenever you
@@ -168,7 +168,7 @@ regular message.  In order to reassemble the fragments, however, they
 must be received in order, so at most one of the latter two options
 will result in readable messages.
 
-3.3. Using SMP
+3.3. Using SMP  [Added in 3.1.0, revised in 3.2.0]
 
 Recall from section 2.2. above that SMP takes one input string from each
 user and outputs either failure or success.

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