summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--VERSION_DM2
-rw-r--r--WHATS_NEW13
-rw-r--r--WHATS_NEW_DM8
4 files changed, 13 insertions, 12 deletions
diff --git a/VERSION b/VERSION
index d8eebe6a..1717baf7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.62(1)-cvs (2010-02-15)
+2.02.62(1)-cvs (2010-03-09)
diff --git a/VERSION_DM b/VERSION_DM
index ed58ef20..0b22a279 100644
--- a/VERSION_DM
+++ b/VERSION_DM
@@ -1 +1 @@
-1.02.45-cvs (2010-02-15)
+1.02.45-cvs (2010-03-09)
diff --git a/WHATS_NEW b/WHATS_NEW
index dd64d2e8..32695799 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,17 +1,18 @@
-Version 2.02.62 -
-====================================
- Reimplement mlockall() with mlock() to reduce pinned memory size.
+Version 2.02.62 - 9th March 2010
+================================
+ Add use_mlockall and mlock_filter to activation section of lvm.conf.
+ Add default alternative to mlockall using mlock to reduce pinned memory size.
Remove -rdynamic from static builds.
Update checks for pthread, readline & selinux libs and link only when needed.
Introduce makefile vars UDEV_LIBS, DL_LIBS, SELINUX_LIBS, STATIC_LIBS.
Introduce makefile vars LVMINTERNAL_LIBS, READLINE_LIBS, PTHREAD_LIBS.
- Help for configure prints --disable-fsadm.
- Use consistently $() instead of ${} for all Makefile variables.
+ Toggle configure help to print --disable-fsadm.
+ Use $() instead of ${} consistently for all Makefile variables.
Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere.
Use $(top_builddir) for inclusion of make.tmpl in Makefiles.
Fix autoconf warning about ignored datarootdir.
Increase AC_PREREQ version to 2.61 (for AC_PROC_SED, AC_PROG_MKDIR_P).
- Handle a misaligned device that reports a -1 alignment_offset.
+ Handle misaligned devices that report alignment_offset of -1.
Extend core allocation code in preparation for mirrored log areas.
Rewrite clvmd init script.
Remove lvs_in_vg_activated_by_uuid_only call.
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 1dc4904d..adc3785e 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,7 +1,7 @@
-Version 1.02.45 -
-====================================
- Add --showkeys parameter description into dmsetup man page.
- Add --help option as the synonym for help command.
+Version 1.02.45 - 9th March 2010
+================================
+ Add --showkeys parameter description to dmsetup man page.
+ Add --help option as synonym for help command.
Version 1.02.44 - 15th February 2010
====================================