Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pidgin-otr
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
* 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:
...
...
INSTALL.mingw
View file @
a1fdd01a
...
...
@@ -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
Makefile.mingw
View file @
a1fdd01a
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
...
...
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:
- Release 4.0.0
...
...
README
View file @
a1fdd01a
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
...
...
configure.ac
View file @
a1fdd01a
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)
...
...
packaging/windows/pidgin-otr.nsi
View file @
a1fdd01a
...
...
@@ -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}"
...
...
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