From a1fdd01a61b59571dd86a875c6743d275b1abf99 Mon Sep 17 00:00:00 2001 From: Ian Goldberg Date: Sat, 18 Oct 2014 16:32:48 +0100 Subject: [PATCH] Change version number to 4.0.1 --- ChangeLog | 6 ++++++ INSTALL.mingw | 2 +- Makefile.mingw | 2 +- NEWS | 8 ++++++++ README | 2 +- configure.ac | 2 +- packaging/windows/pidgin-otr.nsi | 3 ++- 7 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fbfa19..3c157ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2014-10-18 + * README: + * INSTALL.mingw: + * Makefile.mingw: + * packaging/windows/pidgin-otr.nsi: + * configure.ac: Change version number to 4.0.1 + * README: lists.cypherpunks.ca URLs changed to https:// * configure.ac: diff --git a/INSTALL.mingw b/INSTALL.mingw index 64f9b56..cef2f32 100644 --- a/INSTALL.mingw +++ b/INSTALL.mingw @@ -116,5 +116,5 @@ pidgin-otr: The pidgin-otr plugin is now available in the current working directory - inspect it with unzip: - unzip -l pidgin-otr-4.0.0.zip + unzip -l pidgin-otr-4.0.1.zip diff --git a/Makefile.mingw b/Makefile.mingw index 8e8ba1c..01a0bf0 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -1,7 +1,7 @@ WIN32=1 # The version number to put in the plugin info -PIDGIN_OTR_VERSION = 4.0.0 +PIDGIN_OTR_VERSION = 4.0.1 # Name of the gettext domain GETTEXT_PACKAGE = pidgin-otr diff --git a/NEWS b/NEWS index b6eec40..3dc5b18 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +18 Oct 2014: + +- Hardened Windows build +- Fix max message size for Novell Groupwise +- New Czech, Finnish, Brazilian Portuguese, Norwegian Bokmål + translations. Updated French, Chinese translations. +- Release 4.0.1 + 24 Aug 2012: - Release 4.0.0 diff --git a/README b/README index 177fa65..b907db2 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Off-the-Record Messaging plugin for pidgin - v4.0.0, 4 Sep 2012 + v4.0.1, 18 Oct 2014 This is a pidgin plugin which implements Off-the-Record (OTR) Messaging. It is known to work (at least) under the Linux and Windows versions of diff --git a/configure.ac b/configure.ac index d81d4bd..7242002 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce configure. -AC_INIT(pidgin-otr, 4.0.0) +AC_INIT(pidgin-otr, 4.0.1) AM_CONFIG_HEADER(config.h) diff --git a/packaging/windows/pidgin-otr.nsi b/packaging/windows/pidgin-otr.nsi index e0cdc6d..1bde64c 100644 --- a/packaging/windows/pidgin-otr.nsi +++ b/packaging/windows/pidgin-otr.nsi @@ -3,6 +3,7 @@ ; ; known issue. installer induced uninstaller abortion causes overwrite ; by installer without uninstall. +; v4.0.1 - New source version. ; v4.0.0-1 - Include linker hardening [DEP, ALSR] for Windows build ; v4.0.0 - New source version. ; v3.2.0 - New source version. @@ -27,7 +28,7 @@ ; todo: SetBrandingImage ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "pidgin-otr" -!define PRODUCT_VERSION "4.0.0-1" +!define PRODUCT_VERSION "4.0.1" !define PRODUCT_PUBLISHER "Cypherpunks CA" !define PRODUCT_WEB_SITE "https://otr.cypherpunks.ca/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" -- GitLab