Skip to content

Commit 71994bd

Browse files
committed
Release notes and version number for 4.0.1.GA.
1 parent 0c06cf4 commit 71994bd

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

build-common/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
effectively SP0).
6161
-->
6262

63-
<property name="project.version" value="4.0.1.Alpha1" overwrite="false" />
63+
<property name="project.version" value="4.0.1.GA" overwrite="false" />
6464

6565
<!-- This version number should be changed if, but only if, there are incompatible
6666
changes compared to the previous version. -->

releasenotes.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Build 4.0.1.GA
2+
=============================
3+
4+
** Bug
5+
* [NH-3102] - Wrong mapping produced by Map
6+
* [NH-3214] - PropertyContainerCustomizer.Bag() throws NullReferenceException when mapping a property of type IList
7+
* [NH-3575] - DefaultReadOnly not working for Future() queries
8+
* [NH-3656] - Firebird doesn't accept Currency as parameter type
9+
* [NH-3667] - MappingByCode produce wrong table field name 'idx' in Dictionary<,> mappings
10+
* [NH-3679] - SchemaExport.Create(false, false) does not write to file specified via SchemaExport.SetOutputFile
11+
* [NH-3691] - All dialect checks in NHSpecificTest.NH1487.Fixture are broken
12+
* [NH-3692] - TypedManyToOneTest is broken for Firebird
13+
* [NH-3694] - Criteria or QueryOver with join to components collection does not return data. It worked in NH 3.3.
14+
* [NH-3695] - NHSpecificTest.NH1845 fails for some Dialects
15+
* [NH-3696] - Connection pooling + Multi threraded tests
16+
* [NH-3701] - NHSpecificTest.NH2302 Fails under Firebird
17+
18+
** Improvement
19+
* [NH-3604] - Map ByCode fails when property is protected (not public)
20+
* [NH-3687] - Change Id mapping of TimesheetEntry from native to assigned
21+
* [NH-3688] - Modify NHSpecificTest.NH1391 so that it doesn't depend on preknown id values
22+
* [NH-3690] - Add LEFT function to Firebird
23+
24+
** Patch
25+
* [NH-3383] - Fix for multiple objects of CascadeStyle in Memory that should be singleton
26+
* [NH-3577] - Fix in SessionFactory.Statistics.LogSummary() method to show 0 milisecond as MaxQueryTime when no query was executed, instead of -922337203685477
27+
28+
** Task
29+
* [NH-3085] - Document enhanced id generators
30+
* [NH-3660] - Ignore Firebird in DtcFailuresFixture
31+
* [NH-3689] - Ignore Firebird in NHSpecificTest.NH1171
32+
33+
134
Build 4.0.0.GA
235
=============================
336

0 commit comments

Comments
 (0)