Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
* configure.ac: Bump version to 0.2.5.
Browse files Browse the repository at this point in the history
* NEWS: Update.
  • Loading branch information
keybuk committed Mar 16, 2006
1 parent 712a291 commit 027db71
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2006-03-16 Scott James Remnant <scott@netsplit.com>

* configure.ac: Bump version to 0.2.5.
* NEWS: Update.

* src/display.c (_update_time): Halt the remaining time countdown
while under a red flag.

Expand Down
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.2.5 2006-03-16 "Lift me up"

* Fixed Bug #34327: now compiles with libneon25.

* Support for the new knock-out qualifying format is added.

* Authorisation and the decryption cookie are now obtained
from the secure web server.

* Remaining time countdown is stopped during a red flag.

0.2.0 2006-03-07 "Let's get it started"

* Initial public release.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([live-f1], [0.2.0], [live-f1-bugs@netsplit.com])
AC_INIT([live-f1], [0.2.5], [live-f1-bugs@netsplit.com])
AC_COPYRIGHT([[Copyright © 2006 Scott James Remnant <scott@netsplit.com>.]])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 027db71

Please sign in to comment.