From b28b065dd46f27c99ec86d79a18a25a87b1d7034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Thu, 25 Jun 2015 12:43:04 +0200 Subject: [PATCH] Increase version to 1.8.2, update NEWS --- .travis.yml | 2 +- NEWS | 13 +++++++++++++ Poedit.xcodeproj/project.pbxproj | 4 ++-- configure.ac | 4 ++-- scripts/refresh-pot.sh | 2 +- src/version.h | 4 ++-- win32/distrib.proj | 2 +- win32/poedit.iss | 4 ++-- 8 files changed, 24 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42fb2a3365..dbb73ae115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ deploy: api_key: secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ= skip_cleanup: true - file: poedit-1.8.1.tar.gz + file: poedit-1.8.2.tar.gz on: repo: vslavik/poedit tags: true diff --git a/NEWS b/NEWS index d77052dcf6..214669eb05 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ +Version 1.8.2 +------------- + +- text editor now ensures that trailing newlines are present only if they also + exist in the source text +- fix HTML export error on Windows +- automatically fix some bad paths settings in PO files +- improved source language detection +- fix incorrect timezone of PO-Revision-Date in some cases +- use the user's default browser for Crowdin authentication on all platforms + (wxWebView no longer required as a dependency when building on Linux) + + Version 1.8.1 ------------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index 036db3326b..7d56fc013a 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1680,7 +1680,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; ONLY_ACTIVE_ARCH = YES; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.8.1; + POEDIT_VERSION = 1.8.2; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1735,7 +1735,7 @@ ); MACOSX_DEPLOYMENT_TARGET = 10.7; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.8.1; + POEDIT_VERSION = 1.8.2; 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 3133df0171..e96ffd5c3f 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.1], [help@poedit.net]) -PACKAGE_SHORT_VERSION=1.8.1 +AC_INIT([poedit], [1.8.2], [help@poedit.net]) +PACKAGE_SHORT_VERSION=1.8.2 AC_SUBST(PACKAGE_SHORT_VERSION) AC_CONFIG_AUX_DIR([admin]) diff --git a/scripts/refresh-pot.sh b/scripts/refresh-pot.sh index db86bf11f2..abd2d6b96b 100755 --- a/scripts/refresh-pot.sh +++ b/scripts/refresh-pot.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -PACKAGE_SHORT_VERSION=1.8 +PACKAGE_SHORT_VERSION=1.8.2 [ -n "${WXRC}" ] || WXRC=wxrc diff --git a/src/version.h b/src/version.h index 75956e0391..666be3888d 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define POEDIT_VERSION "1.8.1" -#define POEDIT_VERSION_WIN 1,8,1 +#define POEDIT_VERSION "1.8.2" +#define POEDIT_VERSION_WIN 1,8,2 #endif // _VERSION_H_ diff --git a/win32/distrib.proj b/win32/distrib.proj index c605336ef7..9bd715ee5d 100644 --- a/win32/distrib.proj +++ b/win32/distrib.proj @@ -6,7 +6,7 @@ - 1.8.1 + 1.8.2 distrib-$(Configuration)-$(PoeditVersion) http://timestamp.verisign.com/scripts/timstamp.dll diff --git a/win32/poedit.iss b/win32/poedit.iss index e0d649695c..b5edaf5650 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -24,8 +24,8 @@ ; Inno Setup installer script ; -#define VERSION "1.8.1" -#define VERSION_FULL "1.8.1" +#define VERSION "1.8.2" +#define VERSION_FULL "1.8.2" #ifndef CONFIG #define Config "Release"