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

  This is the new major release 4.0.1. It comes with major changes in the
  configuration (namely the jsonrpc section was migrated to a new web
  section). You will have to adapt manually /etc/tryton/trytond.conf to
  the changed parameters.
  The formerly included cron job is now run by the dedicated service
  tryton-server-cron.
  The formerly included webdav module was separated into the separate
  package tryton-server-webdav running its own server instance.

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

 -- Mathias Behrle <mathiasb@m9s.biz>  Mon, 30 May 2016 18:17:30 +0200

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@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.
  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@m9s.biz>  Thu, 23 Apr 2015 18:13:16 +0200

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
