3.4 release

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2014-08-24 14:14:50 +02:00
parent afb5db14c8
commit a29f6da2c5
4 changed files with 21 additions and 2 deletions

13
NEWS Normal file
View File

@ -0,0 +1,13 @@
v3.4 - August 24, 2014
----------------------
* Bugfixes
* blank screen with config file
* quick-help toggle with '?' in curses
* Better bmon.conf example
v3.3 - July 6, 2014
-------------------
* MacOS X port
* Only initialize curses module if actually used
* Assorted bug and spelling fixes
* Various build fixes

View File

@ -6,6 +6,12 @@ statistics and prepare them visually in a human friendly way. It
features various output methods including an interactive curses user features various output methods including an interactive curses user
interface and a programmable text output for scripting. interface and a programmable text output for scripting.
== New in 3.4
* Bugfixes
* blank screen with config file
* quick-help toggle with '?' in curses
* Better bmon.conf example
== New in 3.3 == New in 3.3
* MacOS X port * MacOS X port
* Only initialize curses module if actually used * Only initialize curses module if actually used

View File

@ -21,7 +21,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE. # DEALINGS IN THE SOFTWARE.
AC_INIT(bmon, 3.3, [], [], [http://www.infradead.org/~tgr/bmon/]) AC_INIT(bmon, 3.4, [], [], [http://www.infradead.org/~tgr/bmon/])
AC_CONFIG_HEADERS(include/bmon/defs.h) AC_CONFIG_HEADERS(include/bmon/defs.h)
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View File

@ -229,4 +229,4 @@ $HOME/.bmonrc
\fBnetlink\fR(7), \fBnetlink\fR(7),
.SH "AUTHOR" .SH "AUTHOR"
Thomas Graf <tgraf@suug.ch> Thomas Graf <tgraf@suug.ch> among others