From b1c266f9d1ef84b41019e544cc937304f8235fe9 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Mon, 7 Sep 2015 12:18:29 +0200
Subject: [PATCH] Update release notes and changelog.
---
docs/simplesamlphp-changelog.txt | 1 +
docs/simplesamlphp-upgrade-notes-1.14.txt | 2 ++
2 files changed, 3 insertions(+)
diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt
index 6bed871d8..a099493f8 100644
--- a/docs/simplesamlphp-changelog.txt
+++ b/docs/simplesamlphp-changelog.txt
@@ -58,6 +58,7 @@ Released TBD
* Deleted old jQuery remnants.
* Deleted the undocumented dynamic XML metadata storage handler.
* Deleted the backwards-compatible authentication source.
+ * Updated jQuery to the latest 1.8.X version.
* Updated translations.
### `authcrypt`
diff --git a/docs/simplesamlphp-upgrade-notes-1.14.txt b/docs/simplesamlphp-upgrade-notes-1.14.txt
index e5de10ab9..4f49395d4 100644
--- a/docs/simplesamlphp-upgrade-notes-1.14.txt
+++ b/docs/simplesamlphp-upgrade-notes-1.14.txt
@@ -8,6 +8,8 @@ documents, or using encryption, is is still needed.
PHP session cookies are now set to HTTP-only by default. This relates to the `session.phpsession.httponly`
configuration option.
+The jQuery version in use has been bumped to the latest 1.8.X version.
+
The following deprecated files, directories and endpoints have been removed:
* `bin/pack.php`
--
GitLab