From 8db8619603afa408d47078112106a64e0c3e9f9b Mon Sep 17 00:00:00 2001 From: David Rousselie Date: Tue, 21 Feb 2012 20:42:57 +0100 Subject: [PATCH] release version 0.3RC3 --- README.md | 2 +- debian/changelog | 7 +++++++ debian/docs | 2 +- setup.py | 2 +- src/jmc.egg-info/PKG-INFO | 4 ++-- src/jmc.egg-info/SOURCES.txt | 1 - 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b21303..cdde736 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Get [JCL](http://github.com/dax/jcl/download) and [JMC](http://github.com/dax/jmc/download) Debian packages and install them: sudo apt-get install python-pysqlite2 python-pyxmpp python-sqlobject - sudo dpkg -i python-jcl_0.1rc2_all.deb python-jmc_0.3rc2_all.deb + sudo dpkg -i python-jcl_0.1rc2_all.deb python-jmc_0.3rc3_all.deb ### EasyInstall diff --git a/debian/changelog b/debian/changelog index d34c556..f9f87fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jmc (0.3rc3) unstable; urgency=low + + * JMC version 0.3 RC3 + * Fix SSL column name + + -- David Rousselie Sat, 08 Oct 2011 10:52:46 +0200 + jmc (0.3rc2) unstable; urgency=low * JMC version 0.3 RC2 diff --git a/debian/docs b/debian/docs index 754397a..0c6d611 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,3 @@ -README +README.md TODO conf/jmc.conf diff --git a/setup.py b/setup.py index 3e9ff39..c8e8a07 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ import platform prefix = "/usr" root = "/" -jmc_version = '0.3rc2' +jmc_version = '0.3rc3' for arg in sys.argv: if arg[0:9] == "--prefix=": prefix = arg[9:] diff --git a/src/jmc.egg-info/PKG-INFO b/src/jmc.egg-info/PKG-INFO index 2ce23db..1ad8d85 100644 --- a/src/jmc.egg-info/PKG-INFO +++ b/src/jmc.egg-info/PKG-INFO @@ -1,6 +1,6 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: jmc -Version: 0.3rc2 +Version: 0.3rc3 Summary: Jabber Mail Component Home-page: http://people.happycoders.org/dax/projects/jmc Author: David Rousselie diff --git a/src/jmc.egg-info/SOURCES.txt b/src/jmc.egg-info/SOURCES.txt index 691d4d1..de038e2 100644 --- a/src/jmc.egg-info/SOURCES.txt +++ b/src/jmc.egg-info/SOURCES.txt @@ -1,4 +1,3 @@ -README setup.py src/jmc/__init__.py src/jmc/lang.py