瀏覽代碼

2010-04-21 Marcus Brinkmann <marcus@g10code.de>

	Release 1.4.0.

	* configure.ac (NEED_LIBASSUAN_VERSION): Bump to 2.0.0.
	(LIBSCUTE_LT_REVISION): Bump to 2.
Marcus Brinkmann 15 年之前
父節點
當前提交
d555850ba1
共有 4 個文件被更改,包括 20 次插入7 次删除
  1. 7 0
      ChangeLog
  2. 7 1
      NEWS
  3. 2 2
      README
  4. 4 4
      configure.ac

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+2010-04-21  Marcus Brinkmann  <marcus@g10code.de>
+
+	Release 1.4.0.
+
+	* configure.ac (NEED_LIBASSUAN_VERSION): Bump to 2.0.0.
+	(LIBSCUTE_LT_REVISION): Bump to 2.
+
 2009-12-08  Marcus Brinkmann  <marcus@g10code.de>
 
 	* src/agent.c (agent_connect): Convert posix fd to assuan fd.

+ 7 - 1
NEWS

@@ -1,3 +1,9 @@
+Noteworthy changes in version 1.3.0 (2009-06-19)
+------------------------------------------------
+
+ * Update to libassuan 2.0.0 interface.
+
+
 Noteworthy changes in version 1.3.0 (2009-06-19)
 ------------------------------------------------
 
@@ -36,7 +42,7 @@ Noteworthy changes in version 1.0.0 (2006-11-11)
  * Initial release.
 
 
- Copyright 2006, 2009 g10 Code GmbH
+ Copyright 2006, 2009, 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

+ 2 - 2
README

@@ -34,8 +34,8 @@ Prerequisites
 =============
 
 For the compilation:
-* libgpg-error 0.7
-* libassuan 0.6.10
+* libgpg-error 1.4
+* libassuan 2.0.0
 
 At runtime:
 * Mozilla (or any other supported application using PKCS #11).

+ 4 - 4
configure.ac

@@ -1,5 +1,5 @@
 # configure.ac: Configure script for Scute.
-# Copyright (C) 2006, 2007, 2008 g10 Code GmbH
+# Copyright (C) 2006, 2007, 2008, 2009, 2010 g10 Code GmbH
 # 
 # This file is part of Scute.
 #
@@ -46,7 +46,7 @@ min_automake_version="1.9.3"
 # so that a proper revision number for all files is available when
 # running a "make distcheck".
 
-m4_define([my_version], [1.3.0])
+m4_define([my_version], [1.4.0])
 m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
@@ -63,14 +63,14 @@ AC_INIT([scute],
 #
 LIBSCUTE_LT_CURRENT=0
 LIBSCUTE_LT_AGE=0
-LIBSCUTE_LT_REVISION=1
+LIBSCUTE_LT_REVISION=2
 
 # Version numbers reported by the PKCS #11 module to its users.
 VERSION_MAJOR=1
 VERSION_MINOR=0
 
 NEED_GPG_ERROR_VERSION=1.4
-NEED_LIBASSUAN_VERSION=1.1.0
+NEED_LIBASSUAN_VERSION=2.0.0
 NEED_GPGSM_VERSION=1.9.6
 # Some status variables to give feedback at the end of a configure run.
 have_gpg_error=no