diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b218172..8386d8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +X.Y.Z Release notes +============================================================= +### Compatibility +* Sync protocol: 24 +* Server-side history format: 4 +* File format: 7 +* Realm Object Server: 3.0.0 or later + +### Breaking changes +* None. + +### Enhancements +* None. + +### Bug fixes +* None. + +### Internal +* Updated to Relm Sync 3.3.0. +* Updated to Realm Core 5.6.0. + + 2.4.0 Release notes (2018-4-26) ============================================================= ### Compatibility diff --git a/dependencies.list b/dependencies.list index f85f19fc..a0c22ddf 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,6 +1,6 @@ PACKAGE_NAME=realm-js VERSION=2.4.0 -REALM_CORE_VERSION=5.4.0 -REALM_SYNC_VERSION=3.0.0 +REALM_CORE_VERSION=5.6.0 +REALM_SYNC_VERSION=3.3.0 REALM_OBJECT_SERVER_VERSION=3.0.0 diff --git a/realm.gypi b/realm.gypi index 45aa4dfb..792b0518 100644 --- a/realm.gypi +++ b/realm.gypi @@ -200,13 +200,7 @@ "type": "none", "dependencies": [ "realm-core" ], "link_settings": { - "conditions": [ - ["OS=='win'", { - "libraries": [ "-lrealm-sync<(debug_library_suffix)" ] - }, { - "libraries": [ "-lrealm-sync-node<(debug_library_suffix)" ] - }] - ] + "libraries": [ "-lrealm-sync<(debug_library_suffix)" ], }, "all_dependent_settings": { "defines": [ "REALM_ENABLE_SYNC=1" ] @@ -259,6 +253,7 @@ "include_dirs": [ "<(vendor_dir)/include" ], "library_dirs": [ "<(vendor_dir)/lib", + "<(vendor_dir)/lib64", "<(vendor_dir)/osx" ] },