Revision ef2d1c57 NEWS

b/NEWS
2 2
====
3 3

  
4 4

  
5
Version 2.5.1
6
-------------
7

  
8
*(Released Fri, 11 May 2012)*
9

  
10
A small bugfix release.
11

  
12
The main issues solved are on the topic of compatibility with newer LVM
13
releases:
14

  
15
- fixed parsing of ``lv_attr`` field
16
- adapted to new ``vgreduce --removemissing`` behaviour where sometimes
17
  the ``--force`` flag is needed
18

  
19
Also on the topic of compatibility, ``tools/lvmstrap`` has been changed
20
to accept kernel 3.x too (was hardcoded to 2.6.*).
21

  
22
A regression present in 2.5.0 that broke handling (in the gnt-* scripts)
23
of hook results and that also made display of other errors suboptimal
24
was fixed; the code behaves now like 2.4 and earlier.
25

  
26
Another change in 2.5, the cleanup of the OS scripts environment, is too
27
aggressive: it removed even the ``PATH`` variable, which requires the OS
28
scripts to *always* need to export it. Since this is a bit too strict,
29
we now export a minimal PATH, the same that we export for hooks.
30

  
31
The fix for issue 201 (Preserve bridge MTU in KVM ifup script) was
32
integrated into this release.
33

  
34
Finally, a few other miscellaneous changes were done (no new features,
35
just small improvements):
36

  
37
- Fix ``gnt-group --help`` display
38
- Fix hardcoded Xen kernel path
39
- Fix grow-disk handling of invalid units
40
- Update synopsis for ``gnt-cluster repair-disk-sizes``
41
- Accept both PUT and POST in noded (makes future upgrade to 2.6 easier)
42

  
43

  
5 44
Version 2.5.0
6 45
-------------
7 46

  

Also available in: Unified diff