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

release 2.02.101

112 files changed, 4131 insertions(+), 1312 deletions(-)
This commit is contained in:
Alasdair G Kergon 2013-09-20 13:56:29 +01:00
parent f393a5c156
commit bd75844024
4 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
2.02.101(2)-git (2013-08-13)
2.02.101(2)-git (2013-09-20)

View File

@ -1 +1 @@
1.02.80-git (2013-08-13)
1.02.80-git (2013-09-20)

View File

@ -1,5 +1,7 @@
Version 2.02.101 -
===================================
Version 2.02.101 - 20th September 2013
======================================
Fix 3-thread clvmd deadlock triggered by cleanup on EOF from client.
Remove VG from lvmetad before restoring it with vgcfgrestore.
Use strtoull instead of strtol in _get_int_arg.
Add devtypes report command to display built-in recognised block device types.
Fix CC Makefile override which had reverted to using built-in value. (2.02.75)

View File

@ -1,5 +1,5 @@
Version 1.02.80 -
==================================
Version 1.02.80 - 20th September 2013
=====================================
Detect invalid sector supplied to 'dmsetup message'.
Free any previously-set string if a dm_task_set_* function is called again.
Do not allow passing empty new name for dmsetup rename.