Skip to content

Commit 7f8d60f

Browse files
committed
3.5 release
Signed-off-by: Thomas Graf <[email protected]>
1 parent 6920af8 commit 7f8d60f

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v3.5 - August 30, 2014
2+
----------------------
3+
* Fixes for all defects identified by coverity
4+
* Fix accuracy issue on total rate calculation
5+
* Travis-CI support
6+
* Various other small bugfixes
7+
18
v3.4 - August 24, 2014
29
----------------------
310
* Bugfixes

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@ interface and a programmable text output for scripting.
1010

1111
## Changes
1212

13-
### New in 3.4
14-
* Bugfixes
15-
* blank screen with config file
16-
* quick-help toggle with '?' in curses
17-
* Better bmon.conf example
18-
19-
## New in 3.3
20-
* MacOS X port
21-
* Only initialize curses module if actually used
22-
* Assorted bug and spelling fixes
23-
* Various build fixes
13+
14+
## New in v3.5
15+
* Fixes for all defects identified by coverity
16+
* Fix accuracy issue on total rate calculation
17+
* Travis-CI support
18+
* Various other small bugfixes
2419

2520
### Usage
2621

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2222
# DEALINGS IN THE SOFTWARE.
2323

24-
AC_INIT(bmon, 3.4, [], [], [http://www.infradead.org/~tgr/bmon/])
24+
AC_INIT(bmon, 3.5, [], [], [http://www.infradead.org/~tgr/bmon/])
2525
AC_CONFIG_HEADERS(include/bmon/defs.h)
2626
AC_CONFIG_AUX_DIR([build-aux])
2727
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)