Skip to content

Commit

Permalink
Release: Version 0.9.3.
Browse files Browse the repository at this point in the history
This release is a minor update, with minor fixes.

Some versions of Perl, gave a false positive warning:
  "Useless use of private variable in void context"
Which is now fixed.

Fix typo in database/database-schema-latest.sql.

Give fatal warning, if config file is missing.

Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
  • Loading branch information
Jesper Dangaard Brouer committed Dec 2, 2011
1 parent 3497daf commit 7a83de8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@

recent changes

2011-12-02 Jesper Dangaard Brouer <hawk@comx.dk>

* Version 0.9.3.

This release is a minor update, with minor fixes.

Some versions of Perl, gave a false positive warning:
"Useless use of private variable in void context"
Which is now fixed.

Fix typo in database/database-schema-latest.sql.

Give fatal warning, if config file is missing.

2011-06-01 Jesper Dangaard Brouer <hawk@comx.dk>

* Version 0.9.2.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Notice: The VERSION is defined/controlled by AC_INIT
#
AC_INIT([iptv-analyzer], [0.9.2], [hawk@comx.dk], [], [www.iptv-analyzer.org])
AC_INIT([iptv-analyzer], [0.9.3], [hawk@comx.dk], [], [www.iptv-analyzer.org])
#AC_INIT(package, version, [bug-report], [tarname], [url])
#
AC_CONFIG_HEADERS([config.h])
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#
set -e
NAME=iptv-analyzer
VERSION=0.9.2
PREV_VERSION=0.9.1
VERSION=0.9.3
PREV_VERSION=0.9.2
GPGKEY="D0777D99"

echo "Creating tarball for release: $NAME-$VERSION"
Expand Down

0 comments on commit 7a83de8

Please sign in to comment.