diff options
author | dominique.leuenberger <dominique.leuenberger@c587cffe-e639-0410-9787-d7902ae8ed56> | 2009-10-08 19:28:20 +0000 |
---|---|---|
committer | dominique.leuenberger <dominique.leuenberger@c587cffe-e639-0410-9787-d7902ae8ed56> | 2009-10-08 19:28:20 +0000 |
commit | 68ec498c223746f480d3d21651b18d5568deb732 (patch) | |
tree | 778edb48629968d247da27f4859dad550903283f | |
parent | 381e9940a2d3e0816ecea28a38f420d23df652d0 (diff) | |
download | libproxy-68ec498c223746f480d3d21651b18d5568deb732.tar.gz |
ChangeLog and spelling error in NEWS
git-svn-id: http://libproxy.googlecode.com/svn/branches/0.3@447 c587cffe-e639-0410-9787-d7902ae8ed56
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +Thu Oct 8 21:26:00 2009 Dominique Leuenberger <dominique@leuenberger.net> + * === Released 0.3.1 === + - Bugfixes + + config file parser reads all sections + + KDE session detection based on environment varibales, + as suggested by KDE upstream. + - KDE configuration module is the first module in C++ and + now links to libkdecore4 in order to properly detect the + configuration folder for kde. + - At the moment we're not compatible with KDE3. Sorry. + - .NET bindings can now properly be installed and it should + be possible for packagers to provide them. + Thu Aug 14 15:38:00 2009 Nathaniel McCallum <nathaniel@natemccallum.com> * === Released 0.3.0 === * WARNING!!! Slight API change (still ABI compat)!!! @@ -5,7 +5,7 @@ New in version 0.3.1 + KDE session detection based on environment varibales, as suggested by KDE upstream. - KDE configuration module is the first module in C++ and - now links to libkdecore4 in order to properly detec the + now links to libkdecore4 in order to properly detect the configuration folder for kde. - At the moment we're not compatible with KDE3. Sorry. - .NET bindings can now properly be installed and it should |