2007-01-29 Marcus Brinkmann <marcus@g10code.de>
* Released 1.1.3. * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
This commit is contained in:
parent
d6a2521246
commit
69346c7aad
@ -1,3 +1,9 @@
|
|||||||
|
2007-01-29 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* Released 1.1.3.
|
||||||
|
|
||||||
|
* configure.ac (LIBGPGME_LT_REVISION): Bump for release.
|
||||||
|
|
||||||
2007-01-26 Werner Koch <wk@g10code.com>
|
2007-01-26 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* configure.ac: Changed gpg and gpgsm version checks to work with
|
* configure.ac: Changed gpg and gpgsm version checks to work with
|
||||||
|
6
NEWS
6
NEWS
@ -1,14 +1,10 @@
|
|||||||
Noteworthy changes in version 1.1.3 (unreleased)
|
Noteworthy changes in version 1.1.3 (2007-01-29)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
* Fixed a memory leak in gpgme_data_release_and_get_mem.
|
* Fixed a memory leak in gpgme_data_release_and_get_mem.
|
||||||
|
|
||||||
* Fixed a bug in Windows command line quoting.
|
* Fixed a bug in Windows command line quoting.
|
||||||
|
|
||||||
* Interface changes relative to the 1.1.1 release:
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.1.2 (2006-03-02)
|
Noteworthy changes in version 1.1.2 (2006-03-02)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# configure.ac for GPGME
|
# configure.ac for GPGME
|
||||||
# Copyright (C) 2000 Werner Koch (dd9jn)
|
# Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 g10 Code GmbH
|
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 g10 Code GmbH
|
||||||
#
|
#
|
||||||
# This file is part of GPGME.
|
# This file is part of GPGME.
|
||||||
#
|
#
|
||||||
@ -37,7 +37,7 @@ min_automake_version="1.9.3"
|
|||||||
# the configure script, so that a proper revision number for all files
|
# the configure script, so that a proper revision number for all files
|
||||||
# is available when running a "make distcheck".
|
# is available when running a "make distcheck".
|
||||||
m4_define(my_version, [1.1.3])
|
m4_define(my_version, [1.1.3])
|
||||||
m4_define(my_iscvs, yes)
|
#m4_define(my_iscvs, yes)
|
||||||
AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
|
AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
|
||||||
[$Revision$],[Ra-z $:])]),
|
[$Revision$],[Ra-z $:])]),
|
||||||
[bug-gpgme@gnupg.org])
|
[bug-gpgme@gnupg.org])
|
||||||
@ -52,7 +52,7 @@ LIBGPGME_LT_CURRENT=17
|
|||||||
# Subtract 2 from this value if you want to make the LFS transition an
|
# Subtract 2 from this value if you want to make the LFS transition an
|
||||||
# ABI break. [Note to self: Remove this comment with the next regular break.]
|
# ABI break. [Note to self: Remove this comment with the next regular break.]
|
||||||
LIBGPGME_LT_AGE=6
|
LIBGPGME_LT_AGE=6
|
||||||
LIBGPGME_LT_REVISION=1
|
LIBGPGME_LT_REVISION=2
|
||||||
|
|
||||||
# If the API is changed in an incompatible way: increment the next counter.
|
# If the API is changed in an incompatible way: increment the next counter.
|
||||||
GPGME_CONFIG_API_VERSION=1
|
GPGME_CONFIG_API_VERSION=1
|
||||||
|
@ -44,7 +44,7 @@ EXIT_FAILURE=1
|
|||||||
PROGRAM=ltmain.sh
|
PROGRAM=ltmain.sh
|
||||||
PACKAGE=libtool
|
PACKAGE=libtool
|
||||||
VERSION=1.5.4
|
VERSION=1.5.4
|
||||||
TIMESTAMP=" (1.1220.2.90 2004/04/03 14:10:19) Debian$Rev: 203 $"
|
TIMESTAMP=" (1.1220.2.90 2004/04/03 14:10:19) Debian$Rev$"
|
||||||
|
|
||||||
|
|
||||||
# Check that we have a working $echo.
|
# Check that we have a working $echo.
|
||||||
|
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -23,7 +23,7 @@
|
|||||||
## the same distribution terms that you use for the rest of that program.
|
## the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
# serial 47 AC_PROG_LIBTOOL
|
# serial 47 AC_PROG_LIBTOOL
|
||||||
# Debian $Rev: 203 $
|
# Debian $Rev$
|
||||||
|
|
||||||
|
|
||||||
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
||||||
|
Loading…
Reference in New Issue
Block a user