1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

post-release

This commit is contained in:
Alasdair Kergon 2010-12-21 21:08:51 +00:00
parent b44cdfc143
commit e45d947322
4 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
2.02.79(2)-cvs (2010-12-20)
2.02.80(2)-cvs (2010-12-21)

View File

@ -1 +1 @@
1.02.60-cvs (2010-12-20)
1.02.61-cvs (2010-12-21)

View File

@ -1,8 +1,11 @@
Version 2.02.80 -
====================================
Version 2.02.79 - 20th December 2010
====================================
Remove some unused variables.
Add missing test for reallocation error in _find_parallel_space().
Add checks for allocation errors in config node clonning.
Add checks for allocation errors in config node cloning.
Fix error path if regex engine cannot be created in _build_matcher().
Use char* arithmetic in target_version(), _process_all() & _targets().
Fixing const cast gcc warnings in the code.

View File

@ -1,3 +1,6 @@
Version 1.02.61 -
====================================
Version 1.02.60 - 20th December 2010
====================================
Check for unlink failure in remove_lockfile() in dmeventd.