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.6 and document the changes
Browse files Browse the repository at this point in the history
2009-11-15  Philipp Kern  <phil@0x539.de>

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

Signed-off-by: Philipp Kern <phil@0x539.de>
  • Loading branch information
Philipp Kern committed Nov 15, 2009
1 parent aff83c4 commit 7d767ef
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-11-15 Philipp Kern <phil@0x539.de>

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

2009-05-29 Philipp Kern <phil@0x539.de>

* src/gselector.cpp: Set sockets to non-blocking when adding them to
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.6:
* Allow to configure both autosaving facilities (file and directory).
* Initial files are added without directory names in their document title.
* Create sockets non-blocking on *nix systems.

Version 0.4.5:
* Run autosave on SIGUSR1 and SIGTERM if an autosave file is specified,
even if autosave interval is 0.
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.5], [crew@0x539.de])
AC_INIT([sobby], [0.4.6], [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 7d767ef

Please sign in to comment.