Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <david.rousselie@happycoders.org>2012-02-21 23:42:57 +0400
committerDavid Rousselie <david.rousselie@happycoders.org>2012-02-21 23:42:57 +0400
commit8db8619603afa408d47078112106a64e0c3e9f9b (patch)
tree7556185dd81e207b8d73970223fe66b3f74113a0
parent7b0f6638bdbb09c4cae16ba4f147ce954ffce4ed (diff)
release version 0.3RC3HEADmaster
-rw-r--r--README.md2
-rw-r--r--debian/changelog7
-rw-r--r--debian/docs2
-rw-r--r--setup.py2
-rw-r--r--src/jmc.egg-info/PKG-INFO4
-rw-r--r--src/jmc.egg-info/SOURCES.txt1
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 <dax@happycoders.org> 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