[git] GPG-ERROR - branch, master, updated. libgpg-error-1.11-10-g670dc6c

by Werner Koch cvs at cvs.gnupg.org
Mon Jun 24 07:16:50 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  670dc6c4a7082370be29861e13310555f62f2b4b (commit)
       via  12243cebd558dcadf8e85eea39b6db5f0b314667 (commit)
       via  aa14bfb33a08a7b19f999167f3ef05cd0d5f4435 (commit)
       via  f85ef07dca7c931d63b202d94bfaccba0a30f7f6 (commit)
      from  ca46b9a7bccb2eab085fc45722ffca1210f48223 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 670dc6c4a7082370be29861e13310555f62f2b4b
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jun 24 06:50:39 2013 +0200

    Post release version bump.
    
    --

diff --git a/NEWS b/NEWS
index 847abf0..86a2f5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Noteworthy changes in version 1.13 (unreleased)
+-----------------------------------------------
+
 Noteworthy changes in version 1.12 (2013-06-24)
 -----------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 75f1374..04e259b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ min_automake_version="1.11"
 # another commit, and a push so that the git magic is able to work.
 # See below for the LT versions.
 m4_define([mym4_version_major], [1])
-m4_define([mym4_version_minor], [12])
+m4_define([mym4_version_minor], [13])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit 12243cebd558dcadf8e85eea39b6db5f0b314667
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jun 24 06:28:04 2013 +0200

    Release 1.12.
    
    * configure.ac: Set LT version to C10/A10/R0.

diff --git a/NEWS b/NEWS
index 8dd35ff..847abf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-Noteworthy changes in version 1.12 (unreleased)
+Noteworthy changes in version 1.12 (2013-06-24)
 -----------------------------------------------
 
+ * Add support for 64 bit Windows (use ./autogen.sh --build-w64).
+
+ * Fixed parsing and installing of the Windows .def file.
+
  * Interface changes relative to the 1.11 release:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GPG_ERR_NO_CRYPT_CTX         NEW.
diff --git a/configure.ac b/configure.ac
index 6ac82f9..75f1374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,8 +51,8 @@ AC_INIT([libgpg-error],[mym4_full_version],[http://bugs.gnupg.org])
 #   (Interfaces added:			AGE++)
 #   (Interfaces removed:		AGE=0)
 # Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=9
-LIBGPG_ERROR_LT_AGE=9
+LIBGPG_ERROR_LT_CURRENT=10
+LIBGPG_ERROR_LT_AGE=10
 LIBGPG_ERROR_LT_REVISION=0
 ################################################
 

commit aa14bfb33a08a7b19f999167f3ef05cd0d5f4435
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jun 24 06:38:44 2013 +0200

    Auto merge po files.
    
    --

diff --git a/po/cs.po b/po/cs.po
index 1845b54..da5db20 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -670,6 +670,34 @@ msgstr "Zdvojená hodnota"
 msgid "Ambiguous result"
 msgstr "Nejednoznačné jméno"
 
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "No crypto context"
+msgstr "Chybí kryptografická jednotka"
+
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "Wrong crypto context"
+msgstr "Chybí kryptografická jednotka"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Neplatná kryptografická jednotka"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Žádný veřejný klíč"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Žádný tajný klíč"
+
 msgid "Operation fully cancelled"
 msgstr "Operace zcela zrušena"
 
diff --git a/po/da.po b/po/da.po
index 18bfb5e..3752ade 100644
--- a/po/da.po
+++ b/po/da.po
@@ -665,6 +665,34 @@ msgstr "Duplikeret værdi"
 msgid "Ambiguous result"
 msgstr "Tvetydigt navn"
 
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "No crypto context"
+msgstr "Ingen cryptomotor"
+
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "Wrong crypto context"
+msgstr "Ingen cryptomotor"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Ugyldig cryptomotor"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Ingen offentlig nøgle"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Ingen hemmelig nøgle"
+
 msgid "Operation fully cancelled"
 msgstr "Handling fuldt afbrudt"
 
diff --git a/po/eo.po b/po/eo.po
index 6e91d4d..8a09b04 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -677,6 +677,34 @@ msgid "Ambiguous result"
 msgstr "Plursenca nomo"
 
 #, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "No crypto context"
+msgstr "Malvalida ĉifra maŝino"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Wrong crypto context"
+msgstr "Malvalida ĉifra maŝino"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Malvalida ĉifra maŝino"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Neniu publika ŝlosilo"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Neniu sekreta ŝlosilo"
+
+#, fuzzy
 #| msgid "Operation cancelled"
 msgid "Operation fully cancelled"
 msgstr "Operacio estas nuligita"
diff --git a/po/fr.po b/po/fr.po
index 6c41555..0720e96 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -663,6 +663,34 @@ msgstr "Valeur dupliquée"
 msgid "Ambiguous result"
 msgstr "Nom ambiguë"
 
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "No crypto context"
+msgstr "Aucun moteur de chiffrement"
+
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "Wrong crypto context"
+msgstr "Aucun moteur de chiffrement"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Moteur de chiffrement incorrect"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Pas de clef publique"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Pas de clef secrète"
+
 msgid "Operation fully cancelled"
 msgstr "Opération complètement annulée"
 
diff --git a/po/it.po b/po/it.po
index ce8aaae..3a6bf61 100644
--- a/po/it.po
+++ b/po/it.po
@@ -677,6 +677,34 @@ msgid "Ambiguous result"
 msgstr "Nome ambiguo"
 
 #, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "No crypto context"
+msgstr "Motore crittografico non valido"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Wrong crypto context"
+msgstr "Motore crittografico non valido"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Motore crittografico non valido"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Nessuna chiave pubblica"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Nessuna chiave segreta"
+
+#, fuzzy
 #| msgid "Operation cancelled"
 msgid "Operation fully cancelled"
 msgstr "Operazione annullata"
diff --git a/po/ja.po b/po/ja.po
index 4404b80..450d765 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -675,6 +675,32 @@ msgid "Ambiguous result"
 msgstr "曖昧な名前です"
 
 #, fuzzy
+msgid "No crypto context"
+msgstr "無効な暗号エンジンです"
+
+#, fuzzy
+msgid "Wrong crypto context"
+msgstr "無効な暗号エンジンです"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "無効な暗号エンジンです"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "公開鍵がありません"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "秘密鍵がありません"
+
+#, fuzzy
 msgid "Operation fully cancelled"
 msgstr "操作がキャンセルされました"
 
diff --git a/po/nl.po b/po/nl.po
index c4939a6..ebf2538 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -662,6 +662,34 @@ msgstr "Gedupliceerde waarde"
 msgid "Ambiguous result"
 msgstr "Dubbelzinnige naam"
 
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "No crypto context"
+msgstr "Geen crypto-engine"
+
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "Wrong crypto context"
+msgstr "Geen crypto-engine"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Ongeldige crypto-engine"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Geen publieke sleutel"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Geen geheime sleutel"
+
 msgid "Operation fully cancelled"
 msgstr "Bewerking volledig geannuleerd"
 
diff --git a/po/pl.po b/po/pl.po
index a0b69d0..f7d7a76 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -665,6 +665,34 @@ msgid "Ambiguous result"
 msgstr "Niejednoznaczna nazwa"
 
 #, fuzzy
+#| msgid "No crypto engine"
+msgid "No crypto context"
+msgstr "Brak silnika kryptograficznego"
+
+#, fuzzy
+#| msgid "No crypto engine"
+msgid "Wrong crypto context"
+msgstr "Brak silnika kryptograficznego"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Niepoprawny silnik kryptograficzny"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Brak klucza publicznego"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Brak klucza tajnego"
+
+#, fuzzy
 msgid "Operation fully cancelled"
 msgstr "Operacja anulowana"
 
diff --git a/po/ro.po b/po/ro.po
index f87ba93..e52c53b 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -682,6 +682,32 @@ msgid "Ambiguous result"
 msgstr "Nume ambiguu"
 
 #, fuzzy
+msgid "No crypto context"
+msgstr "Motor cifrare invalid"
+
+#, fuzzy
+msgid "Wrong crypto context"
+msgstr "Motor cifrare invalid"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Motor cifrare invalid"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Nici o cheie publicã"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Nici o cheie secretã"
+
+#, fuzzy
 msgid "Operation fully cancelled"
 msgstr "Operaþiune anulatã"
 
diff --git a/po/sv.po b/po/sv.po
index d186825..261c438 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -669,6 +669,32 @@ msgid "Ambiguous result"
 msgstr "Tvetydigt namn"
 
 #, fuzzy
+msgid "No crypto context"
+msgstr "Ogiltig krypteringsmotor"
+
+#, fuzzy
+msgid "Wrong crypto context"
+msgstr "Ogiltig krypteringsmotor"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Ogiltig krypteringsmotor"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Ingen publik nyckel"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Ingen hemlig nyckel"
+
+#, fuzzy
 msgid "Operation fully cancelled"
 msgstr "Åtgärden avbröts"
 
diff --git a/po/uk.po b/po/uk.po
index 83bd41b..2b4768e 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -679,6 +679,34 @@ msgid "Ambiguous result"
 msgstr "Неоднозначна назва"
 
 #, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "No crypto context"
+msgstr "Некоректний рушій шифрування"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Wrong crypto context"
+msgstr "Некоректний рушій шифрування"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Некоректний рушій шифрування"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Немає відкритого ключа"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Немає закритого ключа"
+
+#, fuzzy
 #| msgid "Operation cancelled"
 msgid "Operation fully cancelled"
 msgstr "Дію скасовано"
diff --git a/po/vi.po b/po/vi.po
index 50941e8..54e8c04 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -671,6 +671,32 @@ msgid "Ambiguous result"
 msgstr "Tên mờ hồ"
 
 #, fuzzy
+msgid "No crypto context"
+msgstr "Cơ chế mật mã không hợp lệ"
+
+#, fuzzy
+msgid "Wrong crypto context"
+msgstr "Cơ chế mật mã không hợp lệ"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "Cơ chế mật mã không hợp lệ"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "Không có khoá công"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "Không có khoá bí mật"
+
+#, fuzzy
 msgid "Operation fully cancelled"
 msgstr "Thao tác bị hủy bỏ"
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 152cfde..74ce991 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -669,6 +669,32 @@ msgid "Ambiguous result"
 msgstr ""
 
 #, fuzzy
+msgid "No crypto context"
+msgstr "无效的加密引擎"
+
+#, fuzzy
+msgid "Wrong crypto context"
+msgstr "无效的加密引擎"
+
+#, fuzzy
+#| msgid "Invalid crypto engine"
+msgid "Bad crypto context"
+msgstr "无效的加密引擎"
+
+msgid "Conflict in the crypto context"
+msgstr ""
+
+#, fuzzy
+#| msgid "No public key"
+msgid "Broken public key"
+msgstr "没有公钥"
+
+#, fuzzy
+#| msgid "No secret key"
+msgid "Broken secret key"
+msgstr "没有秘匙"
+
+#, fuzzy
 msgid "Operation fully cancelled"
 msgstr "操作已取消"
 

commit f85ef07dca7c931d63b202d94bfaccba0a30f7f6
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jun 24 06:37:45 2013 +0200

    Update German translation.

diff --git a/po/de.po b/po/de.po
index 6aacb5c..64dd594 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libgpg-error-1.9\n"
 "Report-Msgid-Bugs-To: translations at gnupg.org\n"
-"PO-Revision-Date: 2013-02-23 20:08+0100\n"
+"PO-Revision-Date: 2013-06-24 06:35+0200\n"
 "Last-Translator: Werner Koch <wk at gnupg.org>\n"
 "Language-Team: none\n"
 "Language: \n"
@@ -315,8 +315,6 @@ msgstr "Ungültige Antwort"
 msgid "No agent running"
 msgstr "Agent läuft nicht"
 
-#, fuzzy
-#| msgid "agent error"
 msgid "Agent error"
 msgstr "Fehler beim Agenten"
 
@@ -659,6 +657,24 @@ msgstr "Doppelter Schlüssel"
 msgid "Ambiguous result"
 msgstr "Uneindeutiges Ergebiss"
 
+msgid "No crypto context"
+msgstr "Fehlender Crypto Context"
+
+msgid "Wrong crypto context"
+msgstr "Falscher Crypto Context"
+
+msgid "Bad crypto context"
+msgstr "Fehlerhafter Crypto Context"
+
+msgid "Conflict in the crypto context"
+msgstr "Zwiespältige Benutzung des Crypto Context"
+
+msgid "Broken public key"
+msgstr "Defekter öffentlicher Schlüssel"
+
+msgid "Broken secret key"
+msgstr "Defekter geheimer Schlüssel"
+
 msgid "Operation fully cancelled"
 msgstr "Verarbeitung wurde vollständig abgebrochen"
 

-----------------------------------------------------------------------

Summary of changes:
 NEWS         |    9 ++++++++-
 configure.ac |    6 +++---
 po/cs.po     |   28 ++++++++++++++++++++++++++++
 po/da.po     |   28 ++++++++++++++++++++++++++++
 po/de.po     |   22 +++++++++++++++++++---
 po/eo.po     |   28 ++++++++++++++++++++++++++++
 po/fr.po     |   28 ++++++++++++++++++++++++++++
 po/it.po     |   28 ++++++++++++++++++++++++++++
 po/ja.po     |   26 ++++++++++++++++++++++++++
 po/nl.po     |   28 ++++++++++++++++++++++++++++
 po/pl.po     |   28 ++++++++++++++++++++++++++++
 po/ro.po     |   26 ++++++++++++++++++++++++++
 po/sv.po     |   26 ++++++++++++++++++++++++++
 po/uk.po     |   28 ++++++++++++++++++++++++++++
 po/vi.po     |   26 ++++++++++++++++++++++++++
 po/zh_CN.po  |   26 ++++++++++++++++++++++++++
 16 files changed, 384 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list