changelog for last commit and forgotten update for 66068

SVN revision: 66363
This commit is contained in:
Mike Blumenkrantz 2011-12-20 06:54:22 +00:00
parent 1f7c3b5a4a
commit aaff9a4280
1 changed files with 9 additions and 0 deletions

View File

@ -391,6 +391,10 @@
* Added functions to set/get the hostname used for SSL certificate verification
* ecore_con_ssl_server_cafile_add() now accepts directories
2011-12-09 Mike Blumenkrantz
* Implement file descriptor leak in ecore-con to determine whether users watch /proc/sys/fs/file-nr
2011-12-10 Mike Blumenkrantz
* Fix case where SSL certificates would not be used
@ -425,3 +429,8 @@
2011-12-20 Carsten Haitzler (The Rasterman)
* Fix probable leak for g_static_mutex's on some architectures
2011-12-20 Mike Blumenkrantz
* Remove previously implemented file descriptor leak; results were
very troubling.