Version 1.1.0-rc2.
authorMilan Broz <gmazyland@gmail.com>
Thu, 1 Oct 2009 15:05:07 +0000 (15:05 +0000)
committerMilan Broz <gmazyland@gmail.com>
Thu, 1 Oct 2009 15:05:07 +0000 (15:05 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@129 36d66b0a-2a48-0410-832c-cd162a569da5

ChangeLog
configure.in

index a7ed480..476485b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
        * Move dm backend initialisation to library calls.
        * Move duplicate Command failed message to verbose level (error is printed always).
        * Add some password and used algorithms notes to man page.
+       * Version 1.1.0-rc2.
 
 2009-09-28  Milan Broz  <mbroz@redhat.com>
        * Add luksHeaderBackup and luksHeaderRestore commands.
index 0ee2a23..75fe7a5 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.57)
-AC_INIT(cryptsetup,1.1.0-rc1)
+AC_INIT(cryptsetup,1.1.0-rc2)
 AC_CONFIG_SRCDIR(src/cryptsetup.c)
 AC_CONFIG_MACRO_DIR([m4])