[libvirt] Plans for next release

Hi everybody, if we want to get it by next month, we should probably freeze on Tuesday for an 1.2.16 on June 1st, we 'only' have 137 commits since 1.2.15 but sticking to the monthly release is important. I hope this works for everybody, thanks, Daniel -- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/

On Sat, May 23, 2015 at 09:22:00PM +0800, Daniel Veillard wrote:
Hi everybody,
if we want to get it by next month, we should probably freeze on Tuesday for an 1.2.16 on June 1st, we 'only' have 137 commits since 1.2.15 but sticking to the monthly release is important.
I hope this works for everybody,
Well, let's hope the release after that will be 1.3.0 because I won't be able to merge Admin API in this one. Otherwise works for me
thanks,
Daniel
-- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

On Sat, May 23, 2015 at 03:42:47PM -0400, Martin Kletzander wrote:
On Sat, May 23, 2015 at 09:22:00PM +0800, Daniel Veillard wrote:
Hi everybody,
if we want to get it by next month, we should probably freeze on Tuesday for an 1.2.16 on June 1st, we 'only' have 137 commits since 1.2.15 but sticking to the monthly release is important.
I hope this works for everybody,
Well, let's hope the release after that will be 1.3.0 because I won't be able to merge Admin API in this one.
okay so 1.2.16 around June 1st and 1.3.0 around July 1st
Otherwise works for me
oki, Daniel
thanks,
Daniel
-- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
-- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/

On 05/23/2015 07:22 AM, Daniel Veillard wrote:
Hi everybody,
if we want to get it by next month, we should probably freeze on Tuesday for an 1.2.16 on June 1st, we 'only' have 137 commits since 1.2.15 but sticking to the monthly release is important.
Hi Daniel, I have a few old patches on the list that would be nice to get into 1.2.16. First is the libxl config file fixes in the spec file that we postponed during the 1.2.15 release https://www.redhat.com/archives/libvir-list/2015-May/msg00004.html Next is a patch to fix generation of AUTHORS file in the python bindings https://www.redhat.com/archives/libvir-list/2015-May/msg00319.html Finally, since the domXML <-> xl.cfg conversions for SPICE where committed a few weeks back, it would be nice to provide support for SPICE and qxl config in the libxl driver too https://www.redhat.com/archives/libvir-list/2015-May/msg00256.html It would be unfortunate to convert xl.cfg SPICE config to domXML but then be unable to use that config in the libxl driver. Regards, Jim

On 27.05.2015 20:45, Jim Fehlig wrote:
On 05/23/2015 07:22 AM, Daniel Veillard wrote:
Hi everybody,
if we want to get it by next month, we should probably freeze on Tuesday for an 1.2.16 on June 1st, we 'only' have 137 commits since 1.2.15 but sticking to the monthly release is important.
Hi Daniel,
I have a few old patches on the list that would be nice to get into 1.2.16. First is the libxl config file fixes in the spec file that we postponed during the 1.2.15 release
I think I reviewed all of them. Well, libvirt-python needs slightly different approach, but I think once Jim pushes the other patches, we are good to go. Michal

On Thu, May 28, 2015 at 01:33:52PM +0200, Michal Privoznik wrote:
On 27.05.2015 20:45, Jim Fehlig wrote:
On 05/23/2015 07:22 AM, Daniel Veillard wrote:
Hi everybody,
if we want to get it by next month, we should probably freeze on Tuesday for an 1.2.16 on June 1st, we 'only' have 137 commits since 1.2.15 but sticking to the monthly release is important.
Hi Daniel,
I have a few old patches on the list that would be nice to get into 1.2.16. First is the libxl config file fixes in the spec file that we postponed during the 1.2.15 release
I think I reviewed all of them. Well, libvirt-python needs slightly different approach, but I think once Jim pushes the other patches, we are good to go.
Okay, if those get pushed today that will go into rc2 tomorrow :-) Daniel -- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/

On 05/28/2015 05:33 AM, Michal Privoznik wrote:
On 27.05.2015 20:45, Jim Fehlig wrote:
On 05/23/2015 07:22 AM, Daniel Veillard wrote:
Hi everybody,
if we want to get it by next month, we should probably freeze on Tuesday for an 1.2.16 on June 1st, we 'only' have 137 commits since 1.2.15 but sticking to the monthly release is important.
Hi Daniel,
I have a few old patches on the list that would be nice to get into 1.2.16. First is the libxl config file fixes in the spec file that we postponed during the 1.2.15 release I think I reviewed all of them. Well, libvirt-python needs slightly different approach, but I think once Jim pushes the other patches, we are good to go.
Thanks! I've pushed the series adding SPICE support to the libxl driver and sent a V2 of the patch to fixes AUTHORS in libvirt-python.git. But you missed the first one :) https://www.redhat.com/archives/libvir-list/2015-May/msg00004.html I suppose there is no harm delaying it until after the release, following DV's reasoning for delaying it during the 1.2.15 freeze https://www.redhat.com/archives/libvir-list/2015-May/msg00014.html Regards, Jim

On 28.05.2015 23:08, Jim Fehlig wrote:
On 05/28/2015 05:33 AM, Michal Privoznik wrote:
On 27.05.2015 20:45, Jim Fehlig wrote:
On 05/23/2015 07:22 AM, Daniel Veillard wrote:
Hi everybody,
if we want to get it by next month, we should probably freeze on Tuesday for an 1.2.16 on June 1st, we 'only' have 137 commits since 1.2.15 but sticking to the monthly release is important.
Hi Daniel,
I have a few old patches on the list that would be nice to get into 1.2.16. First is the libxl config file fixes in the spec file that we postponed during the 1.2.15 release I think I reviewed all of them. Well, libvirt-python needs slightly different approach, but I think once Jim pushes the other patches, we are good to go.
Thanks! I've pushed the series adding SPICE support to the libxl driver and sent a V2 of the patch to fixes AUTHORS in libvirt-python.git. But you missed the first one :)
https://www.redhat.com/archives/libvir-list/2015-May/msg00004.html
Do'h! I have written the reply, but for some reason got distracted before hitting 'send' button. Did hit it now. Maybe my multitasking skills are not as good as I thought they are :( Michal
participants (4)
-
Daniel Veillard
-
Jim Fehlig
-
Martin Kletzander
-
Michal Privoznik