1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

pre-release

This commit is contained in:
Alasdair Kergon 2010-03-09 13:13:07 +00:00
parent 415feb2f44
commit ba8fd82a9c
4 changed files with 13 additions and 12 deletions

View File

@ -1 +1 @@
2.02.62(1)-cvs (2010-02-15)
2.02.62(1)-cvs (2010-03-09)

View File

@ -1 +1 @@
1.02.45-cvs (2010-02-15)
1.02.45-cvs (2010-03-09)

View File

@ -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.

View File

@ -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
====================================