release version 0.3RC3
This commit is contained in:
@@ -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
7
debian/changelog
vendored
@@ -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
2
debian/docs
vendored
@@ -1,3 +1,3 @@
|
||||
README
|
||||
README.md
|
||||
TODO
|
||||
conf/jmc.conf
|
||||
|
||||
2
setup.py
2
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:]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
README
|
||||
setup.py
|
||||
src/jmc/__init__.py
|
||||
src/jmc/lang.py
|
||||
|
||||
Reference in New Issue
Block a user