[tryton-debian-vcs] tryton-server branch upstream updated. upstream/3.4.0-1-g7478499
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:45:18 UTC 2014
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=upstream/3.4.0-1-g7478499
commit 74784997d10ff50f1916c07635a3036d154dfde3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:15:51 2014 +0100
Adding upstream version 3.4.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
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