Version 1.1.2.
authorMilan Broz <gmazyland@gmail.com>
Sun, 30 May 2010 17:40:32 +0000 (17:40 +0000)
committerMilan Broz <gmazyland@gmail.com>
Sun, 30 May 2010 17:40:32 +0000 (17:40 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@244 36d66b0a-2a48-0410-832c-cd162a569da5

ChangeLog
configure.in

index 8600e2c..ea1305b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-30  Milan Broz  <mbroz@redhat.com>
+       * Version 1.1.2.
+
 2010-05-27  Milan Broz  <mbroz@redhat.com>
        * Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
        * Support --key-file/-d option for luksFormat.
index 815c6da..c28d662 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.57)
-AC_INIT(cryptsetup,1.1.1)
+AC_INIT(cryptsetup,1.1.2)
 
 dnl library version from <major>.<minor>.<release>[-<suffix>]
 LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)