Author: ltheussl
Date: Mon Mar 9 09:56:26 2009
New Revision: 751641
URL: http://svn.apache.org/viewvc?rev=751641&view=rev
Log:
Add note about binary incompatibility and some more notable features. Collapse
some menu items.
Modified:
maven/doxia/site/src/site/apt/whatsnew-1.1.apt
maven/doxia/site/src/site/site.xml
Modified: maven/doxia/site/src/site/apt/whatsnew-1.1.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/whatsnew-1.1.apt?rev=751641&r1=751640&r2=751641&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/whatsnew-1.1.apt (original)
+++ maven/doxia/site/src/site/apt/whatsnew-1.1.apt Mon Mar 9 09:56:26 2009
@@ -42,15 +42,25 @@
* <<XSDs>>: created several {{{./faq.html#doxia-xsd}XSDs}}, in particular for
FML and Xdoc.
- * <<Tools>>: created some tools like a
{{{./doxia-tools/doxia-converter/index.html}converter}} to use
- Doxia outside of Maven.
+ * <<Tools>>: created some tools like a
{{{./doxia-tools/doxia-converter/index.html}converter}}
+ and a {{{./doxia-tools/doxia-linkcheck/index.html}linkchecker}}
+ to use Doxia outside of Maven.
- * <<New Sinks>>: for Confluence and Twiki
+ * <<New Sinks>>: for Confluence, XLS-FO and Twiki.
+
+ * Applied a few {{{./references/doxia-apt.html}modifications to the APT}}
format.
* A lot of
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10780&styleName=Html&version=13617}bug
fixes and improvements}}.
[]
+* Binary Incompatibility
+
+ Please note that in version 1.1 a number of new methods were added to the
+ {{{./doxia/doxia-sink-api/clirr-report.html}Sink and SinkFactory APIs}},
+ which makes them binary incompatible with version 1.0.
+
+ <<However>>, maven reporting plugins have been kept binary compatible.
If you are a Maven Plugin developer and you plan to switch to Doxia 1.1,
please read this
{{{./developers/maven-integration.html}Maven Integration}} page to understand
how to integrate correctly Doxia 1.1
with Maven.
Modified: maven/doxia/site/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=751641&r1=751640&r2=751641&view=diff
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Mon Mar 9 09:56:26 2009
@@ -28,13 +28,16 @@
<menu name="About Doxia">
<item name="What is Doxia?" href="index.html"/>
<item name="Overview" href="overview.html"/>
+ <item name="What's new in 1.1?" href="whatsnew-1.1.html" collapse="true">
+ <item name="Maven Integration"
href="developers/maven-integration.html"/>
+ </item>
<item name="Downloads" href="downloads.html"/>
<item name="FAQ" href="faq.html"/>
</menu>
<menu name="Documentation">
- <item name="References" href="references/index.html">
- <item name="Apt Format" href="references/apt-format.html">
+ <item name="Format References" href="references/index.html"
collapse="true">
+ <item name="Apt Format" href="references/apt-format.html"
collapse="true">
<item name="Doxia Apt Enhancements"
href="references/doxia-apt.html"/>
</item>
<item name="FML Format" href="references/fml-format.html"/>