From 0e7153d7d6d9dc2714e32291bb3cdfc0b9a926f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= Date: Thu, 12 Apr 2018 11:42:05 +0200 Subject: [PATCH 1/2] Add missing cache setting Fix #1650 in 5.0.x --- src/NHibernate/nhibernate-configuration.xsd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/NHibernate/nhibernate-configuration.xsd b/src/NHibernate/nhibernate-configuration.xsd index 69a232a0f37..de6614c7294 100644 --- a/src/NHibernate/nhibernate-configuration.xsd +++ b/src/NHibernate/nhibernate-configuration.xsd @@ -90,6 +90,15 @@ + + + + The use_sliding_expiration value is whether you wish to use a sliding expiration or not. Defaults + to false. Not all providers support this setting, it may be ignored. Check their respective + documentation. + + + From 952763492c2cd4c6d0141e5da3710c86891a7152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= Date: Thu, 12 Apr 2018 12:02:26 +0200 Subject: [PATCH 2/2] Release 5.0.4 --- build-common/NHibernate.props | 2 +- build-common/common.xml | 4 ++-- releasenotes.txt | 10 +++++++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 1c4f9de5b17..0955ccefdfb 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -2,7 +2,7 @@ 5 0 - 3 + 4 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index 2b69e9167c0..4c23f8233b6 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -30,8 +30,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index fae23a92f4c..6b3525e924c 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,12 @@ -Build 5.0.3 +Build 5.0.4 +============================= + +Release notes - NHibernate - Version 5.0.4 + +** Bug + * #1658 Add missing cache setting + +Build 5.0.3 ============================= Release notes - NHibernate - Version 5.0.3