3.4 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
afb5db14c8
commit
a29f6da2c5
13
NEWS
Normal file
13
NEWS
Normal 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
|
@ -6,6 +6,12 @@ statistics and prepare them visually in a human friendly way. It
|
||||
features various output methods including an interactive curses user
|
||||
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
|
||||
* MacOS X port
|
||||
* Only initialize curses module if actually used
|
||||
|
@ -21,7 +21,7 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# 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_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
@ -229,4 +229,4 @@ $HOME/.bmonrc
|
||||
\fBnetlink\fR(7),
|
||||
|
||||
.SH "AUTHOR"
|
||||
Thomas Graf <tgraf@suug.ch>
|
||||
Thomas Graf <tgraf@suug.ch> among others
|
||||
|
Loading…
x
Reference in New Issue
Block a user