Skip to content

Commit

Permalink
Release 3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jul 23, 2018
1 parent 4760be8 commit 157a056
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
x.x.x Release notes (yyyy-MM-dd)
3.7.5 Release notes (2018-07-23)
=============================================================

### Breaking Changes

* None.

### Enhancements

* Improve performance of applying remote changesets from sync.
Expand All @@ -19,9 +15,9 @@ x.x.x Release notes (yyyy-MM-dd)

* Fix permission denied errors for RLMPlatform.h when building with CocoaPods
and Xcode 10 beta 3.
* Fix a use-after-free when canceling back a write transaction which could
result in incorrect "before" values in KVO observations (typically `nil` when
a non-nil value is expected).
* Fix a use-after-free when canceling a write transaction which could result in
incorrect "before" values in KVO observations (typically `nil` when a non-nil
value is expected).
* Fix several bugs in the merge algorithm that could lead to memory corruption
and crashes with errors like "bad changeset" and "unreachable code".

Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.7.4</string>
<string>3.7.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.7.4</string>
<string>3.7.5</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.7.4
VERSION=3.7.5
REALM_CORE_VERSION=5.7.2
REALM_SYNC_VERSION=3.8.2
REALM_OBJECT_SERVER_VERSION=3.4.2

0 comments on commit 157a056

Please sign in to comment.