Skip to content

Commit

Permalink
3.6 release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <tgraf@suug.ch>
  • Loading branch information
tgraf committed Nov 22, 2014
1 parent 88548cc commit baabc8b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v3.6 - November 22, 2014
----------------------
* Build fix for uclinux
* Fix LICENSE links

v3.5 - August 30, 2014
----------------------
* Fixes for all defects identified by coverity
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ interface and a programmable text output for scripting.
## Changes


## New in v3.5
* Fixes for all defects identified by coverity
* Fix accuracy issue on total rate calculation
* Travis-CI support
* Various other small bugfixes
## New in 3.6
-------------
* Build fix for uclinux
* Fix LICENSE links

### Usage

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.5, [], [], [http://www.infradead.org/~tgr/bmon/])
AC_INIT(bmon, 3.6, [], [], [http://www.infradead.org/~tgr/bmon/])
AC_CONFIG_HEADERS(include/bmon/defs.h)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit baabc8b

Please sign in to comment.