From 15eece11a20d966fafb2f073b7641c1141cf574a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Wed, 19 Oct 2016 20:19:16 +0200 Subject: [PATCH] Change version to 1.8.11, update NEWS --- .travis.yml | 2 +- NEWS | 7 +++++++ Poedit.xcodeproj/project.pbxproj | 4 ++-- configure.ac | 4 ++-- scripts/refresh-pot.sh | 2 +- src/version.h | 4 ++-- win32/poedit.iss | 4 ++-- win32/version.props | 2 +- 8 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca6be90208..b6b3cf49fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ deploy: api_key: secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ= skip_cleanup: true - file: poedit-1.8.10.tar.gz + file: poedit-1.8.11.tar.gz on: repo: vslavik/poedit tags: true diff --git a/NEWS b/NEWS index fc790c86f3..373ec7fa67 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ +Version 1.8.11 +-------------- + +- [macOS] Fixed opening files by double-clicking them in Finder. +- Fixed handling of sr_RS locale. + + Version 1.8.10 -------------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index 553f19926e..bcc0760077 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1698,7 +1698,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; ONLY_ACTIVE_ARCH = YES; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.8.10; + POEDIT_VERSION = 1.8.11; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1754,7 +1754,7 @@ ); MACOSX_DEPLOYMENT_TARGET = 10.7; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.8.10; + POEDIT_VERSION = 1.8.11; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; diff --git a/configure.ac b/configure.ac index 53d0adbfa5..e6d5867a64 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([poedit], [1.8.10], [help@poedit.net]) -PACKAGE_SHORT_VERSION=1.8.10 +AC_INIT([poedit], [1.8.11], [help@poedit.net]) +PACKAGE_SHORT_VERSION=1.8.11 AC_SUBST(PACKAGE_SHORT_VERSION) AC_CONFIG_AUX_DIR([admin]) diff --git a/scripts/refresh-pot.sh b/scripts/refresh-pot.sh index 13bbbf0d61..c4fad7ddf1 100755 --- a/scripts/refresh-pot.sh +++ b/scripts/refresh-pot.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -PACKAGE_SHORT_VERSION=1.8.10 +PACKAGE_SHORT_VERSION=1.8.11 [ -n "${WXRC}" ] || WXRC=wxrc diff --git a/src/version.h b/src/version.h index e386823603..cfec0f2a2a 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define POEDIT_VERSION "1.8.10" -#define POEDIT_VERSION_WIN 1,8,10 +#define POEDIT_VERSION "1.8.11" +#define POEDIT_VERSION_WIN 1,8,11 #endif // _VERSION_H_ diff --git a/win32/poedit.iss b/win32/poedit.iss index 3828c58121..b967c56a20 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -30,8 +30,8 @@ #include "../" + CONFIG + "/git_build_number.h" -#define VERSION "1.8.10" -#define VERSION_FULL "1.8.10" +#define VERSION "1.8.11" +#define VERSION_FULL "1.8.11" #define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER) #ifndef CRT_REDIST diff --git a/win32/version.props b/win32/version.props index 93b8291c91..e86c4f0ba0 100644 --- a/win32/version.props +++ b/win32/version.props @@ -1,6 +1,6 @@ - 1.8.10 + 1.8.11