]> source.dussan.org Git - poi.git/commitdiff
include RELEASE_NOTES in the build artifacts
authorYegor Kozlov <yegor@apache.org>
Thu, 14 Oct 2010 12:24:52 +0000 (12:24 +0000)
committerYegor Kozlov <yegor@apache.org>
Thu, 14 Oct 2010 12:24:52 +0000 (12:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_7@1022483 13f79535-47bb-0310-9956-ffa450edef68

RELEASE_NOTES.txt [deleted file]
legal/RELEASE_NOTES.txt [new file with mode: 0755]
maven/mvn-deploy.sh

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
deleted file mode 100755 (executable)
index cc9367a..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-The Apache POI is pleased to announce the release of POI 3.7.\r
-\r
-See the downloads page for binary and source distributions: http://poi.apache.org/download.html\r
-\r
-\r
-Release Notes -- Apache POI -- Version 3.7\r
-\r
-Apache POI is an open source Java library for working with Microsoft Office documents. POI 3.7 is an incremental feature release based on the earlier 3.6 release. The most notable changes since POI 3.6 are:\r
-\r
-\r
-OOXML\r
- * support for reading aes-encrypted/write-protected ooxml files\r
- * support Java 1.5 in auto-generated xmlbeans for ooxml schemas\r
-\r
-Spreadsheet (Excel)\r
- * initial support for autofilters\r
- * support for data validation for ooxml format\r
- * initial support for themes for ooxml format\r
- * added implementation for new functions: RANDBETWEEN, POISSON, SUBTOTAL, TEXT, TRUNC\r
- * support evaluation of indirect defined names in INDIRECT\r
- * numerous fixes and performance optimizations in the Formula Evaluation module\r
- * ability to add, modify and remove series from HSSF Charts\r
- * numerous improvements in the cell data formatter (handling more formatting rules, better color detection,  allow overriding of default locale)\r
- * more examples including a rich "spreadsheet to  HTML" convertor \r
-\r
-Document (Word)\r
- * initial support for the HWPF revision marks authors list\r
- * support for border codes in HWPF\r
- * support for processing of symbols in HWPF\r
- * support sections in Word 6 and Word 95 files\r
- * improved reading of auto-saved ("complex") documents in HWPF\r
- * improved support for manipulation of tables and paragraphs in XWPF\r
\r
-SlideShow (PowerPoint)\r
- * allow editing workbooks embedded into HSLF slide shows\r
-\r
-Text Extraction\r
- * support for text extraction from XSLF tables\r
- * add PublisherTextExtractor support to extractorfactory\r
- * support attachments as embedded documents within the new OutlookTextExtactor\r
- * new event based XSSF text extractor (XSSFEventBasedExcelExtractor)\r
- * make it easier to tell which content types each POIXMLTextExtractor handles\r
- * paragraph level as well as whole-file text extraction for word 6/95 files\r
-\r
-\r
- * ...and much much more: code cleanup, many bug fixes and performance improvements\r
-\r
-Contributors\r
-------------\r
-\r
-The following people have contributed to this release by submitting bug\r
-reports or by participating in the issue resolution process (in strict alphabetical order).\r
-\r
-Alexey Butchik        Jeff Lavezzo              Philippe Laflamme\r
-Andrew Shirley        Jens Gatze                Raiko Eckstein\r
-Andrzej Bialecki      Jerry Soung               Rainer Schwarze\r
-Antoni Mylka          Jonathan Holloway         Ranvijay Singh\r
-Antony Bowesman       Josh Micich               Rick Cameron\r
-Antti Koskimaki       Jukka Zitting             Robert Kish\r
-Attila Kiraily        Kai Zimmermann            Robin Salkeld\r
-Bob Smith             Kalpesh Parmar            Ryan Lauck\r
-Brendan Nolan         Kamil Soltys              Ryan Skow\r
-Charlie Chang         Karl Eilebrecht           Samuel Yung\r
-Chris Barlock         Ken Arnold                Simon Kelly\r
-Chris Lott            Liu Yan                   Stefan Stern\r
-Christiaan Fluit      Lon Binder                Steve Wolke\r
-Dave Fisher           Martin Studer             TK Gospodinov\r
-Dave Syer             Martin W. Kirst           Tao Jiang\r
-David Agnew           Maxim Valyanskiy          Ted Schrader\r
-David Lewis           Michael Vilensky          Thomas Herre\r
-Dmitry Sviridov       Michel Boudinot           Tomas Prochazka\r
-Domenico Napoletano   Nick Burch                Tony Harvey\r
-Ed Beaty              Paul Spencer              Trejkaz (pen name)\r
-Fabio Ebner           Payam Hekmat              Tsutomu YANO\r
-Fred Ross             Peter Kutak               Viveck Shastri\r
-Grzegorz Bloch        Petr Udalau               Vladimir Korenev\r
-Henry Huang           Phil Dunlea               William J. Coleda\r
-Immad Naseer          Phil Varner               Yegor Kozlov\r
-Jan Stette            Philipp Epp               Zhang Zhang\r
-\r
-\r
-Thank you all very much! Contributions are always welcome, come join the project.\r
-\r
-Release Contents\r
-----------------\r
-\r
-This release comes in two forms:\r
- - pre-built binaries containing compiled versions of all Apache POI components and documentation\r
-   (poi-bin-3.7-20101025.zip or poi-bin-3.7-20101025.tar.gz)\r
- - source archive you can build POI from (poi-src-3.7-20101025.zip or poi-src-3.7-20101025.tar.gz)\r
-\r
- Pre-built versions of all POI components are also available in the central Maven repository\r
- under Group ID "org.apache.poi" and Version "3.7"\r
-\r
-All release artifacts are accompanied by MD5 checksums and a PGP signatures\r
-that you can use to verify the authenticity of your download.\r
-The public key used for the PGP signature can be found at\r
-http://svn.apache.org/repos/asf/poi/tags/REL_3_7/KEYS\r
-\r
-\r
-About Apache POI\r
------------------------\r
-\r
-Apache POI is well-known in the Java field as a library for reading and\r
-writing Microsoft Office file formats, such as Excel, PowerPoint, Visio and\r
-Word. Since POI 3.5, the new OOXML (Office Open XML) formats introduced in Office 2007 have been supported.\r
-\r
-For more information, visit http://poi.apache.org/\r
-\r
-\r
-For the Apache POI Team\r
-Yegor Kozlov\r
-\r
diff --git a/legal/RELEASE_NOTES.txt b/legal/RELEASE_NOTES.txt
new file mode 100755 (executable)
index 0000000..cc9367a
--- /dev/null
@@ -0,0 +1,113 @@
+The Apache POI is pleased to announce the release of POI 3.7.\r
+\r
+See the downloads page for binary and source distributions: http://poi.apache.org/download.html\r
+\r
+\r
+Release Notes -- Apache POI -- Version 3.7\r
+\r
+Apache POI is an open source Java library for working with Microsoft Office documents. POI 3.7 is an incremental feature release based on the earlier 3.6 release. The most notable changes since POI 3.6 are:\r
+\r
+\r
+OOXML\r
+ * support for reading aes-encrypted/write-protected ooxml files\r
+ * support Java 1.5 in auto-generated xmlbeans for ooxml schemas\r
+\r
+Spreadsheet (Excel)\r
+ * initial support for autofilters\r
+ * support for data validation for ooxml format\r
+ * initial support for themes for ooxml format\r
+ * added implementation for new functions: RANDBETWEEN, POISSON, SUBTOTAL, TEXT, TRUNC\r
+ * support evaluation of indirect defined names in INDIRECT\r
+ * numerous fixes and performance optimizations in the Formula Evaluation module\r
+ * ability to add, modify and remove series from HSSF Charts\r
+ * numerous improvements in the cell data formatter (handling more formatting rules, better color detection,  allow overriding of default locale)\r
+ * more examples including a rich "spreadsheet to  HTML" convertor \r
+\r
+Document (Word)\r
+ * initial support for the HWPF revision marks authors list\r
+ * support for border codes in HWPF\r
+ * support for processing of symbols in HWPF\r
+ * support sections in Word 6 and Word 95 files\r
+ * improved reading of auto-saved ("complex") documents in HWPF\r
+ * improved support for manipulation of tables and paragraphs in XWPF\r
\r
+SlideShow (PowerPoint)\r
+ * allow editing workbooks embedded into HSLF slide shows\r
+\r
+Text Extraction\r
+ * support for text extraction from XSLF tables\r
+ * add PublisherTextExtractor support to extractorfactory\r
+ * support attachments as embedded documents within the new OutlookTextExtactor\r
+ * new event based XSSF text extractor (XSSFEventBasedExcelExtractor)\r
+ * make it easier to tell which content types each POIXMLTextExtractor handles\r
+ * paragraph level as well as whole-file text extraction for word 6/95 files\r
+\r
+\r
+ * ...and much much more: code cleanup, many bug fixes and performance improvements\r
+\r
+Contributors\r
+------------\r
+\r
+The following people have contributed to this release by submitting bug\r
+reports or by participating in the issue resolution process (in strict alphabetical order).\r
+\r
+Alexey Butchik        Jeff Lavezzo              Philippe Laflamme\r
+Andrew Shirley        Jens Gatze                Raiko Eckstein\r
+Andrzej Bialecki      Jerry Soung               Rainer Schwarze\r
+Antoni Mylka          Jonathan Holloway         Ranvijay Singh\r
+Antony Bowesman       Josh Micich               Rick Cameron\r
+Antti Koskimaki       Jukka Zitting             Robert Kish\r
+Attila Kiraily        Kai Zimmermann            Robin Salkeld\r
+Bob Smith             Kalpesh Parmar            Ryan Lauck\r
+Brendan Nolan         Kamil Soltys              Ryan Skow\r
+Charlie Chang         Karl Eilebrecht           Samuel Yung\r
+Chris Barlock         Ken Arnold                Simon Kelly\r
+Chris Lott            Liu Yan                   Stefan Stern\r
+Christiaan Fluit      Lon Binder                Steve Wolke\r
+Dave Fisher           Martin Studer             TK Gospodinov\r
+Dave Syer             Martin W. Kirst           Tao Jiang\r
+David Agnew           Maxim Valyanskiy          Ted Schrader\r
+David Lewis           Michael Vilensky          Thomas Herre\r
+Dmitry Sviridov       Michel Boudinot           Tomas Prochazka\r
+Domenico Napoletano   Nick Burch                Tony Harvey\r
+Ed Beaty              Paul Spencer              Trejkaz (pen name)\r
+Fabio Ebner           Payam Hekmat              Tsutomu YANO\r
+Fred Ross             Peter Kutak               Viveck Shastri\r
+Grzegorz Bloch        Petr Udalau               Vladimir Korenev\r
+Henry Huang           Phil Dunlea               William J. Coleda\r
+Immad Naseer          Phil Varner               Yegor Kozlov\r
+Jan Stette            Philipp Epp               Zhang Zhang\r
+\r
+\r
+Thank you all very much! Contributions are always welcome, come join the project.\r
+\r
+Release Contents\r
+----------------\r
+\r
+This release comes in two forms:\r
+ - pre-built binaries containing compiled versions of all Apache POI components and documentation\r
+   (poi-bin-3.7-20101025.zip or poi-bin-3.7-20101025.tar.gz)\r
+ - source archive you can build POI from (poi-src-3.7-20101025.zip or poi-src-3.7-20101025.tar.gz)\r
+\r
+ Pre-built versions of all POI components are also available in the central Maven repository\r
+ under Group ID "org.apache.poi" and Version "3.7"\r
+\r
+All release artifacts are accompanied by MD5 checksums and a PGP signatures\r
+that you can use to verify the authenticity of your download.\r
+The public key used for the PGP signature can be found at\r
+http://svn.apache.org/repos/asf/poi/tags/REL_3_7/KEYS\r
+\r
+\r
+About Apache POI\r
+-----------------------\r
+\r
+Apache POI is well-known in the Java field as a library for reading and\r
+writing Microsoft Office file formats, such as Excel, PowerPoint, Visio and\r
+Word. Since POI 3.5, the new OOXML (Office Open XML) formats introduced in Office 2007 have been supported.\r
+\r
+For more information, visit http://poi.apache.org/\r
+\r
+\r
+For the Apache POI Team\r
+Yegor Kozlov\r
+\r
index e6cfbbbe94271613dd33e2001edc33ad6fa6ab27..26c8998df332afdb1696ddcf8ceb2a62215ed44d 100755 (executable)
@@ -41,7 +41,6 @@
 # @author Yegor Kozlov
 
 M2_REPOSITORY=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
-M2_SCP=people.apache.org:/www/people.apache.org/repo/m2-ibiblio-rsync-repository
 
 VERSION=@VERSION@
 DSTAMP=@DSTAMP@
@@ -51,13 +50,10 @@ do
   mvn gpg:sign-and-deploy-file -DrepositoryId=apache-releases -P apache-releases \
     -Durl=$M2_REPOSITORY \
     -Dfile=$artifactId-$VERSION-$DSTAMP.jar -DpomFile=$artifactId-$VERSION.pom
-  #The maven sign-and-deploy-file command does NOT sign POM files, so we have to upload the POM's .asc manually
-  scp $artifactId-$VERSION.pom.asc $M2_SCP/org/apache/poi/$artifactId/$VERSION/
 
   if [ -r $artifactId-$VERSION-sources-$DSTAMP.jar ]; then
     mvn deploy:deploy-file -DrepositoryId=apache-releases -P apache-releases \
       -Durl=$M2_REPOSITORY -DgeneratePom=false -Dpackaging=java-source \
       -Dfile=$artifactId-$VERSION-sources-$DSTAMP.jar -DpomFile=$artifactId-$VERSION.pom
-    scp $artifactId-$VERSION-sources-$DSTAMP.jar.asc $M2_SCP/org/apache/poi/$artifactId/$VERSION/$artifactId-$VERSION-sources.jar.asc
   fi
 done