diff --git a/NEWS b/NEWS index 585f301..4b7c89b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 11.1 + - fix input parsing for notification icon + - fix parsing desktop files for icons dialog + - fix link handling for browser mode in html dialog + - improve setting user-defined image in about dialog + Version 11.0 - DROP K HUJAM russian translation - for other changes please discover the git changelog diff --git a/configure.ac b/configure.ac index 6feb0a4..f83bee2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([YAD], [11.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/]) +AC_INIT([YAD], [11.1], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip])