[Jguiraffe-developers] SF.net SVN: jguiraffe:[214] trunk
Brought to you by:
oheger
|
From: <oh...@us...> - 2012-11-13 21:19:51
|
Revision: 214
http://jguiraffe.svn.sourceforge.net/jguiraffe/?rev=214&view=rev
Author: oheger
Date: 2012-11-13 21:19:44 +0000 (Tue, 13 Nov 2012)
Log Message:
-----------
Release preparations: Updated release notes and improved site descriptors.
Modified Paths:
--------------
trunk/RELEASE-NOTES.txt
trunk/core/src/site/site.xml
trunk/examples/src/site/site.xml
trunk/src/site/site.xml
Modified: trunk/RELEASE-NOTES.txt
===================================================================
--- trunk/RELEASE-NOTES.txt 2012-07-14 19:40:51 UTC (rev 213)
+++ trunk/RELEASE-NOTES.txt 2012-11-13 21:19:44 UTC (rev 214)
@@ -1,7 +1,7 @@
$Id$
JGUIraffe Library
- Version 1.1
+ Version 1.2
Release Notes
@@ -13,43 +13,26 @@
desktop applications using concepts like declarative UI definition, action and
command objects, and dependency injection.
-Version 1.1 is a maintenance release. It contains some bug fixes and adds a
-couple of new features. Below is the full list of changes:
+The 1.2 release stands under a single topic: OSGi support. The jar file is now
+an OSGi bundle, many classes have been updated to work properly in an OSGi
+environment, and a new chapter dealing with JGUIraffe and OSGi has been added
+to the user's guide.
-BUG FIXES
-=========
-* [3368750]
- Builders could throw an undocumented LocatorException. Such exceptions are now
- caught and re-thrown as BuilderException exceptions.
-
-* [3299754]
- Fixed a NullPointerException which can occur in the dependency injection
- framework when looking up beans by classes rather than bean names.
+Below is the full list of fixed tracker issues:
NEW FEATURES
============
-* [3368763]
- Added a transformer to StaticTextData objects which simpliefies usage of
- static text controls in forms.
+* [3535847]
+ Added OSGi support.
-* [3380233]
- SwingTableComponentHandler now ensures that a newly selected row (in
- single-selection mode) becomes visible. If necessary, it changes the
- position of the scroll pane.
-
-* [3480996]
- Improvements of the dependency injection framework related to factory beans
- and builder classes.
-
OTHER CHANGES
=============
-* Some versions of dependencies have been updated:
- Commons Configuration updated to 1.8.
- EasyMock (test dependency) updated to 3.1.
+* The dependency to Commons Configuration has been updated to version 1.9.
+ (The older version 1.8 still works.)
Comprehensive documentation about the JGUIraffe library is available on
the project's web site
http://jguiraffe.sourceforge.net/
-A user's guide can be fount at
+A user's guide can be found at
http://jguiraffe.sourceforge.net/jguiraffe/userguide/user_guide.html
Modified: trunk/core/src/site/site.xml
===================================================================
--- trunk/core/src/site/site.xml 2012-07-14 19:40:51 UTC (rev 213)
+++ trunk/core/src/site/site.xml 2012-11-13 21:19:44 UTC (rev 214)
@@ -18,23 +18,7 @@
-->
<!-- $Id$ -->
<project name="JGUIraffe">
- <bannerLeft>
- <name>JGUIraffe</name>
- <src>../images/giraffe.jpg</src>
- <href>http://jguiraffe.sourceforge.net/</href>
- </bannerLeft>
- <bannerRight>
- <name>Sourceforge.net</name>
- <src>http://sflogo.sourceforge.net/sflogo.php?group_id=162864&type=7</src>
- <href>http://www.sourceforge.net</href>
- </bannerRight>
-
<body>
- <links>
- <item name="Top" href="../index.html"/>
- <item name="SourceForge" href="http://sourceforge.net/projects/jguiraffe/"/>
- </links>
-
<menu name="JGuiraffe">
<item name="Home" href="/index.html"/>
<item name="Overview" href="/overview.html"/>
@@ -43,5 +27,6 @@
</menu>
<menu ref="reports"/>
+ <menu ref="parent"/>
</body>
</project>
Modified: trunk/examples/src/site/site.xml
===================================================================
--- trunk/examples/src/site/site.xml 2012-07-14 19:40:51 UTC (rev 213)
+++ trunk/examples/src/site/site.xml 2012-11-13 21:19:44 UTC (rev 214)
@@ -18,23 +18,7 @@
-->
<!-- $Id$ -->
<project name="JGUIraffe">
- <bannerLeft>
- <name>JGUIraffe</name>
- <src>../images/giraffe.jpg</src>
- <href>http://jguiraffe.sourceforge.net/</href>
- </bannerLeft>
- <bannerRight>
- <name>Sourceforge.net</name>
- <src>http://sflogo.sourceforge.net/sflogo.php?group_id=162864&type=7</src>
- <href>http://www.sourceforge.net</href>
- </bannerRight>
-
<body>
- <links>
- <item name="Top" href="../index.html"/>
- <item name="SourceForge" href="http://sourceforge.net/projects/jguiraffe/"/>
- </links>
-
<menu name="JGuiraffe">
<item name="Home" href="/index.html"/>
<item name="Tutorial application" href="/tutorialapp.html"/>
@@ -42,5 +26,6 @@
</menu>
<menu ref="reports"/>
+ <menu ref="parent"/>
</body>
</project>
Modified: trunk/src/site/site.xml
===================================================================
--- trunk/src/site/site.xml 2012-07-14 19:40:51 UTC (rev 213)
+++ trunk/src/site/site.xml 2012-11-13 21:19:44 UTC (rev 214)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
- Copyright 2006-2010 The JGUIraffe Team.
+ Copyright 2006-2012 The JGUIraffe Team.
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|