diff --git a/NEWS b/NEWS index 1681d0d9..34cecc2f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Major changes in 0.11 +===================== + +* Add dependency on gio-unix-2.0. +* remotedesktop: Add support for the 'finish' flag of NotifyPointerAxis. +* remotedesktop: Correctly expose device types supporting remote control. +* print: Add a 'Print Preview' button (requires evince-previewer). +* screenshot: Make sure the dialog is shown in the interactive case. + +* Translation updates + Brazilian Portuguese + Chinese (Taiwan) + Czech + Hungarian + Indonesian + Italian + Lithuanian + Spanish + Ukrainian + Major changes in 0.10 ===================== diff --git a/configure.ac b/configure.ac index c045a70a..24ee0656 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal-gtk],[0.10]) +AC_INIT([xdg-desktop-portal-gtk],[0.11]) AC_PROG_CC AM_PROG_CC_C_O