release version 0.3RC3

This commit is contained in:
David Rousselie
2012-02-21 20:42:57 +01:00
parent 7b0f6638bd
commit 8db8619603
6 changed files with 12 additions and 6 deletions

View File

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

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
jmc (0.3rc3) unstable; urgency=low
* JMC version 0.3 RC3
* Fix SSL column name
-- David Rousselie <dax@happycoders.org> Sat, 08 Oct 2011 10:52:46 +0200
jmc (0.3rc2) unstable; urgency=low
* JMC version 0.3 RC2

2
debian/docs vendored
View File

@@ -1,3 +1,3 @@
README
README.md
TODO
conf/jmc.conf

View File

@@ -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:]

View File

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

View File

@@ -1,4 +1,3 @@
README
setup.py
src/jmc/__init__.py
src/jmc/lang.py