|
| 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 | + |
1 | 24 | # Release 1.15.1 (Lawrence of Arabia) |
2 | 25 |
|
3 | | -Released on 2014-10-x |
| 26 | +Released on 2014-10-07 |
4 | 27 |
|
5 | 28 | Bug fix update. |
6 | 29 |
|
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) |
8 | 32 | * 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) |
12 | 39 | * Added native packages for Debian (#3125, #3107) |
13 | 40 | * Fixed a compilation error on ARM CPUs (#3116) |
14 | 41 | * Support building with Protobuf 2.6.0 (#3137) |
|
0 commit comments