From 3eba73227a59873a654d8902059e74c899db289a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Thu, 13 Oct 2016 11:38:43 +0200 Subject: [PATCH] Increase version to 1.8.10, update NEWS --- .travis.yml | 2 +- NEWS | 9 +++++++++ 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, 20 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a13c41c73..ca6be90208 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.9.tar.gz + file: poedit-1.8.10.tar.gz on: repo: vslavik/poedit tags: true diff --git a/NEWS b/NEWS index 1bf87ef654..fc790c86f3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ +Version 1.8.10 +-------------- + +- Added support for X-Source-Language header. +- [macOS] Improved macOS Sierra compatibility. +- [Windows] Fixed Open in Editor button that didn't work in some cases. +- [UNIX] Added AppData file. + + Version 1.8.9 ------------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index e0290f8b7b..553f19926e 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.9; + POEDIT_VERSION = 1.8.10; 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.9; + POEDIT_VERSION = 1.8.10; 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 0e2d4baa96..53d0adbfa5 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.9], [help@poedit.net]) -PACKAGE_SHORT_VERSION=1.8.9 +AC_INIT([poedit], [1.8.10], [help@poedit.net]) +PACKAGE_SHORT_VERSION=1.8.10 AC_SUBST(PACKAGE_SHORT_VERSION) AC_CONFIG_AUX_DIR([admin]) diff --git a/scripts/refresh-pot.sh b/scripts/refresh-pot.sh index 7d29ae52ef..13bbbf0d61 100755 --- a/scripts/refresh-pot.sh +++ b/scripts/refresh-pot.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -PACKAGE_SHORT_VERSION=1.8.9 +PACKAGE_SHORT_VERSION=1.8.10 [ -n "${WXRC}" ] || WXRC=wxrc diff --git a/src/version.h b/src/version.h index 6dd89d7fcb..e386823603 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define POEDIT_VERSION "1.8.9" -#define POEDIT_VERSION_WIN 1,8,9 +#define POEDIT_VERSION "1.8.10" +#define POEDIT_VERSION_WIN 1,8,10 #endif // _VERSION_H_ diff --git a/win32/poedit.iss b/win32/poedit.iss index 13db422681..3828c58121 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -30,8 +30,8 @@ #include "../" + CONFIG + "/git_build_number.h" -#define VERSION "1.8.9" -#define VERSION_FULL "1.8.9" +#define VERSION "1.8.10" +#define VERSION_FULL "1.8.10" #define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER) #ifndef CRT_REDIST diff --git a/win32/version.props b/win32/version.props index 78d7d79f39..93b8291c91 100644 --- a/win32/version.props +++ b/win32/version.props @@ -1,6 +1,6 @@ - 1.8.9 + 1.8.10