update rsversion and changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1077 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-03-14 14:15:18 +00:00
parent 29bd4795fd
commit 148c918ae1
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,24 @@
Changes for v0.4.12c
* Turtle dev. Worked on serialisation, mainly, and connexion to gui.
* Finished turtle router.Next task: turtle serializer
* Fixed bug: the MainWindow object wasn't deleted.
* Added history support in group chat; almost stable;
* Suppressed uninitialized memory read
* Fixed the ssl connexion problem
* Added another anti-lag strategy in pqissl.cc. This is to avoid connexion problems
* Started turtle hopping implementation.
* Added a rsicontrol global variable for compatibility with new notification method
* Added a workarround for the packet sending problem.
* Improved the gui to increase responsiveness (e.g. forum display, network discovery info, friends, msg deletion and selection)
* Improved the notification model so that it uses Qt signals to avoid core dumps,
* Update Wiki Link in Help Dialog
* Fixed win32 compilation compatibility
* Suppressed some debuggign output.
* Fixed a bug with wrong packet size.
* Set Refresh Rate for down/up speed on statusbar to 1000
* Added Uptime and Since to Statistics
Changes for v0.4.12b
* Suppressed an initialized memory read

View File

@ -23,7 +23,7 @@
//#define USE_SVN_VERSIONS 1
#define VERSION "0.4.12b"
#define VERSION "0.4.12c"
#if USE_SVN_VERSIONS
#include "svn_revision.h"