History.txt in wmernagh-rubycas-server-0.6.99.336 vs History.txt in wmernagh-rubycas-server-0.7.1.1
- old
+ new
@@ -1,9 +1,14 @@
-=== 0.7.0 :: In Progress
+=== 0.7.1 :: 2008-11-10
-* New features:
- * Implemented single-sign-out functionality as specified in CAS 3.1. See
+* Fixed dependency loading problems introduced by upstream changes in RubyGems
+ 1.3.1.
+
+=== 0.7.0 :: 2008-11-04
+
+* New functionality:
+ * Implemented single-sign-out functionality as specified in CAS 3.3. See
http://www.ja-sig.org/wiki/display/CASUM/Single+Sign+Out.
* It is now possible to configure Authenticators to return extra attributes
to CAS clients alongside the username. For an example of how to do this see
the included SQL authenticator. Also have a look at:
http://groups.google.com/group/rubycas-server/browse_thread/thread/5eade3793cb590e9
@@ -54,9 +59,11 @@
to delete on logout).
* When running under Mongrel, the USR2 signal should now restart the server as
expected -- however currently this only works when the server is running
in the foregaround. When daemonized, USR2 will shut down the server without
restarting (see issue #58).
+ * Fixed activerecord/activesupport gem load problems, hopefully once and for all
+ (however picnic-0.7.0 is now required).
=== 0.6.0 :: 2008-03-28
* Much of the supporting functionality that makes RubyCAS-Server
act as a well-behaved Linux service has been abstracted out