[tryton-debian-vcs] tryton-neso branch debian updated. debian/3.4.0-1-2-gf82fb91
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:44:59 UTC 2014
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-neso.git;a=commitdiff;h=debian/3.4.0-1-2-gf82fb91
commit f82fb918aaa9eb6a5556d60b3fc2a21840a4f2bd
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:24:41 2014 +0100
Releasing debian version 3.4.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index b9b52c9..cbf66c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-neso (3.4.1-1) unstable; urgency=medium
+
+ * Merging upstream version 3.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 04 Dec 2014 19:24:41 +0100
+
tryton-neso (3.4.0-1) unstable; urgency=medium
* Updating signing key while using now plain .asc files instead of .pgp
commit c009b135c20193227b5360c5f093e954dbd56118
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:24:40 2014 +0100
Merging upstream version 3.4.1.
diff --git a/CHANGELOG b/CHANGELOG
index f20c9ca..f5bb5cb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.1 - 2014-12-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.4.0 - 2014-10-20
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 7c49730..ad13a55 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: neso
-Version: 3.4.0
+Version: 3.4.1
Summary: Standalone Client/Server for the Tryton Application Platform
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/neso.egg-info/PKG-INFO b/neso.egg-info/PKG-INFO
index 7c49730..ad13a55 100644
--- a/neso.egg-info/PKG-INFO
+++ b/neso.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: neso
-Version: 3.4.0
+Version: 3.4.1
Summary: Standalone Client/Server for the Tryton Application Platform
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/neso/version.py b/neso/version.py
index ad64590..efb8d23 100644
--- a/neso/version.py
+++ b/neso/version.py
@@ -1,6 +1,6 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
PACKAGE = "neso"
-VERSION = "3.4.0"
+VERSION = "3.4.1"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
diff --git a/setup.py b/setup.py
index d588aae..11264a4 100644
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ if os.name == 'nt':
'xml',
'decimal',
'dateutil',
+ 'logging.config',
'logging.handlers',
'psycopg2',
'zipfile',
@@ -87,6 +88,7 @@ if os.name == 'nt':
'SimpleHTTPServer',
'sql',
'stdnum',
+ 'site',
],
}
}
--
tryton-neso
More information about the tryton-debian-vcs
mailing list