projects
/
platform
/
upstream
/
cryptsetup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b48a4
)
Version 1.1.3.
author
Milan Broz
<gmazyland@gmail.com>
Sat, 3 Jul 2010 13:48:45 +0000
(13:48 +0000)
committer
Milan Broz
<gmazyland@gmail.com>
Sat, 3 Jul 2010 13:48:45 +0000
(13:48 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@299
36d66b0a
-2a48-0410-832c-
cd162a569da5
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
2ef15be
..
a45f1e2
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,6
@@
2010-07-03 Milan Broz <mbroz@redhat.com>
* Fix udev support for old libdevmapper with not compatible definition.
+ * Version 1.1.3.
2010-06-01 Milan Broz <mbroz@redhat.com>
* Fix device alignment ioctl calls parameters.
diff --git
a/configure.in
b/configure.in
index
b6658bf
..
936d165
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,5
+1,5
@@
AC_PREREQ(2.57)
-AC_INIT(cryptsetup,1.1.
2
)
+AC_INIT(cryptsetup,1.1.
3
)
dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)