Skip to content

Commit

Permalink
doc: ChangeLog for 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
krzycz committed Dec 4, 2015
1 parent 3608b47 commit 4001e65
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Wed Dec 04 2015 Krzysztof Czurylo <krzysztof.czurylo@intel.com>

* Version 0.4
This NVML version primarily focuses on improving code quality
and reliability. In addition to a couple of bug fixes,
the changes include:
- benchmarks for libpmemobj, libpmemblk and libvmem
- additional pmemobj tests and examples
- pool mapping address randomization
- added pmempool "rm" command
- eliminated libpmem dependency on libpthread
- enabled extra warnings
- minor performance improvements
Man pages are all complete.
This release is considered "Beta quality" by the team, having
been thoroughly validated, including significant performance analysis.
The pmempool command does not yet support "check" and "repair"
operations for pmemobj type pools.

Sun Sep 13 2015 Andy Rudoff <andy.rudoff@intel.com>

* Version 0.3
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For more information, see http://pmem.io.

|**NOTE**|
|:------:|
|**These libraries are not yet considered production quality, but they are getting close! They are currently validated to "alpha" quality, meaning all features pass their tests with no known critical issues. You are encouraged to try them out and give us feedback via our [Google group](http://groups.google.com/group/pmem).**|
|**These libraries are not yet considered production quality, but they are getting close! They are currently validated to "beta" quality, meaning all features pass their tests with no known critical issues. You are encouraged to try them out and give us feedback via our [Google group](http://groups.google.com/group/pmem).**|

### The Libraries ###

Expand Down Expand Up @@ -162,6 +162,7 @@ To test the libraries with AddressSanitizer and UndefinedBehaviorSanitizer, run:

### Contacts ###

For more information on this library,
contact Andy Rudoff (andy.rudoff@intel.com) or post to our
For more information on this library, contact
Krzysztof Czurylo (krzysztof.czurylo@intel.com),
Andy Rudoff (andy.rudoff@intel.com), or post to our
[Google group](http://groups.google.com/group/pmem).

0 comments on commit 4001e65

Please sign in to comment.