1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

post-release

This commit is contained in:
Alasdair Kergon 2010-07-07 02:37:28 +00:00
parent d28ed36f3c
commit 6aecef2c04
4 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
2.02.70(2)-cvs (2010-07-06)
2.02.71(2)-cvs (2010-07-07)

View File

@ -1 +1 @@
1.02.52-cvs (2010-07-06)
1.02.53-cvs (2010-07-07)

View File

@ -1,3 +1,6 @@
Version 2.02.71 -
===============================
Version 2.02.70 - 6th July 2010
===============================
Remove log directly if all mirror images of a mirrored log fail.
@ -6,7 +9,7 @@ Version 2.02.70 - 6th July 2010
Add printf format attributes to yes_no_prompt and fix a caller.
Always pass unsuspended dm devices through persistent filter to other filters.
Move test for suspended dm devices ahead of other filters.
Fix another segfault in clvmd -R if no response from daemon received. (2.02.68)
Fix another segfault in clvmd -R if no response from daemon. (2.02.68)
Remove superfluous suspended device counter from clvmd.
Fix lvm shell crash when input is entirely whitespace.
Update partial mode warning message.

View File

@ -1,3 +1,6 @@
Version 1.02.53 -
===============================
Version 1.02.52 - 6th July 2010
===============================
Fix dmlosetup snprintf %llu compiler warning.