File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven'
3
3
apply plugin : ' signing'
4
4
5
5
group = ' de.greenrobot'
6
- version = ' 1.3.3-SNAPSHOT '
6
+ version = ' 1.3.3'
7
7
sourceCompatibility = 1.6
8
8
9
9
def isSnapshot = version. endsWith(' -SNAPSHOT' )
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Work in progress
16
16
17
17
Release History
18
18
---------------
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
+
19
23
### V1.3.2 (2013-08-28): Bugfix
20
24
* Fixed building CountQueries with combined AND/OR conditions
21
25
* Some secret inoffical work in progress
You can’t perform that action at this time.
0 commit comments