Author: mattmann Date: Tue Jul 17 04:25:49 2012 New Revision: 1362349 URL: http://svn.apache.org/viewvc?rev=1362349&view=rev Log: Update CHANGES.txt in prep for release.
Modified: incubator/sis/branches/0.2-incubating/CHANGES.txt Modified: incubator/sis/branches/0.2-incubating/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/sis/branches/0.2-incubating/CHANGES.txt?rev=1362349&r1=1362348&r2=1362349&view=diff ============================================================================== --- incubator/sis/branches/0.2-incubating/CHANGES.txt (original) +++ incubator/sis/branches/0.2-incubating/CHANGES.txt Tue Jul 17 04:25:49 2012 @@ -1,7 +1,11 @@ Apache SIS Change Log ====================== -Release 0.2-incubating - Current Development +Release 0.2-incubating - 07/16/2012 + +* SIS-35 Include JDOM license in the NOTICE file and remove servlet dependency (mattmann) + +* SIS-34 LICENSE/NOTICE file is in incorrect location in SIS webapp (mattmann) * SIS-30 Added Jetty Server to sis-webapp/pom.xml. To run, cd to sis-webapp/ and run [mvn jetty:run] (aestrada)