+- Overloaded Connect() and SetLocal() methods for binding to local address/port.
+- Albanian translation added (Besnik Bleta)
+- Assert messages now show the function in which assert failed
+- wxApp::OnAssertFailure() should now be used instead the old wxApp::OnAssert()
+- Fixed several bugs in wxDateTime::ParseDate()
+- The WXK*PRIOR and WXK*NEXT constants are now aliases for WXK*PAGEUP
+ and WXK*PAGEDOWN. If you have switch statements that use both
+ constants from a set then you need to remove the PRIOR/NEXT
+ versions in order to eliminate compiler errors.
+- Fixed bug where wxDateTime::Now() would sometimes return an incorrect value
+ the first time it was called.
+- Added wxString::rbegin() and rend()
+- Added wxString::EndsWith()
+- wxSocket::_Read continues reading from socket after exhausting pushback buffer.
+ Previously, only the buffer would be returned, even if more data was requested.
+- Added wxPowerEvent (currently MSW-only)