Skip to content
Snippets Groups Projects
Commit 76665c40 authored by Alex Gorrod's avatar Alex Gorrod
Browse files

Cut release 1.4.0

parent 450b43cd
No related merge requests found
WiredTiger release 1.4.0, 2012-12-03
------------------------------------
This release adds several major new features, a number of performance
improvements and bug fixes. The significant changes are outlined below:
New features and API changes:
[242] Track the percentage of cache that is dirty, trigger eviction to bound
it. This can be used to bound much data checkpoints write.
[324] Add support for WT_COMPRESS::compress_raw, which lets the compression
routine select how many rows are included in each disk block.
[381] Add statistics to track read and write amplification (application data
size versus I/O size)
* Add a trigger configuration option to WT_SESSION::compact API.
* Make WT_SESSION::create's checksum configuration 3-state: on, off, or
uncompressed blocks only.
Bug fixes:
* Fix build issues on Solaris.
* Fix a bug calculating the generation of an LSM merge.
* Fix WiredTiger dump and load for tables.
* Fix a memory leak in checkpoints.
* Improve accuracy of cache memory tracking with overflow items.
WiredTiger release 1.3.8, 2012-11-22
------------------------------------
......
WiredTiger 1.3.8: (November 22, 2012)
WiredTiger 1.4.0: (December 3, 2012)
This is version 1.3.8 of WiredTiger.
This is version 1.4.0 of WiredTiger.
WiredTiger documentation can be found at:
......
WIREDTIGER_VERSION_MAJOR=1
WIREDTIGER_VERSION_MINOR=3
WIREDTIGER_VERSION_PATCH=8
WIREDTIGER_VERSION_MINOR=4
WIREDTIGER_VERSION_PATCH=0
WIREDTIGER_VERSION="$WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_VERSION_PATCH"
WIREDTIGER_RELEASE_DATE=`date "+%B %e, %Y"`
......
dnl build by dist/s_version
VERSION_MAJOR=1
VERSION_MINOR=3
VERSION_PATCH=8
VERSION_STRING='"WiredTiger 1.3.8: (November 22, 2012)"'
VERSION_MINOR=4
VERSION_PATCH=0
VERSION_STRING='"WiredTiger 1.4.0: (December 3, 2012)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)
VERSION_NOPATCH=1.3
VERSION_NOPATCH=1.4
AC_SUBST(VERSION_NOPATCH)
dnl WiredTiger product version for AC_INIT. Maintained by dist/s_version
1.3.8
1.4.0
......@@ -13,9 +13,9 @@ To ask questions or discuss issues related to using WiredTiger, visit our
View the documentation online:
- <a href="1.3.8/index.html"><b>WiredTiger 1.3.8 (current release)</b></a>
- <a href="1.4.0/index.html"><b>WiredTiger 1.4.0 (current release)</b></a>
- <a href="1.3.8/index.html"><b>WiredTiger 1.3.8</b></a>
- <a href="1.2.2/index.html"><b>WiredTiger 1.2.2</b></a>
- <a href="1.1.5/index.html"><b>WiredTiger 1.1.5</b></a>
- <a href="develop/index.html"><b>WiredTiger develop branch (unstable)</b></a>
*/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment