Skip to content

Commit d5f7270

Browse files
committed
NOJIRA release prep for 1.1.2RC1, changelog updated
git-svn-id: https://source.jasig.org/cas-clients/phpcas/trunk@20833 f5dbab47-78f9-eb45-b975-e544023573eb
1 parent 0190cc8 commit d5f7270

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ This document duplicates reference information found at http://www.ja-sig.org/wi
22
for interested parties, in the case the wiki wouldn't be available.
33

44
----
5+
Changes in version 1.1.2RC1
6+
Improvement
7+
* Debuglog contains phpCAS version information [PHPCAS-62] (Joachim Fritschi)
8+
* callbackurl in proxy mode should be urlencoded [PHPCAS-67] (Joachim Fritschi)
9+
10+
Bug Fixes
11+
* Fix warnings for SAML responses without attributes [PHPCAS-59] (Joachim Fritschi)
12+
* Fix duplicate SAML debug output [PHPCAS-64] (Joachim Fritschi)
13+
* Providing a new ST/PT/SA during an authenticated session will be ignored
14+
and a warning will be issued to the debug log. [PHPCAS-61] (Joachim Fritschi)
15+
* fix 2 undefinded variable notices in serviceWeb() [PHPCAS-68] (Joachim Fritschi)
16+
517
Changes in version 1.1.1
618
Improvement
719
* On Single Sign Out destroy any existing application session before deleting the phpcas session [PHPCAS-58] (Joachim Fritschi)

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version number devX, alphaX, RCX
2-
phpcas.version=1.1.2dev1
2+
phpcas.version=1.1.2RC1
33
# devel, alpha, beta, stable
4-
phpcas.releaseStability=stable
4+
phpcas.releaseStability=beta
55
# devel, alpha, beta, stable
66
phpcas.apiStability=stable

0 commit comments

Comments
 (0)