Skip to content

Commit

Permalink
Merge pull request #192 from pablooliveira/v0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
pablooliveira authored Nov 30, 2018
2 parents 687026d + 7bb2fda commit e73adb3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
CERE CHANGELOG

[v0.3.1] 2018/11/30
* Maintainance release, ensure all checks are passing with newer travis images

[v0.3] 2017/10/12
* memory tracer: Fixed multiple race-conditions in ptrace functions attaching new threads.
* memory_tracer: Fixed a synchronization bug in send_to_tracer function
* Tested and validated CERE extraction on Lulesh Lawrence Livermore proto-application and on BWA gene alignment application
* Compatibility with LLVM 3.9
* Improved thread remapping formula for NUMA domains
* Support for ARMv8 complete (tested on Jetson, Juno and Thunder)

[v0.2.2] 2016/06/06
* Improved cere flag (add a stop/restart feature)
* Fixed release version number
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CERE v0.3
# CERE v0.3.1

[![Build Status](https://travis-ci.org/benchmark-subsetting/cere.svg?branch=master)](https://travis-ci.org/benchmark-subsetting/cere)

Expand Down Expand Up @@ -93,7 +93,7 @@ file](https://github.com/benchmark-subsetting/cere/blob/master/THANKS).

### License and copyright

Copyright (c) 2013-2017, Universite de Versailles St-Quentin-en-Yvelines
Copyright (c) 2013-2018, Universite de Versailles St-Quentin-en-Yvelines

CERE is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([cere], [0.3], [[email protected]])
AC_INIT([cere], [0.3.1], [[email protected]])
AM_SILENT_RULES([yes])
AC_CONFIG_AUX_DIR(autoconf)
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit e73adb3

Please sign in to comment.