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

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kgraefe committed Nov 24, 2011
1 parent 8a9721b commit c1a4cd0
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 21 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.3.1 (2011/11/25):
* Process self-posted incoming messages too. (This happens e.g. when using ZNC behind an irssi-proxy.)

Version 1.3 (2010/08/05):
* don't check wether 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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3
1.3.1
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.3"
#define PACKAGE_STRING "pidgin-znchelper 1.3.1"

/* 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.3"
#define PACKAGE_VERSION "1.3.1"

/* Define the plugin author to be used */
#define PLUGIN_AUTHOR "Konrad Gräfe <freakazoid@teamblind.de>"
Expand All @@ -90,7 +90,7 @@
#define PLUGIN_STATIC_NAME "znchelper"

/* Define the plugin version to be used */
#define PLUGIN_VERSION "1.3"
#define PLUGIN_VERSION "1.3.1"

/* 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.3"
#define VERSION "1.3.1"
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.67 for pidgin-znchelper 1.3.
# Generated by GNU Autoconf 2.67 for pidgin-znchelper 1.3.1.
#
# Report bugs to <freakazoid@teamblind.de>.
#
Expand Down Expand Up @@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pidgin-znchelper'
PACKAGE_TARNAME='pidgin-znchelper'
PACKAGE_VERSION='1.3'
PACKAGE_STRING='pidgin-znchelper 1.3'
PACKAGE_VERSION='1.3.1'
PACKAGE_STRING='pidgin-znchelper 1.3.1'
PACKAGE_BUGREPORT='freakazoid@teamblind.de'
PACKAGE_URL=''

Expand Down Expand Up @@ -1467,7 +1467,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.3 to adapt to many kinds of systems.
\`configure' configures pidgin-znchelper 1.3.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1538,7 +1538,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of pidgin-znchelper 1.3:";;
short | recursive ) echo "Configuration of pidgin-znchelper 1.3.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1646,7 +1646,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pidgin-znchelper configure 1.3
pidgin-znchelper configure 1.3.1
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2015,7 +2015,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.3, which was
It was created by pidgin-znchelper $as_me 1.3.1, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2830,7 +2830,7 @@ fi

# Define the identity of the package.
PACKAGE='pidgin-znchelper'
VERSION='1.3'
VERSION='1.3.1'


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


cat >>confdefs.h <<_ACEOF
#define PLUGIN_VERSION "1.3"
#define PLUGIN_VERSION "1.3.1"
_ACEOF


Expand Down Expand Up @@ -12512,7 +12512,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.3, which was
This file was extended by pidgin-znchelper $as_me 1.3.1, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12578,7 +12578,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.3
pidgin-znchelper config.status 1.3.1
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(pidgin-znchelper, 1.3, freakazoid@teamblind.de)
AC_INIT(pidgin-znchelper, 1.3.1, freakazoid@teamblind.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/znchelper.c])
AC_CONFIG_HEADER([config.h])

AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.3"], [Define the plugin version to be used])
AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.3.1"], [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 <konradgraefe@aol.com>
Build-Depends: debhelper (>= 7), autotools-dev, pidgin-dev (>= 2.6.0), intltool
Standards-Version: 3.8.4
Standards-Version: 3.9.1
Homepage: http://freakazoid.teamblind.de/2009/11/16/pidgin-znc-helper/

Package: pidgin-znchelper
Expand Down
2 changes: 1 addition & 1 deletion libtool
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (pidgin-znchelper) 1.3
# Generated automatically by config.status (pidgin-znchelper) 1.3.1
# Libtool was configured on host ponyslaystation:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
Expand Down
2 changes: 1 addition & 1 deletion po/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

GETTEXT_PACKAGE = pidgin-znchelper
PACKAGE = pidgin-znchelper
VERSION = 1.3
VERSION = 1.3.1

SHELL = /bin/sh

Expand Down

0 comments on commit c1a4cd0

Please sign in to comment.