[tryton-debian-vcs] tryton-server branch debian updated. debian/3.6.3-3-5-gb490363

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Fri Nov 13 13:30:13 UTC 2015


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.6.3-3-5-gb490363

commit b49036374ce654c98128d294dc6c2946e7fedd0f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Nov 12 19:32:01 2015 +0100

    Releasing debian version 3.8.0-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 4befbbd..3291846 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-server (3.8.0-1) unstable; urgency=medium
+
+  * Merging upstream version 3.8.0.
+  * Refreshing patches.
+  * Actualisation of the man page.
+  * Adding news for version 3.8.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 12 Nov 2015 19:00:59 +0100
+
 tryton-server (3.6.3-3) unstable; urgency=medium
 
   * Reverting partly 3d6be619141e3ca0390459b6cfaa22b323be2101.
commit 2b4a3b22ea488e3f370174c898a89e758344114f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Nov 12 19:03:35 2015 +0100

    Adding news for version 3.8.

diff --git a/debian/NEWS b/debian/NEWS
index 344d679..352575d 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,14 @@
+tryton-server (3.8.0-1) unstable; urgency=medium
+
+  This is the new major release 3.8.0.
+  As for each major release don't forget to backup your database(s) and
+  then run the database update with
+  # trytond --all -d <your_database_name>
+  and restart the server with
+  # service tryton-server restart
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 12 Nov 2015 19:00:59 +0100
+
 tryton-server (3.6.0-1) unstable; urgency=medium
 
   This is the new major release 3.6.0.
commit 34d12bc16b5bbc9cdb642c7ef218b52cffd52681
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Nov 12 18:52:59 2015 +0100

    Actualisation of the man page.

diff --git a/debian/manpages/trytond.1 b/debian/manpages/trytond.1
index b152436..cc52e6b 100644
--- a/debian/manpages/trytond.1
+++ b/debian/manpages/trytond.1
@@ -1,4 +1,4 @@
-.TH TRYTOND 1 "2015\-04\-23" "3.6" "Tryton Application Platform"
+.TH TRYTOND 1 "2015\-11\-12" "3.8" "Tryton Application Platform"
 
 .SH NAME
 trytond \- Tryton Application Platform (Server)
commit 0d3e01647a3974881836d562b0597b1bd02a8527
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Nov 12 16:26:37 2015 +0100

    Refreshing patches.

diff --git a/debian/patches/01_migrate_obsolete_modules b/debian/patches/01_migrate_obsolete_modules
index 8ec4d5b..3963664 100644
--- a/debian/patches/01_migrate_obsolete_modules
+++ b/debian/patches/01_migrate_obsolete_modules
@@ -8,11 +8,11 @@ Author: Mathias Behrle <mathiasb at m9s.biz>
 Bug: http://bugs.tryton.org/issue4280
 Forwarded: https://bugs.tryton.org/issue4280
 
---- tryton-server.orig/trytond/modules/__init__.py	2015-04-23 18:27:43.953539864 +0200
-+++ tryton-server/trytond/modules/__init__.py	2015-04-23 18:27:43.953539864 +0200
-@@ -368,6 +368,11 @@
-         global res
-         cursor = Transaction().cursor
+--- tryton-server.orig/trytond/modules/__init__.py	2015-11-12 16:25:02.451033382 +0100
++++ tryton-server/trytond/modules/__init__.py	2015-11-12 16:25:02.451033382 +0100
+@@ -378,6 +378,11 @@
+         if TableHandler.table_exist(cursor, old_table):
+             TableHandler.table_rename(cursor, old_table, new_table)
          if update:
 +            # Migration from 2.2: module workflow removed
 +            # Migration from 3.2: module ldap_connection removed
-- 
tryton-server



More information about the tryton-debian-vcs mailing list