Skip to content

Commit

Permalink
Release 5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Sep 8, 2019
1 parent 18caed2 commit f7b64c5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.2.5.{build}
version: 5.2.6.{build}
image: Visual Studio 2017
environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
<VersionPatch Condition="'$(VersionPatch)' == ''">5</VersionPatch>
<VersionPatch Condition="'$(VersionPatch)' == ''">6</VersionPatch>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
Expand Down
4 changes: 2 additions & 2 deletions build-common/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<!-- This is used only for build folder -->
<!-- TODO: Either remove or refactor to use NHibernate.props -->
<property name="project.version" value="5.2.5" overwrite="false" />
<property name="project.version.numeric" value="5.2.5" overwrite="false" />
<property name="project.version" value="5.2.6" overwrite="false" />
<property name="project.version.numeric" value="5.2.6" overwrite="false" />

<!-- properties used to connect to database for testing -->
<include buildfile="nhibernate-properties.xml" />
Expand Down
27 changes: 27 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Build 5.2.6
=============================

Release notes - NHibernate - Version 5.2.6

11 issues were resolved in this release.

** Bug

* #2190 Cannot instantiate a SessionFactory using Prevalence cache
* #2177 New Fetch() method in QueryOver returns IQueryOver<> instead of QueryOver<>
* #2172 Using DependentTransaction fails
* #2175 Subcriteria on component collection generates incorrect join alias
* #2173 Futures not batching correctly in NH 5.2.x
* #2141 Undefined call to Equals object in collection during flush just before commit
* #2127 StackExchangeRedisCache with PreferMultipleGet = true calls GetMany multiple times
* #2110 Wrong GUID to string conversion with SQLite BinaryGuid=False

** Task

* #2200 Release 5.2.6
* #2199 Upgrade AsyncGenerator to 0.8.2.12

** Tests

* #2132 Add GetMany for ReadWriteCache tests

Build 5.2.5
=============================

Expand Down

0 comments on commit f7b64c5

Please sign in to comment.