[tryton-debian-vcs] tryton-server branch debian updated. debian/3.4.0-2-2-g02cad98

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:45:17 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-server.git;a=commitdiff;h=debian/3.4.0-2-2-g02cad98

commit 02cad989daf2553d1354c9a4ec6b06f3f81bef71
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:15:52 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 a8eb123..2954498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-server (3.4.1-1) unstable; urgency=medium
+
+  * Merging upstream version 3.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 04 Dec 2014 19:15:52 +0100
+
 tryton-server (3.4.0-2) unstable; urgency=medium
 
   * Adding path to the configuration file to the commands in the README.
commit 4a6ae770899ef89ab294a3a8779a713364d659fe
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:15:51 2014 +0100

    Merging upstream version 3.4.1.

diff --git a/CHANGELOG b/CHANGELOG
index 6a2811c..471defc 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)
 * Use literal_eval instead of safe_eval (CVE-2014-6633)
diff --git a/PKG-INFO b/PKG-INFO
index c6ba62e..efce51d 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 3.4.0
+Version: 3.4.1
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/doc/topics/install.rst b/doc/topics/install.rst
index 0836c30..c9f4f1e 100644
--- a/doc/topics/install.rst
+++ b/doc/topics/install.rst
@@ -10,6 +10,7 @@ Prerequisites
     * Python 2.7 or later (http://www.python.org/)
     * lxml 2.0 or later (http://lxml.de/)
     * relatorio 0.2.0 or later (http://code.google.com/p/python-relatorio/)
+    * Genshi (http://genshi.edgewall.org/)
     * python-dateutil (http://labix.org/python-dateutil)
     * polib (https://bitbucket.org/izi/polib/wiki/Home)
     * python-sql 0.2 or later (http://code.google.com/p/python-sql/)
@@ -23,6 +24,8 @@ Prerequisites
     * Optional: cdecimal (http://www.bytereef.org/mpdecimal/index.html)
     * Optional: python-Levenshtein
       (http://github.com/miohtama/python-Levenshtein)
+    * Optional: bcrypt (https://github.com/pyca/bcrypt)
+    * Optional: mock (http://www.voidspace.org.uk/python/mock/)
 
 Install Tryton
 ==============
diff --git a/trytond.egg-info/PKG-INFO b/trytond.egg-info/PKG-INFO
index c6ba62e..efce51d 100644
--- a/trytond.egg-info/PKG-INFO
+++ b/trytond.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 3.4.0
+Version: 3.4.1
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond/version.py b/trytond/version.py
index a68a845..ab5e25a 100644
--- a/trytond/version.py
+++ b/trytond/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 = "trytond"
-VERSION = "3.4.0"
+VERSION = "3.4.1"
 LICENSE = "GPL-3"
 WEBSITE = "http://www.tryton.org/"
-- 
tryton-server



More information about the tryton-debian-vcs mailing list