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

Commit

Permalink
bump version to 0.4.7 and document the changes
Browse files Browse the repository at this point in the history
2009-12-25  Philipp Kern  <phil@0x539.de>

        * configure.ac:
        * NEWS: bump version to 0.4.7 and document the changes
  • Loading branch information
Philipp Kern committed Dec 25, 2009
1 parent 4ea68d0 commit be9bb55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2009-12-25 Philipp Kern <phil@0x539.de>

* configure.ac:
* NEWS: bump version to 0.4.7 and document the changes

2009-12-25 Philipp Kern <phil@0x539.de>

* configure.ac: depend on net6 >= 1.3.12 which copes with non-blocking
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
sobby
=====

Version 0.4.7:
* Depend on net6 >= 1.3.12 to handle non-blocking sockets correctly.
We urge everybody using Sobby 0.4.6 to install net6 1.3.12 or higher.
* Fail on startup when the configuration file cannot be read.

Version 0.4.6:
* Allow to configure both autosaving facilities (file and directory).
* Initial files are added without directory names in their document title.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([sobby], [0.4.6], [crew@0x539.de])
AC_INIT([sobby], [0.4.7], [crew@0x539.de])
AM_INIT_AUTOMAKE(1.9 check-news)
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([inc/server.hpp])
Expand Down

0 comments on commit be9bb55

Please sign in to comment.