Skip to content

Commit

Permalink
Increase version to 1.8.2, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jun 25, 2015
1 parent d96706a commit b28b065
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions 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
-------------

Expand Down
4 changes: 2 additions & 2 deletions Poedit.xcodeproj/project.pbxproj
Expand Up @@ -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";
};
Expand Down Expand Up @@ -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";
};
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Expand Up @@ -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_
2 changes: 1 addition & 1 deletion win32/distrib.proj
Expand Up @@ -6,7 +6,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

<PropertyGroup>
<PoeditVersion>1.8.1</PoeditVersion>
<PoeditVersion>1.8.2</PoeditVersion>
<OutputDir>distrib-$(Configuration)-$(PoeditVersion)</OutputDir>

<CodesignTimestampServer>http://timestamp.verisign.com/scripts/timstamp.dll</CodesignTimestampServer>
Expand Down
4 changes: 2 additions & 2 deletions win32/poedit.iss
Expand Up @@ -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"
Expand Down

0 comments on commit b28b065

Please sign in to comment.