Revision 65bc4d55

b/NEWS
1 1
News
2 2
====
3 3

  
4
Version 2.1.8
5
-------------
6

  
7
*(Released Tue, 16 Nov 2010)*
8

  
9
Some more bugfixes. Unless critical bugs occur, this will be the last
10
2.1 release:
11

  
12
  - Fix case of MAC special-values
13
  - Fix mac checker regex
14
  - backend: Fix typo causing “out of range” error
15
  - Add mising --units in gnt-instance list man page
16

  
17

  
4 18
Version 2.1.7
5 19
-------------
6 20

  
......
17 31
    missing
18 32
  - Add same-node-check when changing the disk template to drbd
19 33

  
34

  
20 35
Version 2.1.6
21 36
-------------
22 37

  
b/configure.ac
1 1
# Configure script for Ganeti
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [1])
4
m4_define([gnt_version_revision], [7])
4
m4_define([gnt_version_revision], [8])
5 5
m4_define([gnt_version_suffix], [])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],

Also available in: Unified diff