Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ymasory committed Nov 2, 2012
1 parent e3ce811 commit 5eca9ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ ant jar.rtf

## Maintaining binary compatability with iText 5+ ##

Additionally, version 5.0 breaks binary compatibility by changing package names from ``com.lowagie`` to ``com.itextpdf``. To offer compatibility with compatibly-licensed code targeting 5.0, I've also produced a jar of 4.2.0 using ``com.itextpdf``. See the Downloads tab. You can find the source in the ``com.itextpdf`` branch of the repository. You can compile with the instructions above.
Additionally, version 5.0 breaks binary compatibility by changing package names from ``com.lowagie`` to ``com.itextpdf``.
To offer compatibility with compatibly-licensed code targeting 5.0, I've also produced a jar of 4.2.0 using ``com.itextpdf``.
See the [Downloads tab](https://github.com/ymasory/iText-4.2.0/downloads).
You can find the source in the [``com.itextpdf``](https://github.com/ymasory/iText-4.2.0/tree/com.itextpdf) branch of the repository.
You can compile with the instructions above.

0 comments on commit 5eca9ae

Please sign in to comment.