Browse Source

Update for release

tags/2_9
Simon Steiner 8 months ago
parent
commit
caba469ffe
13 changed files with 25 additions and 13 deletions
  1. 1
    1
      NOTICE
  2. 12
    0
      README
  3. 1
    1
      fop-core/pom.xml
  4. 1
    1
      fop-events/pom.xml
  5. 1
    1
      fop-sandbox/pom.xml
  6. 1
    1
      fop-servlet/pom.xml
  7. 1
    1
      fop-transcoder-allinone/pom.xml
  8. 1
    1
      fop-transcoder/pom.xml
  9. 1
    1
      fop-util/pom.xml
  10. 2
    2
      fop/build.xml
  11. 1
    1
      fop/pom.xml
  12. 1
    1
      fop/releasedist.xml
  13. 1
    1
      pom.xml

+ 1
- 1
NOTICE View File

@@ -1,5 +1,5 @@
Apache FOP
Copyright 1999-2022 The Apache Software Foundation
Copyright 1999-2023 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

+ 12
- 0
README View File

@@ -107,6 +107,18 @@ under the ./fop sub-directory.
RELEASE NOTES
==============================================================================

Version 2.9
===========

Major Changes in Version 2.9
----------------------------

* Add support for font-selection-strategy=character-by-character
* Allow XMP at PDF page level
* Allow use of page position only on redo of layout

This release also contains a number of bug fixes.

Version 2.8
===========


+ 1
- 1
fop-core/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<properties>

+ 1
- 1
fop-events/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-sandbox/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-servlet/pom.xml View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-transcoder-allinone/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-transcoder/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-util/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 2
- 2
fop/build.xml View File

@@ -89,8 +89,8 @@ list of possible build targets.
<property name="Name" value="Apache FOP"/>
<property name="name" value="fop"/>
<property name="NAME" value="FOP"/>
<property name="version" value="2.8.0-SNAPSHOT"/>
<property name="year" value="1999-2022"/>
<property name="version" value="2.9.0-SNAPSHOT"/>
<property name="year" value="1999-2023"/>
<property name="javac.debug" value="on"/>
<property name="javac.optimize" value="off"/>
<property name="javac.deprecation" value="on"/>

+ 1
- 1
fop/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop/releasedist.xml View File

@@ -18,7 +18,7 @@
<project basedir="." name="fop">

<property name="name" value="fop"/>
<property name="version" value="2.8.0-SNAPSHOT"/>
<property name="version" value="2.9.0-SNAPSHOT"/>
<property name="dist.bin.dir" value="${basedir}/dist-bin"/>
<property name="dist.src.dir" value="${basedir}/dist-src"/>
<property name="dist.bin.result.dir" value="${dist.bin.dir}/${name}-${version}"/>

+ 1
- 1
pom.xml View File

@@ -4,7 +4,7 @@

<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<name>Apache FOP Parent</name>
<description>XML Graphics Format Object Processor</description>
<packaging>pom</packaging>

Loading…
Cancel
Save