Skip to content

Commit

Permalink
release: prepare for 3.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimoc committed Jul 22, 2015
1 parent 6c61d5a commit d3ad3f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 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
======

Expand Down
2 changes: 1 addition & 1 deletion 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])
Expand Down

0 comments on commit d3ad3f6

Please sign in to comment.