diff --git a/NEWS b/NEWS index d3cea20148..699e63f445 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 3.4.3 +------------- + +- Pass --no-convert to msgfmt with gettext >= 0.22 to avoid UTF-8 conversion. +- Fixed parsing of @@locale values in ARB files. +- Updated bundled GNU gettext to 0.22.5. +- Assorted fixes. + + Version 3.4.2 ------------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index 77b5395759..3bb0f5ed53 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1867,7 +1867,7 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ""; POEDIT_FEATURES = ""; - POEDIT_VERSION = 3.4.2; + POEDIT_VERSION = 3.4.3; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1939,7 +1939,7 @@ LLVM_LTO = YES; MACOSX_DEPLOYMENT_TARGET = 10.14; POEDIT_FEATURES = ""; - POEDIT_VERSION = 3.4.2; + POEDIT_VERSION = 3.4.3; 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 b84a6c6ae4..1acc38f761 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([poedit], [3.4.2], [help@poedit.net]) +AC_INIT([poedit], [3.4.3], [help@poedit.net]) AC_CONFIG_AUX_DIR([admin]) AC_CONFIG_MACRO_DIR([admin]) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f7d16d721b..0b884db466 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: poedit -version: "3.4.2" +version: "3.4.3" title: Poedit summary: Simple translation editor description: > diff --git a/src/version.h b/src/version.h index 8225dbbcd7..fc7820d1f1 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef Poedit_version_h #define Poedit_version_h -#define POEDIT_VERSION "3.4.2" -#define POEDIT_VERSION_WIN 3,4,2 +#define POEDIT_VERSION "3.4.3" +#define POEDIT_VERSION_WIN 3,4,3 #endif // Poedit_version_h diff --git a/win32/poedit.iss b/win32/poedit.iss index 84f9482fd9..0da21d9ef1 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -30,7 +30,7 @@ #include "../" + CONFIG + "/git_build_number.h" -#define VERSION "3.4.2" +#define VERSION "3.4.3" #define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER) #ifndef CRT_REDIST diff --git a/win32/version.props b/win32/version.props index e2e64c70c3..e476bca80f 100644 --- a/win32/version.props +++ b/win32/version.props @@ -1,6 +1,6 @@ - 3.4.2 + 3.4.3