On Mon, Dec 16, 2013 at 4:11 PM, Thomas Thrainer <[email protected]> wrote: > Mention inherited changes as well as the (very few) changes made to > stable-2.10 since beta1. > > Signed-off-by: Thomas Thrainer <[email protected]> > --- > NEWS | 52 +++++++++++++++++++++++++++++++++++++++++++++++++--- > 1 file changed, 49 insertions(+), 3 deletions(-) > > diff --git a/NEWS b/NEWS > index 199ca63..26c2616 100644 > --- a/NEWS > +++ b/NEWS > @@ -2,10 +2,10 @@ News > ==== > > > -Version 2.10.0 beta1 > --------------------- > +Version 2.10.0 rc1 > +------------------ > > -*(Released Wed, 27 Nov 2013)* > +*(Released Tue, 17 Dec 2013)* > > Incompatible/important changes > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > @@ -69,6 +69,52 @@ Python > - The version requirements for ``python-mock`` have increased to at least > version 1.0.1. It is still used for testing only. > > +Since 2.10.0 beta1 > +~~~~~~~~~~~~~~~~~~ > + > +- All known issues in 2.10.0 beta1 have been resolved (see changes from > + the 2.8 branch). > +- Improve handling of KVM runtime files from earlier Ganeti versions > +- Documentation fixes > + > +Inherited from the 2.9 branch: > + > +- use custom KVM path if set for version checking > +- SingleNotifyPipeCondition: don't share pollers > + > +Inherited from the 2.8 branch: > + > +- Fixed Luxi daemon socket permissions after master-failover > +- Improve IP version detection code directly checking for colons rather than > + passing the family from the cluster object > +- Fix NODE/NODE_RES locking in LUInstanceCreate by not acquiring NODE_RES > locks > + opportunistically anymore (Issue 622) > +- Allow link local IPv6 gateways (Issue 624) > +- Fix error printing (Issue 616) > +- Fix a bug in InstanceSetParams concerning names: in case no name is passed > in > + disk modifications, keep the old one. If name=none then set disk name to > + None. > +- Update build_chroot script to work with the latest hackage packages > +- Add a packet number limit to "fping" in master-ip-setup (Issue 630) > +- Fix evacuation out of drained node (Issue 615) > +- Add default file_driver if missing (Issue 571) > +- Fix job error message after unclean master shutdown (Issue 618) > +- Lock group(s) when creating instances (Issue 621) > +- SetDiskID() before accepting an instance (Issue 633) > +- Allow the ext template disks to receive arbitrary parameters, both at > creation > + time and while being modified > +- Xen handle domain shutdown (future proofing cherry-pick) > +- Refactor reading live data in htools (future proofing cherry-pick) > + > + > +Version 2.10.0 beta1 > +-------------------- > + > +*(Released Wed, 27 Nov 2013)* > + > +This was the first beta release of the 2.10 series. All important changes > +are listed in the latest 2.10 entry. > + > Known issues > ~~~~~~~~~~~~ > > -- > 1.8.5.1 >
LGTM, thanks, provided that we don't decide to declare Squeeze as unsupported (see previous review). In that case, it should be written in the NEWS file. Michele -- Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
