[Pcsclite-cvs-commit] r3480 - in /trunk/libmusclecard: ChangeLog configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri May 1 12:44:29 UTC 2009


Author: rousseau
Date: Fri May  1 12:44:29 2009
New Revision: 3480

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3480
Log:
release 1.3.4

Modified:
    trunk/libmusclecard/ChangeLog
    trunk/libmusclecard/configure.in

Modified: trunk/libmusclecard/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/libmusclecard/ChangeLog?rev=3480&op=diff
==============================================================================
--- trunk/libmusclecard/ChangeLog (original)
+++ trunk/libmusclecard/ChangeLog Fri May  1 12:44:29 2009
@@ -1,9 +1,21 @@
 History
 =======
 
+1.3.4: 1 May 2009, Ludovic Rousseau
+    - objectID changed from MSCString to
+      MSCCString (add a const) for
+      MSCCreateObject(),
+      MSCDeleteObject(),
+      MSCWriteObject(),
+      MSCReadObject(),
+      MSCReadAllocateObject()
+      and MSCGetObjectAttributes()
+    - fix compilation warnings
+    - fix different build problems
+
 1.3.3: 2 May 2006, Ludovic Rousseau
     - do not use log_msg() and log_xxd() from libpcsclite since they are
-	not exported anymore in pcsc-lite 1.3.1
+      not exported anymore in pcsc-lite 1.3.1
 
 1.3.2: 19 March 2006, Ludovic Rousseau
     - Add support of Solaris
@@ -19,8 +31,6 @@
 1.2.9-beta7: 2 March 2005, Ludovic Rousseau
     - first released version since the pcsc-lite separation
 
-
 0.9.1: Mi Sep 29 03:27:08 CEST 2004, Toni Andjelkovic
     - split from pcsclite
     - autoconf/automake support
-

Modified: trunk/libmusclecard/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/libmusclecard/configure.in?rev=3480&op=diff
==============================================================================
--- trunk/libmusclecard/configure.in (original)
+++ trunk/libmusclecard/configure.in Fri May  1 12:44:29 2009
@@ -3,7 +3,7 @@
 dnl Require autoconf 2.53
 AC_PREREQ(2.53)
 
-AC_INIT(libmusclecard, 1.3.3)
+AC_INIT(libmusclecard, 1.3.4)
 AC_CONFIG_SRCDIR(src/musclecard.c)
 AC_COPYRIGHT(COPYING)
 AM_CONFIG_HEADER(config.h)




More information about the Pcsclite-cvs-commit mailing list