Version 1.3.1.
authorMilan Broz <gmazyland@gmail.com>
Tue, 24 May 2011 15:06:36 +0000 (15:06 +0000)
committerMilan Broz <gmazyland@gmail.com>
Tue, 24 May 2011 15:06:36 +0000 (15:06 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@536 36d66b0a-2a48-0410-832c-cd162a569da5

ChangeLog
configure.in
docs/v1.3.1-ReleaseNotes [new file with mode: 0644]

index 2aafddf..ffdd58c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-05-24  Milan Broz  <mbroz@redhat.com>
+       * Version 1.3.1.
+
 2011-05-17  Milan Broz  <mbroz@redhat.com>
        * Fix keyfile=- processing in create command (1.3.0).
        * Simplify device path status check.
index 2e5367d..5c54cdc 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([cryptsetup],[1.3.1-cvs])
+AC_INIT([cryptsetup],[1.3.1])
 
 dnl library version from <major>.<minor>.<release>[-<suffix>]
 LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
diff --git a/docs/v1.3.1-ReleaseNotes b/docs/v1.3.1-ReleaseNotes
new file mode 100644 (file)
index 0000000..8b2d1dd
--- /dev/null
@@ -0,0 +1,14 @@
+Cryptsetup 1.3.1 Release Notes
+==============================
+
+Changes since version 1.3.0
+
+ * Fix keyfile=- processing in create command (regression in 1.3.0).
+
+ * Simplify device path status check (use /sys and do not scan /dev).
+
+ * Do not ignore device size argument for create command (regression in 1.2.0).
+
+ * Fix error paths in blockwise code and lseek_write call.
+
+ * Add optional Nettle crypto backend support.