소스 검색

Release 1.2.4

Oleh Kulykov 9 년 전
부모
커밋
596b4419ff

+ 4 - 2
CHANGELOG

@@ -1,4 +1,7 @@
-Changes on version 1.2.2 (current):
+Changes on version 1.2.4 (current):
+- Minor code fixes and change code formatting.
+
+Changes on version 1.2.2:
 - Fix problem with TCP transmission stick package. Thanks to ljia310.
 
 Changes on version 1.2.1:
@@ -15,4 +18,3 @@ Changes on version 1.0.0:
 
 Changes on version 0.0.1:
 - Initial implementation.
-

+ 1 - 1
CMakeLists.txt

@@ -33,7 +33,7 @@ set(CPACK_PACKAGE_VERSION_MINOR "2")
 set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
 set(CPACK_PACKAGE_VENDOR "info@resident.name")
 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
-set(SOVERSION "1.2.3")
+set(SOVERSION "1.2.4")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
 set(VERSION "${CPACK_PACKAGE_VERSION}")
 

+ 1 - 1
appveyor.yml

@@ -1,4 +1,4 @@
-version: 1.2.3.{build}
+version: 1.2.4.{build}
 
 
 os: Visual Studio 2015

+ 1 - 1
librws.h

@@ -30,7 +30,7 @@
 
 #define RWS_VERSION_MAJOR 1
 #define RWS_VERSION_MINOR 2
-#define RWS_VERSION_PATCH 3
+#define RWS_VERSION_PATCH 4
 
 
 // check windows

+ 1 - 1
librws.podspec

@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
 
 # Common settings
   s.name         = "librws"
-  s.version      = "1.2.3"
+  s.version      = "1.2.4"
   s.summary      = " Tiny, cross platform websocket client C library"
   s.description  = <<-DESC
 Tiny, cross platform websocket client C library.

BIN
test/librws_test.xcodeproj/project.xcworkspace/xcuserdata/olehkulykov.xcuserdatad/UserInterfaceState.xcuserstate


+ 5 - 0
test/librws_test.xcodeproj/xcuserdata/olehkulykov.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Bucket
+   type = "1"
+   version = "2.0">
+</Bucket>

+ 101 - 0
test/librws_test.xcodeproj/xcuserdata/olehkulykov.xcuserdatad/xcschemes/librws_test.xcscheme

@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "0730"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "YES"
+            buildForRunning = "YES"
+            buildForProfiling = "YES"
+            buildForArchiving = "YES"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "3D8A119F1C4E9C130005F9B9"
+               BuildableName = "librws_test.app"
+               BlueprintName = "librws_test"
+               ReferencedContainer = "container:librws_test.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <Testables>
+         <TestableReference
+            skipped = "NO">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "3D8A11B81C4E9C140005F9B9"
+               BuildableName = "librws_testTests.xctest"
+               BlueprintName = "librws_testTests"
+               ReferencedContainer = "container:librws_test.xcodeproj">
+            </BuildableReference>
+         </TestableReference>
+      </Testables>
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "3D8A119F1C4E9C130005F9B9"
+            BuildableName = "librws_test.app"
+            BlueprintName = "librws_test"
+            ReferencedContainer = "container:librws_test.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "3D8A119F1C4E9C130005F9B9"
+            BuildableName = "librws_test.app"
+            BlueprintName = "librws_test"
+            ReferencedContainer = "container:librws_test.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Release"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "3D8A119F1C4E9C130005F9B9"
+            BuildableName = "librws_test.app"
+            BlueprintName = "librws_test"
+            ReferencedContainer = "container:librws_test.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Debug">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>

+ 27 - 0
test/librws_test.xcodeproj/xcuserdata/olehkulykov.xcuserdatad/xcschemes/xcschememanagement.plist

@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>SchemeUserState</key>
+	<dict>
+		<key>librws_test.xcscheme</key>
+		<dict>
+			<key>orderHint</key>
+			<integer>0</integer>
+		</dict>
+	</dict>
+	<key>SuppressBuildableAutocreation</key>
+	<dict>
+		<key>3D8A119F1C4E9C130005F9B9</key>
+		<dict>
+			<key>primary</key>
+			<true/>
+		</dict>
+		<key>3D8A11B81C4E9C140005F9B9</key>
+		<dict>
+			<key>primary</key>
+			<true/>
+		</dict>
+	</dict>
+</dict>
+</plist>