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>2010-01-25 11:51:39 +0300
committerEion Robb <eion@robbmob.com>2010-01-25 11:51:39 +0300
commitb2c4f1e25cafda2465a44b73529dc057da58b41c (patch)
treebfe2d5c662911e5b4919ac62cf084a8bc547ebf5
parent1fb2efa6e67d4deb21ef6ecbc105e3ccf9965bcd (diff)
Update the changelog, since I have been neglecting it for years
-rw-r--r--CHANGELOG.txt39
-rwxr-xr-xskype4pidgin.nsi2
2 files changed, 40 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 098de7e..57cf7fc 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,45 @@
Changelog
=========
+21 January 2010
+---------------
+* Fixed memory leaks
+* New voice/video version for testing on Linux 32-bit (libskype-vv.so)
+* Fixed crash on connect bugs
+* Fixed users with newline characters in status looking weird in buddy list
+* Fix ping timeouts to improve DBus version support
+* Disable cleanlooks on Skype startup on Linux to reduce memory usage
+* Workaround for SkypeOut buddies showing as online
+* Fixes for the XML blob stuff in chats during calls
+* Allow reuse of Xvfb session using the SKYPEDISPLAY env var on Linux
+
+15 November 2009
+----------------
+* Finally fixed grouping on Adium plugin
+
+20 September 2009
+-----------------
+* Fixes the crash-on-startup problem in Linux
+* Authorisation messages no longer show as missed messages (working towards blocking auth spam)
+* 64-bit universal builds on OSX
+
+24 July 2009
+------------
+* Another crash-on-startup fixed on Win & OSX. And thoroughly tested this time :)
+
+23 July 2009
+------------
+* Fix for crash-on-startup in newest versions of Skype for Windows and OSX
+
+20 July 2009
+------------
+* Fixes for a crash when message received in a closed conversation
+
+22 June 2009
+------------
+* Fixes some annoying crashes
+* Shows buddy names in multi-user chats
+
28 April 2009
-------------
* Multi-user chat TLC, both Adium and Pidgin plugins
diff --git a/skype4pidgin.nsi b/skype4pidgin.nsi
index 0fa91a8..f82b0a9 100755
--- a/skype4pidgin.nsi
+++ b/skype4pidgin.nsi
@@ -6,7 +6,7 @@ SetCompress off
; todo: SetBrandingImage
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "skype4pidgin"
-!define PRODUCT_VERSION "20-Sep-2009"
+!define PRODUCT_VERSION "21-Jan-2010"
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://skype4pidgin.googlecode.com/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"