[Nym3-commit] r418 - trunk

laurent at conuropsis.org laurent at conuropsis.org
Sat Nov 19 17:14:09 CET 2005


Author: laurent
Date: 2005-11-19 17:14:09 +0100 (Sat, 19 Nov 2005)
New Revision: 418

Modified:
   trunk/README
   trunk/setup.py
Log:
Prepare for version 0.1.1 release.


Modified: trunk/README
===================================================================
--- trunk/README	2005-11-16 22:57:54 UTC (rev 417)
+++ trunk/README	2005-11-19 16:14:09 UTC (rev 418)
@@ -1,4 +1,4 @@
-This is nymbaron version 0.1.0
+This is nymbaron version 0.1.1
 
 I. OVERVIEW
 ===========
@@ -17,7 +17,22 @@
 
 Homepage: http://www.komite.net/laurent/soft/nymbaron/
 
-II. HOW TO INSTALL
+II. WHAT'S NEW IN THIS VERSION?
+===============================
+
+New in version 0.1.1:
+    - DOCUMENTATION
+      - clearer server documentation
+    - BUGFIXES
+      - don't fail when another instance holds a lock
+    - IMPROVEMENTS
+      - add remove-accounts command [client]
+      - display more useful items in `list-accounts' [client]
+      - processing return messages is more verbose [client]
+      - the server is now able to cope with base64 encoded messages as well
+      - use $HOME/.nymbaronrc, useful for debugging purposes [client]
+
+III. HOW TO INSTALL
 ==================
 
 $ python setup.py build
@@ -25,7 +40,7 @@
 $ xmlto man doc/nymbarond.xml
 # python setup.py install
 
-III. HOW TO USE
+IV. HOW TO USE
 ===============
 
 The binary command for the client to send/receive pseudoynmous emails

Modified: trunk/setup.py
===================================================================
--- trunk/setup.py	2005-11-16 22:57:54 UTC (rev 417)
+++ trunk/setup.py	2005-11-19 16:14:09 UTC (rev 418)
@@ -4,7 +4,7 @@
 from distutils.core import setup
 
 setup(name = "nymbaron",
-      version = "0.1.0",
+      version = "0.1.1",
       description = "Type III nym server and client",
       author = "Laurent Fousse & Jean-René Reinhard",
       author_email = "nymbaron at komite.net",



More information about the Nym3-commit mailing list