Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Plugins
pidgin-otr
Commits
a1fdd01a
Commit
a1fdd01a
authored
Oct 18, 2014
by
Ian Goldberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change version number to 4.0.1
parent
492be1e9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
5 deletions
+20
-5
ChangeLog
ChangeLog
+6
-0
INSTALL.mingw
INSTALL.mingw
+1
-1
Makefile.mingw
Makefile.mingw
+1
-1
NEWS
NEWS
+8
-0
README
README
+1
-1
configure.ac
configure.ac
+1
-1
packaging/windows/pidgin-otr.nsi
packaging/windows/pidgin-otr.nsi
+2
-1
No files found.
ChangeLog
View file @
a1fdd01a
2014-10-18
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://
* README: lists.cypherpunks.ca URLs changed to https://
* configure.ac:
* configure.ac:
...
...
INSTALL.mingw
View file @
a1fdd01a
...
@@ -116,5 +116,5 @@ pidgin-otr:
...
@@ -116,5 +116,5 @@ pidgin-otr:
The pidgin-otr plugin is now available in the current working directory -
The pidgin-otr plugin is now available in the current working directory -
inspect it with unzip:
inspect it with unzip:
unzip -l pidgin-otr-4.0.
0
.zip
unzip -l pidgin-otr-4.0.
1
.zip
Makefile.mingw
View file @
a1fdd01a
WIN32
=
1
WIN32
=
1
# The version number to put in the plugin info
# 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
# Name of the gettext domain
GETTEXT_PACKAGE
=
pidgin-otr
GETTEXT_PACKAGE
=
pidgin-otr
...
...
NEWS
View file @
a1fdd01a
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:
24 Aug 2012:
- Release 4.0.0
- Release 4.0.0
...
...
README
View file @
a1fdd01a
Off-the-Record Messaging plugin for pidgin
Off-the-Record Messaging plugin for pidgin
v4.0.
0
,
4 Sep
201
2
v4.0.
1
,
18 Oct
201
4
This is a pidgin plugin which implements Off-the-Record (OTR) Messaging.
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
It is known to work (at least) under the Linux and Windows versions of
...
...
configure.ac
View file @
a1fdd01a
dnl Process this file with autoconf to produce configure.
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)
AM_CONFIG_HEADER(config.h)
...
...
packaging/windows/pidgin-otr.nsi
View file @
a1fdd01a
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
;
;
; known issue. installer induced uninstaller abortion causes overwrite
; known issue. installer induced uninstaller abortion causes overwrite
; by installer without uninstall.
; 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-1 - Include linker hardening [DEP, ALSR] for Windows build
; v4.0.0 - New source version.
; v4.0.0 - New source version.
; v3.2.0 - New source version.
; v3.2.0 - New source version.
...
@@ -27,7 +28,7 @@
...
@@ -27,7 +28,7 @@
; todo: SetBrandingImage
; todo: SetBrandingImage
; HM NIS Edit Wizard helper defines
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "pidgin-otr"
!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_PUBLISHER "Cypherpunks CA"
!define PRODUCT_WEB_SITE "https://otr.cypherpunks.ca/"
!define PRODUCT_WEB_SITE "https://otr.cypherpunks.ca/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment