From 399403c2905b565f0af97b74220e97e115381689 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 19 Aug 2015 12:09:14 +0200 Subject: [PATCH] Release 1.2.3 --- CHANGELOG.md | 19 +++++++++++++++++++ checksum/oga-1.2.3-java.gem.sha512 | 1 + checksum/oga-1.2.3.gem.sha512 | 1 + lib/oga/version.rb | 2 +- 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 checksum/oga-1.2.3-java.gem.sha512 create mode 100644 checksum/oga-1.2.3.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index df3ced6..24c8b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ This document contains details of the various releases and their release dates. Dates are in the format `yyyy-mm-dd`. +## 1.2.3 - 2015-08-19 + +## NodeSet performance improvements + +Performance of the NodeSet class has been improved, especially when used in +concurrent environments. See commit 4f94d03a85f6acabe5cc57ba8c778928e42186be for +more information. + +## Comparing names in the XPath evaluator + +Performance of comparing names of nodes in the XPath evaluator has been +improved thanks to Daniel Fockler. + +See the following commits for more information: + +* be7bc8f4234832ea16385ed92ba252850d7a890e +* fc38b39aa36f49fc38afd44c7e23ac3bfc6159e7 +* 496811a23fa7c3f0498ec5721575b1c8406a5351 + ## 1.2.2 - 2015-08-14 ### Race condition in the LRU class diff --git a/checksum/oga-1.2.3-java.gem.sha512 b/checksum/oga-1.2.3-java.gem.sha512 new file mode 100644 index 0000000..a46c049 --- /dev/null +++ b/checksum/oga-1.2.3-java.gem.sha512 @@ -0,0 +1 @@ +e47d72f74378468f19682d9cfc81ff1b319c15d56f26e85904bafda915b7997617981a0a952c7a5ec77b46014f507da38ecb4c7d73dcd8b8b20e4f3961731f45 \ No newline at end of file diff --git a/checksum/oga-1.2.3.gem.sha512 b/checksum/oga-1.2.3.gem.sha512 new file mode 100644 index 0000000..0b789cd --- /dev/null +++ b/checksum/oga-1.2.3.gem.sha512 @@ -0,0 +1 @@ +49287b1a35a31030f4905d3c4e460b847633f7c1af8a0e2e3b6bf2097e7316fe26edce371670ea7db6ea73a74d362dd9c2fa4f19571e532e8559534f38d59f8d \ No newline at end of file diff --git a/lib/oga/version.rb b/lib/oga/version.rb index d34e4f3..00a1687 100644 --- a/lib/oga/version.rb +++ b/lib/oga/version.rb @@ -1,3 +1,3 @@ module Oga - VERSION = '1.2.2' + VERSION = '1.2.3' end # Oga