From 44f99376a5b544fac2a8c3e99204848c1ffa8aba Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 10 Jan 2012 13:27:33 +0000
Subject: [PATCH] Update changelog for version 1.8.2.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3012 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-changelog.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt
index 3756d9065..f081c1392 100644
--- a/docs/simplesamlphp-changelog.txt
+++ b/docs/simplesamlphp-changelog.txt
@@ -6,6 +6,21 @@ simpleSAMLphp changelog
 This document lists the changes between versions of simpleSAMLphp.
 See the upgrade notes for specific information about upgrading.
 
+## Version 1.8.2
+
+Released 2012-01-10.
+
+  * Fix for user-assisted cross site scripting on a couple of pages.
+
+## Version 1.8.1
+
+Released 2011-10-27.
+
+  * Fix for key oracle attack against XML encryption on SP.
+  * Fix for IdP initiated logout with IdP-initiated SSO.
+  * Fix a PHP notice if we are unable to open /dev/urandom.
+  * Fix a PHP notice during SAML 1.1 authentication.
+
 ## Version 1.8
 
   * New authentication modules:
-- 
GitLab