File: NEWS

package info (click to toggle)
tryton-server 3.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 4,448 kB
  • sloc: python: 28,657; xml: 3,996; sql: 328; sh: 150; makefile: 82
file content (63 lines) | stat: -rw-r--r-- 2,374 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
tryton-server (3.4.0-1) unstable; urgency=medium

  This is the new major release 3.4.0.

  The configuration files have moved to the new subdirectory /etc/tryton/.
  The format of the configuration file changed to a simple ini style
  format. There is no automatic migration of old configuration settings.
  So be sure to adapt /etc/tryton/trytond.conf (or whatever configuration
  file you may use) to the new format (the old configuration file was saved
  to /etc/tryton/trytond.conf.pre34).

  As for each major release don't forget to backup your database(s) and
  then run the database update with
  # trytond -c /etc/tryton/trytond.conf --all -d <your_database_name>
  and restart the server with
  # service tryton-server restart

 -- Mathias Behrle <mathiasb@m9s.biz>  Tue, 22 Oct 2014 17:37:36 +0200

tryton-server (3.2.0-1) unstable; urgency=medium

  This is the new major release 3.2.0.
  As for each major release don't forget to backup your database(s) and
  then run the database update with
  # trytond -u all -d <your_database_name>
  and restart the server with
  # /etc/init.d/tryton-server restart

 -- Mathias Behrle <mathiasb@m9s.biz>  Thu, 24 Apr 2014 11:49:58 +0200

tryton-server (3.0.0-1) unstable; urgency=low

  This is the new major release 3.0.0.
  As for each major release don't forget to backup your database(s) and
  then run the update with
  # trytond -u all -d <your_database_name>
  and restart the server with
  # /etc/init.d/tryton-server restart

 -- Mathias Behrle <mathiasb@m9s.biz>  Sun, 24 Nov 2013 18:28:07 +0100

tryton-server (2.8.0-1) experimental; urgency=low

  This is the new major release 2.8.0.
  As for each major release don't forget to backup your database and
  then run the update with
  # trytond -u all -d <your_database_name>
  and restart the server with
  # /etc/init.d/tryton-server restart

 -- Mathias Behrle <mathiasb@m9s.biz>  Fri, 17 May 2013 17:30:44 +0200

tryton-server (2.2.1-3) unstable; urgency=low

  The Tryton Server now supports shared WebDAV. Some configuration
  parameters have changed:
  'hostname' changed to 'hostname_jsonrpc' (this setting will be used to
  generate Tryton URIs).
  'hostname_webdav' was added (this setting will be used to generate
  WebDAV URIs).
  Please update your trytond.conf accordingly.

 -- Mathias Behrle <mathiasb@m9s.biz>  Wed, 28 Mar 2012 12:12:30 +0200