1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +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 - Version 2.02.62 - 9th March 2010
==================================== ================================
Reimplement mlockall() with mlock() to reduce pinned memory size. 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. Remove -rdynamic from static builds.
Update checks for pthread, readline & selinux libs and link only when needed. 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 UDEV_LIBS, DL_LIBS, SELINUX_LIBS, STATIC_LIBS.
Introduce makefile vars LVMINTERNAL_LIBS, READLINE_LIBS, PTHREAD_LIBS. Introduce makefile vars LVMINTERNAL_LIBS, READLINE_LIBS, PTHREAD_LIBS.
Help for configure prints --disable-fsadm. Toggle configure help to print --disable-fsadm.
Use consistently $() instead of ${} for all Makefile variables. Use $() instead of ${} consistently for all Makefile variables.
Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere. Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere.
Use $(top_builddir) for inclusion of make.tmpl in Makefiles. Use $(top_builddir) for inclusion of make.tmpl in Makefiles.
Fix autoconf warning about ignored datarootdir. Fix autoconf warning about ignored datarootdir.
Increase AC_PREREQ version to 2.61 (for AC_PROC_SED, AC_PROG_MKDIR_P). 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. Extend core allocation code in preparation for mirrored log areas.
Rewrite clvmd init script. Rewrite clvmd init script.
Remove lvs_in_vg_activated_by_uuid_only call. Remove lvs_in_vg_activated_by_uuid_only call.

View File

@ -1,7 +1,7 @@
Version 1.02.45 - Version 1.02.45 - 9th March 2010
==================================== ================================
Add --showkeys parameter description into dmsetup man page. Add --showkeys parameter description to dmsetup man page.
Add --help option as the synonym for help command. Add --help option as synonym for help command.
Version 1.02.44 - 15th February 2010 Version 1.02.44 - 15th February 2010
==================================== ====================================