Skip to content

Commit fb35be3

Browse files
committed
Merge pull request rethinkdb#3291 from rethinkdb/watts-1.15.2-notes
Watts 1.15.2 notes
2 parents 4a98658 + f8b28bf commit fb35be3

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

NOTES.md

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,41 @@
1+
# Release 1.15.2 (Lawrence of Arabia)
2+
3+
Released on 2014-11-07
4+
5+
Bug fix update.
6+
7+
* Added packages for Ubuntu 14.10 "Utopic Unicorn" (#3237)
8+
* Fixed a bug with memory handling in S2 (#3201)
9+
* Fixed a bug handling paged results in the Data Explorer (#3111)
10+
* Fixed a bug that caused a crash on exit if a joined server with an open
11+
changefeed crashed (#3038)
12+
* Fixed a bug that caused a crash when unsharding discarded more rows than
13+
expected when batching results (#3264)
14+
* Fixed a bug that could lead to crashes when changefeeds were frequently
15+
registered and unregistered (#3205)
16+
* Changed the `r.point` constructor to be deterministic, allowing it to be used
17+
in secondary index functions (#3287)
18+
* Fixed an incompatibility problem between Python 3.4 and the `import` command
19+
(#3259)
20+
* Fixed a buffer alignment issue with `object_buffer_t` data (#3300)
21+
22+
---
23+
124
# Release 1.15.1 (Lawrence of Arabia)
225

3-
Released on 2014-10-x
26+
Released on 2014-10-07
427

528
Bug fix update.
629

7-
* Fixed a bug where tables were always created with hard durability, regardless of the `durability` option (#3128)
30+
* Fixed a bug where tables were always created with hard durability, regardless
31+
of the `durability` option (#3128)
832
* Fixed a bug that caused HTTPS access with `r.http` to fail under OS X (#3112)
9-
* Fixed a bug in the Python driver that caused pickling/unpickling of time objects to fail (#3024)
10-
* Changed the Data Explorer autocomplete to not override Ctrl+Tab on Firefox (#2959)
11-
* Fixed a bug that caused a crash when a non-directory file was specified as RethinkDB's startup directory (#3036)
33+
* Fixed a bug in the Python driver that caused pickling/unpickling of time
34+
objects to fail (#3024)
35+
* Changed the Data Explorer autocomplete to not override Ctrl+Tab on Firefox
36+
(#2959)
37+
* Fixed a bug that caused a crash when a non-directory file was specified as
38+
RethinkDB's startup directory (#3036)
1239
* Added native packages for Debian (#3125, #3107)
1340
* Fixed a compilation error on ARM CPUs (#3116)
1441
* Support building with Protobuf 2.6.0 (#3137)

0 commit comments

Comments
 (0)