This is an automated email from the git hooks/post-receive script. bluesabre pushed a commit to branch master in repository apps/parole.
commit 3ce8ddc339af2090e70e42413d18ffff81cf9442 Author: Sean Davis <[email protected]> Date: Fri Jul 4 08:24:22 2014 -0400 Update version and NEWS file --- NEWS | 19 +++++++++++++++++++ configure.ac.in | 6 +++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index da89d75..e71239f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +0.7.0 (Development Release) +====== +- New Features + - New Clutter video backend (build with --enable-clutter) + - Video backend selection from Preferences dialog + - New "Go to position" feature + - GtkRevealer is now used for the controls with Gtk 3.10+ + - New "hide-controls-timeout" setting to specify when controls should be hidden +- Cleaned up deprecated widgets and callbacks +- Bugs Fixed + - Fixed "value invalid or out of range" errors + - Fixed "Source ID not found" errors + - Prevent mouse cursor from hiding when dialogs are open + - Multimedia keys can now be properly disabled with the Preferences dialog + - Fixed "Show Playlist" appearance in the menu and overlay + - Fixed playlist file filter + - Playback controls can now be always-enabled (Bug 10976) + - Fixed subtitles with MKV files (Bug 9880) + 0.6.1 ======= - Properly use specified device, use correct URI (lp: #1098323) diff --git a/configure.ac.in b/configure.ac.in index 4052670..fafb355 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -1,9 +1,9 @@ m4_define([intltool_minimum_version], [0.31]) -m4_define([parole_verinfo], [0:6:1]) +m4_define([parole_verinfo], [0:7:0]) m4_define([parole_version_api], [0]) m4_define([parole_version_major], [0]) -m4_define([parole_version_minor], [6]) -m4_define([parole_version_micro], [1]) +m4_define([parole_version_minor], [7]) +m4_define([parole_version_micro], [0]) m4_define([parole_version_build], []) m4_define([parole_version_tag], []) m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])]) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
