Version 1.1.0-rc3.
authorMilan Broz <gmazyland@gmail.com>
Mon, 16 Nov 2009 22:41:42 +0000 (22:41 +0000)
committerMilan Broz <gmazyland@gmail.com>
Mon, 16 Nov 2009 22:41:42 +0000 (22:41 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@147 36d66b0a-2a48-0410-832c-cd162a569da5

ChangeLog
configure.in

index 34fc724..6fb32a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        * Add temporary debug code to find processes locking internal device.
        * Simplify build system, use autopoint and clean gettext processing.
        * Use proper NLS macros and detection (so the message translation works again).
+       * Version 1.1.0-rc3.
 
 2009-09-30  Milan Broz  <mbroz@redhat.com>
        * Fix exported symbols and versions in libcryptsetup.
index 6a07903..5ddd173 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.57)
-AC_INIT(cryptsetup,1.1.0-rc2)
+AC_INIT(cryptsetup,1.1.0-rc3)
 AC_CONFIG_SRCDIR(src/cryptsetup.c)
 AC_CONFIG_MACRO_DIR([m4])