summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-03-12 21:31:38 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2012-03-12 21:31:38 +0000
commit81c5ea68058ca1039d3b881f98fc911d45d9a896 (patch)
treef54d57e7950c4cf0552e8fbfa96943d85dd15953
parentfed57ca8526011d9a81dca790bb61e8d305ff2ef (diff)
downloadlibgdata-81c5ea68058ca1039d3b881f98fc911d45d9a896.tar.gz
build: Fix NEWS entry for 0.11.1
I accidentally copied-and-pasted the entry from 0.10.2 without editing it properly.
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 679d8b96..5f8ac546 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,9 @@ Overview of changes from libgdata 0.11.0 to libgdata 0.11.1
===========================================================
Major changes:
-* Add a --with-ca-certs configure argument to allow specifying the system CA cert file — an important security fix to allow libgdata to verify all TLS
- certificates before accepting them
+* Bump libsoup dependency to 2.37.91 in order to ensure it checks the validity of TLS certificates before accepting them
+ (Note that this was implemented in 0.10.2 using a --with-ca-certs configure argument. This argument isn't necessary with 0.11.1, since the newer
+ libsoup version which 0.11.1 requires already knows where the system CA cert file is.)
Bugs fixed:
* Bug 667577 — fix introspection for srcdir != builddir builds