From d3ad3f6f40730c5a7bd845cb8c2b6e3d32fce358 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 22 Jul 2015 13:22:52 -0700 Subject: [PATCH] release: prepare for 3.17.4 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0075e44e..55265f97 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.17.4 - "Dark Wave" +==================== + +- Apply embedded orientation to images +- Fix encoding problems when loading non utf-8 text files +- Do not crash when right clicking text previews +- Add a way to easily run under gdb +- Use regular GTK client side decorations +- Use GResource for auxiliary data +- Fix theming glitches after GTK update (Trinh Anh Ngoc) + 3.16.0 ====== diff --git a/configure.ac b/configure.ac index 49d70bb4..56945626 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.63) -AC_INIT([sushi],[3.16.0],[],[sushi]) +AC_INIT([sushi],[3.17.4],[],[sushi]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_SRCDIR([src/main.c])