Release 2017.3

This release includes a fix for [CVE-2017-2623](https://bugzilla.redhat.com/show_bug.cgi?id=1422157).

There are a few new features, such as `systemctl reload rpm-ostreed` now being
supported. Some bugfixes such as memory leak fixes. Besides that, there's a lot
of internal refactoring going on in preparation for work on local RPM
installation.

Closes: #663
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-03-06 11:23:24 -05:00 committed by Atomic Bot
parent f9944e6d96
commit 6003779450

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([rpm-ostree], [2017.2], [walters@verbum.org])
AC_INIT([rpm-ostree], [2017.3], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])