Revision 1646848f

b/NEWS
2 2
====
3 3

  
4 4

  
5
Version 2.7.1
6
-------------
7

  
8
*(Released Thu, 25 Jul 2013)*
9

  
10
- Add logrotate functionality in daemon-util
11
- Add logrotate example file
12
- Add missing fields to network queries over rapi
13
- Fix network object timestamps
14
- Add support for querying network timestamps
15
- Fix a typo in the example crontab
16
- Fix a documentation typo
17

  
18

  
5 19
Version 2.7.0
6 20
-------------
7 21

  
b/configure.ac
1 1
# Configure script for Ganeti
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [7])
4
m4_define([gnt_version_revision], [0])
4
m4_define([gnt_version_revision], [1])
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