Skip to content

Commit ac1aec6

Browse files
committed
V1.3.3 release
1 parent 1acb520 commit ac1aec6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DaoCore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'signing'
44

55
group = 'de.greenrobot'
6-
version = '1.3.3-SNAPSHOT'
6+
version = '1.3.3'
77
sourceCompatibility = 1.6
88

99
def isSnapshot = version.endsWith('-SNAPSHOT')

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Work in progress
1616

1717
Release History
1818
---------------
19+
### V1.3.3 (2013-10-18): Bugfix
20+
* Fixed a memory leak affecting Query class that was introduced in 1.3.0 (#93)
21+
* Fixed a rare race condition that can lead to "Entity is detached from DAO context" DaoException (#101)
22+
1923
### V1.3.2 (2013-08-28): Bugfix
2024
* Fixed building CountQueries with combined AND/OR conditions
2125
* Some secret inoffical work in progress

0 commit comments

Comments
 (0)