[tryton-debian-vcs] tryton-modules-account-invoice-history branch debian updated. debian/3.2.0-1-5-g7bf868e
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Oct 23 12:13:35 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-modules-account-invoice-history.git;a=commitdiff;h=debian/3.2.0-1-5-g7bf868e
commit 7bf868efadea1718500ccb72c09442b24727e2e5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 23 13:31:56 2014 +0200
Releasing debian version 3.4.0-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 0c43b19..1e5ffc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tryton-modules-account-invoice-history (3.4.0-1) unstable; urgency=medium
+
+ * Updating signing key while using now plain .asc files instead of .pgp
+ binaries.
+ * Adding actual upstream signing key.
+ * Updating to Standards-Version: 3.9.6, no changes needed.
+ * Merging upstream version 3.4.0.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 21 Oct 2014 20:23:45 +0200
+
tryton-modules-account-invoice-history (3.2.0-1) unstable; urgency=medium
* Removing LC_ALL=C.UTF-8 as build environment.
commit c29249d1fce14906f98330868fc9b0c3504b2ffa
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Oct 21 11:29:05 2014 +0200
Merging upstream version 3.4.0.
diff --git a/CHANGELOG b/CHANGELOG
index 451c9be..baadaed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.0 - 2014-10-20
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index c3a8091..5815591 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_account_invoice_history
-Version: 3.2.0
+Version: 3.4.0
Summary: Tryton module to historize invoices
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
Description: trytond_account_invoice_history
===============================
diff --git a/locale/es_EC.po b/locale/es_EC.po
new file mode 100644
index 0000000..7875c51
--- /dev/null
+++ b/locale/es_EC.po
@@ -0,0 +1,7 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice,open_date:"
+msgid "Open Date"
+msgstr "Fecha de Apertura"
diff --git a/tryton.cfg b/tryton.cfg
index f7d1b65..e47ac40 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.4.0
depends:
account_invoice
party
diff --git a/trytond_account_invoice_history.egg-info/PKG-INFO b/trytond_account_invoice_history.egg-info/PKG-INFO
index a5520ef..782e971 100644
--- a/trytond_account_invoice_history.egg-info/PKG-INFO
+++ b/trytond_account_invoice_history.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-account-invoice-history
-Version: 3.2.0
+Version: 3.4.0
Summary: Tryton module to historize invoices
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
Description: trytond_account_invoice_history
===============================
diff --git a/trytond_account_invoice_history.egg-info/SOURCES.txt b/trytond_account_invoice_history.egg-info/SOURCES.txt
index 4cb195f..a510b63 100644
--- a/trytond_account_invoice_history.egg-info/SOURCES.txt
+++ b/trytond_account_invoice_history.egg-info/SOURCES.txt
@@ -10,12 +10,26 @@ tryton.cfg
./invoice.py
./party.py
./payment_term.py
+./tryton.cfg
+./locale/bg_BG.po
+./locale/ca_ES.po
+./locale/cs_CZ.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_CO.po
+./locale/es_EC.po
+./locale/es_ES.po
+./locale/fr_FR.po
+./locale/nl_NL.po
+./locale/ru_RU.po
+./locale/sl_SI.po
locale/bg_BG.po
locale/ca_ES.po
locale/cs_CZ.po
locale/de_DE.po
locale/es_AR.po
locale/es_CO.po
+locale/es_EC.po
locale/es_ES.po
locale/fr_FR.po
locale/nl_NL.po
diff --git a/trytond_account_invoice_history.egg-info/requires.txt b/trytond_account_invoice_history.egg-info/requires.txt
index 4c30ccd..11517c5 100644
--- a/trytond_account_invoice_history.egg-info/requires.txt
+++ b/trytond_account_invoice_history.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_account_invoice >= 3.2, < 3.3
-trytond_party >= 3.2, < 3.3
-trytond >= 3.2, < 3.3
\ No newline at end of file
+trytond_account_invoice >= 3.4, < 3.5
+trytond_party >= 3.4, < 3.5
+trytond >= 3.4, < 3.5
\ No newline at end of file
--
tryton-modules-account-invoice-history
More information about the tryton-debian-vcs
mailing list