Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2016-08-08 10:32:12 +0300
committerEion Robb <eion@robbmob.com>2016-08-08 10:32:12 +0300
commitf477d9eb42c924f50169e59421b47c1af593b19c (patch)
treec58291a527a5b190611b93f420de0e502745be27
parent119ae0caea229b438034d5cc81d125df21c3f1fb (diff)
Version 1.2.1 Bump1.2.1
-rw-r--r--skypeweb/CMakeLists.txt2
-rw-r--r--skypeweb/README.md1
-rw-r--r--skypeweb/libskypeweb.h2
-rw-r--r--skypeweb/pidgin-skypeweb.nsi2
4 files changed, 4 insertions, 3 deletions
diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt
index 57fb251..92e653a 100644
--- a/skypeweb/CMakeLists.txt
+++ b/skypeweb/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 2.8)
set(PROJECT_NAME "skypeweb")
set(VERSION_MAJOR "1")
set(VERSION_MINOR "2")
-set(VERSION_PATCH "0")
+set(VERSION_PATCH "1")
project(${PROJECT_NAME})
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 92ea109..5c2c53a 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -7,6 +7,7 @@ Download latest releases from [here](https://github.com/EionRobb/skype4pidgin/re
Change Log
----------
+ * 1.2.1 - Fixes support for Live logins again, fixes setting mood message setting, fixes friend search, hopefully less disconnects
* 1.2 - Adds support for libpurple 2.11.0, allows setting "mood" messages
* 1.1 - Support file transfers, fix for Live logins, fix for other crashes
* 1.0 - Support Live (email address) logins
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index 23ebb8e..669702a 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -250,7 +250,7 @@ G_MODULE_EXPORT GType skypeweb_protocol_get_type(void);
#define SKYPEWEB_MAX_MSG_RETRY 2
#define SKYPEWEB_PLUGIN_ID "prpl-skypeweb"
-#define SKYPEWEB_PLUGIN_VERSION "1.2"
+#define SKYPEWEB_PLUGIN_VERSION "1.2.1"
#define SKYPEWEB_LOCKANDKEY_APPID "msmsgs@msnmsgr.com"
#define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5"
diff --git a/skypeweb/pidgin-skypeweb.nsi b/skypeweb/pidgin-skypeweb.nsi
index e617b72..eb5e4e4 100644
--- a/skypeweb/pidgin-skypeweb.nsi
+++ b/skypeweb/pidgin-skypeweb.nsi
@@ -9,7 +9,7 @@ SetCompress off
!define PRODUCT_NAME "pidgin-skypeweb"
!endif
!ifndef PRODUCT_VERSION
-!define PRODUCT_VERSION "v1.2"
+!define PRODUCT_VERSION "v1.2.1"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://eion.robbmob.com/"