Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
SVN Revision: 479
  • Loading branch information
nniclausse committed Jul 8, 2005
1 parent d843e80 commit de82c4d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.2 -> 1.0.3
1.0.2 -> 1.0.3 Minor bugfixes (8 Jul 2005)
- add ts_file_server module
- fix broken https recording
Thx to johann.messner@jku.at for bug reporting :
Expand Down
18 changes: 9 additions & 9 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.59 for idx-tsunami 1.0.2.
# Generated by GNU Autoconf 2.59 for idx-tsunami 1.0.3.
#
# Report bugs to <idx-tsunami@lists.IDEALX.org>.
#
Expand Down Expand Up @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='idx-tsunami'
PACKAGE_TARNAME='idx-tsunami'
PACKAGE_VERSION='1.0.2'
PACKAGE_STRING='idx-tsunami 1.0.2'
PACKAGE_VERSION='1.0.3'
PACKAGE_STRING='idx-tsunami 1.0.3'
PACKAGE_BUGREPORT='idx-tsunami@lists.IDEALX.org'

ac_unique_file="src/tsunami/tsunami.erl"
Expand Down Expand Up @@ -723,7 +723,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 idx-tsunami 1.0.2 to adapt to many kinds of systems.
\`configure' configures idx-tsunami 1.0.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -780,7 +780,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of idx-tsunami 1.0.2:";;
short | recursive ) echo "Configuration of idx-tsunami 1.0.3:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -885,7 +885,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
idx-tsunami configure 1.0.2
idx-tsunami configure 1.0.3
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -899,7 +899,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by idx-tsunami $as_me 1.0.2, which was
It was created by idx-tsunami $as_me 1.0.3, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2148,7 +2148,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by idx-tsunami $as_me 1.0.2, which was
This file was extended by idx-tsunami $as_me 1.0.3, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -2203,7 +2203,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
idx-tsunami config.status 1.0.2
idx-tsunami config.status 1.0.3
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
idx-tsunami (1.0.3-1) unstable; urgency=low

* New upstream release

-- Nicolas Niclausse <nicolas.niclausse@niclux.org> Mon, 8 Jul 2005 17:11:05 +0200

idx-tsunami (1.0.2-1) unstable; urgency=low

* New upstream release

-- Nicolas Niclausse <nicolas.niclausse@niclux.org> Mon, 6 June 2005 17:34:05 +0200
-- Nicolas Niclausse <nicolas.niclausse@niclux.org> Mon, 6 Jun 2005 17:34:05 +0200

idx-tsunami (1.0.1-1) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion vsn.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.0.2
1.0.3

0 comments on commit de82c4d

Please sign in to comment.