From 253d8062788b5d8c07bfc03599d9ae9f32e0ce4b Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Sun, 8 Jan 2017 14:25:13 +0100 Subject: [PATCH 1/3] Update release notes --- resources/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/release-notes.md b/resources/release-notes.md index 17cde5ee..cc39de1b 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -1,6 +1,6 @@ -# next +# 0.12.5-159 -* GH-376: Bugfix, cf. GH-376 +* GH-376: Bugfix: Sometimes the communication between the UI and the Neovim backend breaks. # 0.12.4-156 From 3fdee3c298a2457e323ac2ee24b46af5fbd22257 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Sun, 8 Jan 2017 14:32:04 +0100 Subject: [PATCH 2/3] Bump version: v0.12.5-159 --- OutlineViewTest/Info.plist | 4 ++-- SwiftNeoVim/Info.plist | 4 ++-- SwiftNeoVimTests/Info.plist | 4 ++-- VimR-Workspace-Demo/Info.plist | 4 ++-- VimR.xcodeproj/project.pbxproj | 8 ++++---- VimR/Info.plist | 4 ++-- VimRTests/Info.plist | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/OutlineViewTest/Info.plist b/OutlineViewTest/Info.plist index 27c997e4..0108ced7 100644 --- a/OutlineViewTest/Info.plist +++ b/OutlineViewTest/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleVersion - 158 + 159 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/SwiftNeoVim/Info.plist b/SwiftNeoVim/Info.plist index 6e700893..3d0749cc 100644 --- a/SwiftNeoVim/Info.plist +++ b/SwiftNeoVim/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleVersion - 158 + 159 NSHumanReadableCopyright Copyright © 2016 Tae Won Ha. All rights reserved. NSPrincipalClass diff --git a/SwiftNeoVimTests/Info.plist b/SwiftNeoVimTests/Info.plist index 7b103343..27b62a70 100644 --- a/SwiftNeoVimTests/Info.plist +++ b/SwiftNeoVimTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleVersion - 158 + 159 diff --git a/VimR-Workspace-Demo/Info.plist b/VimR-Workspace-Demo/Info.plist index ba4ffc3a..299f1e79 100644 --- a/VimR-Workspace-Demo/Info.plist +++ b/VimR-Workspace-Demo/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleVersion - 158 + 159 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimR.xcodeproj/project.pbxproj b/VimR.xcodeproj/project.pbxproj index 68d82f8b..55f992f2 100644 --- a/VimR.xcodeproj/project.pbxproj +++ b/VimR.xcodeproj/project.pbxproj @@ -1333,7 +1333,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 158; + DYLIB_CURRENT_VERSION = 159; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1357,7 +1357,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 158; + DYLIB_CURRENT_VERSION = 159; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1549,7 +1549,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 158; + CURRENT_PROJECT_VERSION = 159; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1599,7 +1599,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 158; + CURRENT_PROJECT_VERSION = 159; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/VimR/Info.plist b/VimR/Info.plist index a43e6ad4..590171dd 100644 --- a/VimR/Info.plist +++ b/VimR/Info.plist @@ -36,7 +36,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 158 + 159 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimRTests/Info.plist b/VimRTests/Info.plist index 7b103343..27b62a70 100644 --- a/VimRTests/Info.plist +++ b/VimRTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleVersion - 158 + 159 From c620fec2d0282f68971199486d9a7572a6c6b95c Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Sun, 8 Jan 2017 14:34:02 +0100 Subject: [PATCH 3/3] Bump appcast to v0.12.5-159 --- appcast.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/appcast.xml b/appcast.xml index 5e9ab51a..f249eb3d 100644 --- a/appcast.xml +++ b/appcast.xml @@ -7,22 +7,22 @@ Most recent changes with links to updates for VimR. en - v0.12.4-157 + v0.12.5-159 -
  • GH-376: Fix a part of the bug. There's still an issue, cf. discussions in GH-376.
  • +
  • GH-376: Bugfix: Sometimes the communication between the UI and the Neovim backend breaks.
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.12.4-157 + https://github.com/qvacua/vimr/releases/tag/v0.12.5-159 - 2017-01-05T06:01:49.512565 + 2017-01-08T14:34:02.722799 10.10.0 -