Author: maartenc
Date: Wed Nov 14 19:43:25 2012
New Revision: 1409319
URL: http://svn.apache.org/viewvc?rev=1409319&view=rev
Log:
Added 2.3.0-rc2 section.
Modified:
ant/ivy/core/trunk/CHANGES.txt
Modified: ant/ivy/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=1409319&r1=1409318&r2=1409319&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Wed Nov 14 19:43:25 2012
@@ -131,6 +131,16 @@ for detailed view of each issue, please
trunk
=====================================
+- NEW: IvyDependencyTree task : display a dependency tree on the console
+- NEW: Support Conditional Setting of a Property (IVY-1367)
+- NEW: Exposing some parent metadata (organisation, module, revision, branch)
as properties (IVY-1288) (Thanks to Jean-Louis Boudart)
+- NEW: symlinkmass feature based on symlink feature of ivy:retrieve (IVY-1252)
(Thanks to Gene Smith)
+
+- IMPROVEMENT: add support for source bundles from p2 repositories
+- IMPROVEMENT: add support for source URI from OBR repositories
+
+ 2.3.0-rc2
+=====================================
- DOCUMENTATION: Documentation and Implementation mismatch of makepom
(IVY-1383) (thanks to Thomas Kurpick)
- DOCUMENTATION: added link to extra beginners guide (IVY-1381)
@@ -155,14 +165,6 @@ for detailed view of each issue, please
- FIX: ApacheURLLister.retrieveListing() fails if the encoding of the URL list
is different from the default encoding (IVY-1060) (Thanks to Robin Fernandes)
- FIX: global exclude rules is not applying to root ivy files
-- NEW: IvyDependencyTree task : display a dependency tree on the console
-- NEW: Support Conditional Setting of a Property (IVY-1367)
-- NEW: Exposing some parent metadata (organisation, module, revision, branch)
as properties (IVY-1288) (Thanks to Jean-Louis Boudart)
-- NEW: symlinkmass feature based on symlink feature of ivy:retrieve (IVY-1252)
(Thanks to Gene Smith)
-
-- IMPROVEMENT: add support for source bundles from p2 repositories
-- IMPROVEMENT: add support for source URI from OBR repositories
-
2.3.0-rc1
=====================================
- DOCUMENTATION: Bad example in Project dependencies Tutorial (IVY-1263)