Author: tv
Date: Thu Nov 25 21:09:22 2010
New Revision: 1039182

URL: http://svn.apache.org/viewvc?rev=1039182&view=rev
Log:
Create own changes file

Added:
    turbine/fulcrum/trunk/security/api/src/changes/
    turbine/fulcrum/trunk/security/api/src/changes/changes.xml   (with props)

Added: turbine/fulcrum/trunk/security/api/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/api/src/changes/changes.xml?rev=1039182&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/api/src/changes/changes.xml (added)
+++ turbine/fulcrum/trunk/security/api/src/changes/changes.xml Thu Nov 25 
21:09:22 2010
@@ -0,0 +1,48 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<document>
+  <properties>
+    <title>Changes</title>
+    <author email="[email protected]">Thomas Vandahl</author>
+  </properties>
+
+  <body>
+    <release version="1.1.0" date="">
+      <action type="update" dev="tv" issue="TRB-78" due-to="Ludwig Magnusson">
+        Move API build to Maven-2.
+      </action>
+      <action type="update" dev="tv">
+        Moved tests to src/test
+      </action>
+      <action dev="tv" type="update" fixes="TRB-40">
+        Changed BasicUser, BasicGroup, DynamicUser, DynamicGroup, DynamicRole,
+        DynamicPermission, TurbineUser, TurbineGroup, TurbineRole and 
TurbinePermission to
+        interfaces. Added default implementations for existing security 
services.
+        Changed all occurences of these classes to use BasicUserImpl, 
BasicGroupImpl,
+        DynamicUserImpl, DynamicGroupImpl, DynamicRoleImpl, 
DynamicPermissionImpl,
+        TurbineUserImpl, TurbineGroupImpl, TurbineRoleImpl and 
TurbinePermissionImpl instead.
+      </action>
+      <action dev="tv" type="fix">
+        Fixed hash code generation and equals() for security entities.
+      </action>
+    </release>
+  </body>
+</document>
+

Propchange: turbine/fulcrum/trunk/security/api/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to