diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-02-18 22:46:50 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-02-18 22:46:50 +0000 |
commit | dcf0f3e77ffd38ce3cc5d3c1eedfc655ff75a8f9 (patch) | |
tree | 7e4570994b3f9f8d9b9f155f1b12078c24772397 /doc | |
parent | 34337a71b8d8ad7d50fdf1152efbe5c3dde4bb90 (diff) |
Fixed Makefiles (make distclean was completely broken).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 567a8ae6..4c1d2ece 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -Version x.x: +Version 1.1: (1.1.x will be a (hopefully short) development release) - Added ForkDaemon mode next to the existing Daemon- and inetd modes. With ForkDaemon you can run BitlBee as a stand-alone daemon and every connection will run in its own process. No more need to configure inetd, and still you |