Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plugins
pidgin-otr
Commits
1a11e606
Commit
1a11e606
authored
Aug 22, 2012
by
Ian Goldberg
Browse files
Release 4.0.0-rc1
Change all version numbers to remove "-beta2" and turn off the beta warning dialog.
parent
38ccae9b
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1a11e606
2012-08-24
* otr-plugin.c: Turn off the beta dialog
* README:
* INSTALL.mingw:
* Makefile.mingw:
* packaging/windows/pidgin-otr.nsi:
* configure.ac: Change version number to 4.0.0
2012-08-22
* configure.ac:
...
...
INSTALL.mingw
View file @
1a11e606
...
...
@@ -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
-beta2
.zip
unzip -l pidgin-otr-4.0.0.zip
Makefile.mingw
View file @
1a11e606
WIN32
=
1
# The version number to put in the plugin info
PIDGIN_OTR_VERSION
=
4.0.0
-beta2
PIDGIN_OTR_VERSION
=
4.0.0
# Name of the gettext domain
GETTEXT_PACKAGE
=
pidgin-otr
...
...
NEWS
View file @
1a11e606
24 Aug 2012:
- Release 4.0.0
21 Jun 2012:
- Fixed an issue that happened when enabling the OTR plugin while a
...
...
README
View file @
1a11e606
Off-the-Record Messaging plugin for pidgin
v4.0.0, 2012
v4.0.0,
24 Aug
2012
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 @
1a11e606
dnl Process this file with autoconf to produce configure.
AC_INIT(pidgin-otr, 4.0.0
-beta2
)
AC_INIT(pidgin-otr, 4.0.0)
AM_CONFIG_HEADER(config.h)
...
...
otr-plugin.c
View file @
1a11e606
...
...
@@ -78,7 +78,7 @@
#include "gtk-dialog.h"
/* Controls a beta warning/expiry dialog */
#define BETA_DIALOG
1
#define BETA_DIALOG
0
#if BETA_DIALOG && defined USING_GTK
/* Only for beta */
#include "gtkblist.h"
...
...
packaging/windows/pidgin-otr.nsi
View file @
1a11e606
...
...
@@ -26,7 +26,7 @@
; todo: SetBrandingImage
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "pidgin-otr"
!define PRODUCT_VERSION "4.0.0-0
-beta2
"
!define PRODUCT_VERSION "4.0.0-0"
!define PRODUCT_PUBLISHER "Cypherpunks CA"
!define PRODUCT_WEB_SITE "http://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