[Pkg-privacy-commits] [libotr] 25/225: Ready for 3.0.0 release

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:47 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 c1e37dc8d6b9e2ea3db2ea8c847e3cb98538e8fe
Author: cypherpunk <cypherpunk>
Date:   Wed Nov 2 21:59:32 2005 +0000

    Ready for 3.0.0 release
---
 NEWS             | 19 +++++++++++--------
 Protocol-v2.html |  1 -
 README           |  2 +-
 src/version.h    |  2 +-
 4 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index a86aa3b..d2df6be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+02 Nov 2005:
+- Released 3.0.0
+
 16 Oct 2005:
 - Major overhaul with implementation of version 2 of the protocol.
 
@@ -15,7 +18,7 @@
   last Key Exchange Message that caused a rekeying), _not_ the DH secure
   id calculated from DH keys in more recent Data Messages.
 
-3 May 2005:
+03 May 2005:
 - Released 2.0.2
 
 16 Feb 2005:
@@ -27,11 +30,11 @@
 - Fix a crash bug that happened when messages were retransmitted under
   certain circumstances.
 
-8 Feb 2005:
+08 Feb 2005:
 - Released 2.0.0
 - Keep track of whether a given message is eligible for retransmission
 
-2 Feb 2005:
+02 Feb 2005:
 - Released 1.99.0, the first preview release of 2.0.0
 
 31 Jan 2005:
@@ -101,13 +104,13 @@
 - Heartbeats now only get sent if (1) we have just received a message,
   and (2) we haven't sent one to that user in over a minute.
 
-9 Dec 2004:
+09 Dec 2004:
 - Back out of the sending of heartbeats.  They were causing too many
   problems.  It seems some networks don't let buddies know when you
   log out, and then you get a dialog box "unable to send message" each
   minute.  :-(
 
-8 Dec 2004:
+08 Dec 2004:
 - Released 0.9.9rc1
 - Removed the 100 private connection limit, by not using a fixed amount
   of secure memory.  Unfortuantely, this means that *no* memory is
@@ -123,15 +126,15 @@
   or both sides aren't actively typing.  This aids perfect forward
   secrecy.
 
-4 Dec 2004:
+04 Dec 2004:
 - Fixed a bug wherein multi-person chat windows would get the OTR button
   in their button bar if the OTR plugin was enabled when one of them was
   active.
 
-3 Dec 2004:
+03 Dec 2004:
 - Released 0.9.1
 
-2 Dec 2004:
+02 Dec 2004:
 - Clicking "OTR: Private" when you're already private will display an
   info dialog letting you know the connection was refreshed (assuming it
   actually is; if the other side isn't running OTR at all, the dialog
diff --git a/Protocol-v2.html b/Protocol-v2.html
index 6cde7c7..b24dad0 100644
--- a/Protocol-v2.html
+++ b/Protocol-v2.html
@@ -11,7 +11,6 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 </style>
 </head><body>
 <h1>Off-the-Record Messaging Protocol version 2</h1>
-<h1>DRAFT 2005102701</h1>
 <p>This document describes version 2 of the Off-the-Record Messaging
 protocol.  The main changes over version 1 include:</p>
 <ul>
diff --git a/README b/README
index 690fbb8..19a3034 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 	      Off-the-Record Messaging Library and Toolkit
-			  v3.0.0, 24 Jun 2005
+			  v3.0.0,  2 Nov 2005
 
 This is a library and toolkit which implements Off-the-Record (OTR) Messaging.
 
diff --git a/src/version.h b/src/version.h
index 2020e97..77187c1 100644
--- a/src/version.h
+++ b/src/version.h
@@ -20,7 +20,7 @@
 #ifndef __VERSION_H__
 #define __VERSION_H__
 
-#define OTRL_VERSION "3.0.0 beta 1"
+#define OTRL_VERSION "3.0.0"
 
 #define OTRL_VERSION_MAJOR 3
 #define OTRL_VERSION_MINOR 0

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