Changes between Initial Version and Version 1 of Ticket #7157


Ignore:
Timestamp:
11/28/2015 09:31:02 AM (8 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7157 – Description

    initial v1  
    1 New point version.
    2 Log:
     1New point version. Log:
     2
     3[https://git.fedorahosted.org/cgit/lvm2.git/tag/?h=v2_02_136]
     4
     5{{{
     6Release 2.02.136.
     7
     8Another development checkpoint: Do not ship this release.
     9}}}
     10
     11New point version. Log:
     12
     13[https://git.fedorahosted.org/cgit/lvm2.git/tag/?h=v2_02_135]
     14
    315{{{
    416Release 2.02.135.
     
    618Another development checkpoint: Do not ship this release.
    719}}}
     20
    821So holding until next version
     22
     23
     24[ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.136.tgz]
     25
     26[ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.136.tgz.asc]
     27
     28[ftp://sources.redhat.com/pub/lvm2/md5.sum]
     29
     30f1ac794d1cf44e863a7fa614f4c28410  LVM2.2.02.136.tgz
     31
     32[ftp://sources.redhat.com/pub/lvm2/WHATS_NEW]
     33
     34{{{
     35Version 2.02.136 - 28th November 2015
     36=====================================
     37 • Add new --sinceversion option for lvmconfig --type new.
     38 • Fix inactive table loaded for wrapping thin-pool when resizing it.
     39 • Extend the list of ignored libraries when locking memory.
     40
     41Version 2.02.135 - 23rd November 2015
     42=====================================
     43 • Add a model file for Coverity.
     44 • Show correct error message for unsupported yet cache pool repair.
     45 • Allow lvconvert cache pools' data and metadata LV to raid.
     46 • Fix reading of old metadata with missing cache policy or mode
     47   settings.
     48 • Issue error if external_device_info_source=udev and udev db record
     49   incomplete.
     50 • Update lvmetad duplicate VG name handling to use hash function
     51   extensions.
     52 • Detect invalid vgrenames by vgid where the name is unchanged.
     53 • Fix passing of 32bit values through daemons (mostly lvmlockd).
     54 • Use local memory pool for whole alloc_handle manipulation.
     55 • Add missing pointer validation after dm_get_next_target().
     56 • Do not deref NULL pointer in debug message for _match_pv_tags().
     57 • Drop unneeded stat() call when checking for sysfs file.
     58 • Fix memory leak on error path of failing thin-pool percentage check.
     59 • Add missing test for failing node allocation in lvmetad.
     60 • Correct configure messages when enabling/disabling lvmlockd.
     61}}}
     62
     63[ftp://sources.redhat.com/pub/lvm2/WHATS_NEW_DM]
     64
     65{{{
     66Version 1.02.112 - 28th November 2015
     67=====================================
     68 • Show error message when trying to create unsupported raid type.
     69 • Improve preloading sequence of an active thin-pool target.
     70 • Drop extra space from cache target line to fix unneded table reloads.
     71
     72Version 1.02.111 - 23rd November 2015
     73=====================================
     74 • Extend dm_hash to support multiple values with the same key.
     75 • Add missing check for allocation inside dm_split_lvm_name().
     76 • Test dm_task_get_message_response for !NULL in
     77   dm_stats_print_region().
     78 • Add checks for failing dm_stats_create() in dmsetup.
     79 • Add missing fifo close when failed to initialize client connection.
     80}}}