File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,13 @@ issue-labels-include:
6
6
- " t: Improvement"
7
7
- " t: Task"
8
8
issue-labels-exclude :
9
+ - " r: Duplicate"
10
+ - " r: External Issue"
11
+ - " r: Not an Issue"
12
+ - " r: Obsolete"
9
13
- " r: Rejected"
10
14
- " r: Replaced"
15
+ - " t: Fix"
11
16
issue-labels-alias :
12
17
- name : " t: Bug"
13
18
header : Bug
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
4
4
<VersionMinor Condition =" '$(VersionMinor)' == ''" >0</VersionMinor >
5
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
5
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >2 </VersionPatch >
6
6
<VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
7
7
8
8
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 30
30
31
31
<!-- This is used only for build folder -->
32
32
<!-- TODO: Either remove or refactor to use NHibernate.props -->
33
- <property name =" project.version" value =" 5.0.1 " overwrite =" false" />
34
- <property name =" project.version.numeric" value =" 5.0.1 " overwrite =" false" />
33
+ <property name =" project.version" value =" 5.0.2 " overwrite =" false" />
34
+ <property name =" project.version.numeric" value =" 5.0.2 " overwrite =" false" />
35
35
36
36
<!-- properties used to connect to database for testing -->
37
37
<include buildfile =" nhibernate-properties.xml" />
Original file line number Diff line number Diff line change 1
- As part of releasing 5.0.2, a missing 5.0.0 possible breaking change has been added about Dialects requiring now
1
+ Build 5.0.2
2
+ =============================
3
+
4
+ Release notes - NHibernate - Version 5.0.2
5
+
6
+ ** Bug
7
+ * #1456 NH-4052 - Add missing serializable implementation
8
+ * #1453 Eliminate unnecessary AsyncLocal allocation if SessionId isn't changed
9
+
10
+ ** Improvement
11
+ * #1455 Reduces check session and set context id redundant calls
12
+
13
+ ** Task
14
+ * #1457 Release 5.0.2
15
+
16
+ As part of releasing 5.0.2, a missing 5.0.0 possible breaking change has been added about Dialects requiring now
2
17
to be configured. See 5.0.0 possible breaking changes.
3
18
4
19
Build 5.0.1
You can’t perform that action at this time.
0 commit comments