diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +1.15.5 (unstable) +(Distros should probably not package this yet.) + +* enums.h: Guard the FT-specific include and the enum with an ifdef. + (John Ralls) Bug #100894. +* Build: configure.ac: Require C++14, because libsigc++-3.0 does. + (John Ralls) Bug #100884 + 1.15.4 (unstable): (Distros should probably not package this yet.) diff --git a/configure.ac b/configure.ac index 73e6266..e8793ed 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([cairomm], [1.15.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], +AC_INIT([cairomm], [1.15.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) |