[svn] gpg-error - r240 - in trunk: . po
svn author wk
cvs at cvs.gnupg.org
Thu May 6 16:49:55 CEST 2010
Author: wk
Date: 2010-05-06 16:49:55 +0200 (Thu, 06 May 2010)
New Revision: 240
Added:
trunk/po/nl.po
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
trunk/po/ChangeLog
trunk/po/LINGUAS
trunk/po/de.po
trunk/po/vi.po
Log:
prepare a release
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-04-14 14:32:07 UTC (rev 239)
+++ trunk/ChangeLog 2010-05-06 14:49:55 UTC (rev 240)
@@ -1,3 +1,9 @@
+2010-05-06 Werner Koch <wk at g10code.com>
+
+ Release 1.8.
+
+ * configure.ac: Set LT version to C6/A6/R0.
+
2010-04-14 Werner Koch <wk at g10code.com>
* src/init.c (_gpg_w32ce_get_errno): Add native error mapping.
@@ -590,7 +596,7 @@
2004-03-09 Marcus Brinkmann <marcus at g10code.de>
* libgpg-error.spec.in (%files): Add gpg-error. Submitted by
- Albrecht Dreß <albrecht.dress at arcor.de>.
+ Albrecht Dreà <albrecht.dress at arcor.de>.
* src/mkerrcodes.c (main): Fix type of argv. Return something.
Modified: trunk/po/ChangeLog
===================================================================
--- trunk/po/ChangeLog 2010-04-14 14:32:07 UTC (rev 239)
+++ trunk/po/ChangeLog 2010-05-06 14:49:55 UTC (rev 240)
@@ -1,3 +1,11 @@
+2010-05-06 Freek de Kruijf <f.de.kruijf at gmail.com> (wk)
+
+ * nl.po: New.
+
+2010-05-06 Clytie Siddall <clytie at riverland.net.au> (wk)
+
+ * vi.po: Update
+
2009-08-20 Werner Koch <wk at g10code.com>
* LINGUAS: Add zh_CN, cs and it.
@@ -3,11 +11,11 @@
* cs.po: New.
* it.po: New.
-
+
2009-08-20 Daniel Nylander <po at danielnylander.se> (wk)
* sv.po: Update
2009-08-20 Aron Xu <happyaron.xu at gmail.com> (wk)
-
+
* zh_CN.po: New.
@@ -54,7 +62,7 @@
2006-09-08 Werner Koch <wk at g10code.com>
- * pl.po: Updated.
+ * pl.po: Updated.
2006-03-14 gettextize <bug-gnu-gettext at gnu.org>
@@ -111,9 +119,9 @@
* remove-potcdate.sin: New file, from gettext-0.11.5.
* Rules-quot: New file, from gettext-0.11.5.
-
- Copyright 2003 g10 Code GmbH
+ Copyright 2003, 2010 g10 Code GmbH
+
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-04-14 14:32:07 UTC (rev 239)
+++ trunk/NEWS 2010-05-06 14:49:55 UTC (rev 240)
@@ -1,7 +1,7 @@
-Noteworthy changes in version 1.8
+Noteworthy changes in version 1.8 (2010-05-06)
----------------------------------------------
- * Preliminary support for WindowsCE.
+ * Support for WindowsCE.
* New option --list for gpg-error.
@@ -279,7 +279,7 @@
* Initial release.
- Copyright 2003, 2004, 2005 g10 Code GmbH
+ Copyright 2003, 2004, 2005, 2010 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2010-04-14 14:32:07 UTC (rev 239)
+++ trunk/configure.ac 2010-05-06 14:49:55 UTC (rev 240)
@@ -1,5 +1,5 @@
# configure.ac for libgpg-error
-# Copyright (C) 2003, 2004, 2006 g10 Code GmbH
+# Copyright (C) 2003, 2004, 2006, 2010 g10 Code GmbH
#
# This file is part of libgpg-error.
#
@@ -13,9 +13,8 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
# (Process this file with autoconf to produce a configure script.)
# The following lines are used by ./autogen.sh.
@@ -26,7 +25,7 @@
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [1.8])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@@ -39,8 +38,8 @@
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
# Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=5
-LIBGPG_ERROR_LT_AGE=5
+LIBGPG_ERROR_LT_CURRENT=6
+LIBGPG_ERROR_LT_AGE=6
LIBGPG_ERROR_LT_REVISION=0
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
AC_SUBST(LIBGPG_ERROR_LT_AGE)
Modified: trunk/po/LINGUAS
===================================================================
--- trunk/po/LINGUAS 2010-04-14 14:32:07 UTC (rev 239)
+++ trunk/po/LINGUAS 2010-05-06 14:49:55 UTC (rev 240)
@@ -3,6 +3,7 @@
de
fr
it
+nl
pl
ro
sv
Modified: trunk/po/de.po [not shown]
Modified: trunk/po/vi.po [not shown]
More information about the Gnupg-commits
mailing list