summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordominique.leuenberger <dominique.leuenberger@c587cffe-e639-0410-9787-d7902ae8ed56>2009-10-08 19:28:20 +0000
committerdominique.leuenberger <dominique.leuenberger@c587cffe-e639-0410-9787-d7902ae8ed56>2009-10-08 19:28:20 +0000
commit68ec498c223746f480d3d21651b18d5568deb732 (patch)
tree778edb48629968d247da27f4859dad550903283f
parent381e9940a2d3e0816ecea28a38f420d23df652d0 (diff)
downloadlibproxy-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--ChangeLog13
-rw-r--r--NEWS2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e28db0..d08130f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)!!!
diff --git a/NEWS b/NEWS
index f14a594..42c20a5 100644
--- a/NEWS
+++ b/NEWS
@@ -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