Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
* Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgraefe committed Jul 26, 2016
1 parent 9fd92ae commit 3731164
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 32 deletions.
11 changes: 7 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Version 1.5.0 (????/??/??):
* Added French and Sinhalese translation
* Updated message parser to match modified key messages (this should be an option instead of being hard-coded, sorry)
Version 1.5.0 (2014/01/29):
* Fixed compatibility issue with Pidgin 2.10.8
* Updated message parser to match modified key messages (this should be an
option instead of being hard-coded, sorry)
* Added French and Sinhalese translation (Thanks to londumas and Thambaru
Wijesekara)

Version 1.4 (2012/02/29):
* Process self-posted incoming messages too. (This happens e.g. when using ZNC behind an irssi-proxy.) Really! ;)
Expand All @@ -12,7 +15,7 @@ Version 1.3.1 (2011/11/25):

Version 1.3 (2010/08/05):
* don't check whether the timestamp is in the end of the string (mIRC sends special formatting characters that are interpreted into HTML from Pidgin which means that the timestamps aren't anymore at the end)
* check wether the part of the message after timestamp contains only HTML tags (this means usually the timestamp was at the end of the message)
* check whether the part of the message after timestamp contains only HTML tags (this means usually the timestamp was at the end of the message)
* time offset per account including new preferences dialog

Version 1.2 (2010/06/05):
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0-pre2
1.5.0
8 changes: 4 additions & 4 deletions config.h.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#define PACKAGE_NAME "pidgin-znchelper"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "pidgin-znchelper 1.5.0-pre2"
#define PACKAGE_STRING "pidgin-znchelper 1.5.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pidgin-znchelper"
Expand All @@ -75,7 +75,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5.0-pre2"
#define PACKAGE_VERSION "1.5.0"

/* Define the plugin author to be used */
#define PLUGIN_AUTHOR "Konrad Gräfe <[email protected]>"
Expand All @@ -90,7 +90,7 @@
#define PLUGIN_STATIC_NAME "znchelper"

/* Define the plugin version to be used */
#define PLUGIN_VERSION "1.5.0-pre2"
#define PLUGIN_VERSION "1.5.0"

/* Define the plugin website to be used */
#define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/2009/11/16/pidgin-znc-helper/"
Expand All @@ -99,4 +99,4 @@
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "1.5.0-pre2"
#define VERSION "1.5.0"
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for pidgin-znchelper 1.5.0-pre2.
# Generated by GNU Autoconf 2.69 for pidgin-znchelper 1.5.0.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pidgin-znchelper'
PACKAGE_TARNAME='pidgin-znchelper'
PACKAGE_VERSION='1.5.0-pre2'
PACKAGE_STRING='pidgin-znchelper 1.5.0-pre2'
PACKAGE_VERSION='1.5.0'
PACKAGE_STRING='pidgin-znchelper 1.5.0'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1369,7 +1369,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures pidgin-znchelper 1.5.0-pre2 to adapt to many kinds of systems.
\`configure' configures pidgin-znchelper 1.5.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1440,7 +1440,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of pidgin-znchelper 1.5.0-pre2:";;
short | recursive ) echo "Configuration of pidgin-znchelper 1.5.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1554,7 +1554,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pidgin-znchelper configure 1.5.0-pre2
pidgin-znchelper configure 1.5.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1923,7 +1923,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pidgin-znchelper $as_me 1.5.0-pre2, which was
It was created by pidgin-znchelper $as_me 1.5.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2786,7 +2786,7 @@ fi

# Define the identity of the package.
PACKAGE='pidgin-znchelper'
VERSION='1.5.0-pre2'
VERSION='1.5.0'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -2844,7 +2844,7 @@ ac_config_headers="$ac_config_headers config.h"


cat >>confdefs.h <<_ACEOF
#define PLUGIN_VERSION "1.5.0-pre2"
#define PLUGIN_VERSION "1.5.0"
_ACEOF


Expand Down Expand Up @@ -13485,7 +13485,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by pidgin-znchelper $as_me 1.5.0-pre2, which was
This file was extended by pidgin-znchelper $as_me 1.5.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13551,7 +13551,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
pidgin-znchelper config.status 1.5.0-pre2
pidgin-znchelper config.status 1.5.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(pidgin-znchelper, 1.5.0-pre2, [email protected])
AC_INIT(pidgin-znchelper, 1.5.0, [email protected])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/znchelper.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])

AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.5.0-pre2"], [Define the plugin version to be used])
AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.5.0"], [Define the plugin version to be used])

AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["http://freakazoid.teamblind.de/2009/11/16/pidgin-znc-helper/"], [Define the plugin website to be used])

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: net
Priority: extra
Maintainer: Konrad Gräfe <[email protected]>
Build-Depends: debhelper (>= 7), autotools-dev, pidgin-dev (>= 2.6.0), intltool
Standards-Version: 3.9.1
Standards-Version: 3.9.4
Homepage: http://freakazoid.teamblind.de/2009/11/16/pidgin-znc-helper/

Package: pidgin-znchelper
Expand Down
6 changes: 3 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
endif
./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="-Wall -g $(CFLAGS)"


build: build-stamp
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp

build-stamp: config.status
dh_testdir
Expand All @@ -52,7 +53,6 @@ clean:

# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess

dh_clean

Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk-freakazoid-znchelper 0.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-28 23:24+0100\n"
"POT-Creation-Date: 2014-01-29 14:55+0100\n"
"PO-Revision-Date: 2010-07-29 11:47+0000\n"
"Last-Translator: kgraefe <Unknown>\n"
"Language-Team: de_DE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pidgin-znc-helper\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-28 23:24+0100\n"
"POT-Creation-Date: 2014-01-29 14:55+0100\n"
"PO-Revision-Date: 2012-06-21 15:41+0000\n"
"Last-Translator: Eduardo Alberto Calvo <Unknown>\n"
"Language-Team: Spanish <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pidgin-znc-helper\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-28 23:24+0100\n"
"POT-Creation-Date: 2014-01-29 14:55+0100\n"
"PO-Revision-Date: 2013-01-28 14:26+0000\n"
"Last-Translator: londumas <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pidgin-znchelper.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-28 23:24+0100\n"
"POT-Creation-Date: 2014-01-29 14:55+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pidgin-znc-helper\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-28 23:24+0100\n"
"POT-Creation-Date: 2014-01-29 14:55+0100\n"
"PO-Revision-Date: 2010-11-18 06:58+0000\n"
"Last-Translator: Ushakov Maxim <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/si.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pidgin-znc-helper\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-28 23:24+0100\n"
"POT-Creation-Date: 2014-01-29 14:55+0100\n"
"PO-Revision-Date: 2013-06-01 04:11+0000\n"
"Last-Translator: Thambaru Wijesekara <Unknown>\n"
"Language-Team: Sinhalese <[email protected]>\n"
Expand Down

0 comments on commit 3731164

Please sign in to comment.