[R-gregmisc-users] SF.net SVN: r-gregmisc: [1245] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2008-02-29 15:40:13
|
Revision: 1245 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1245&view=rev Author: warnes Date: 2008-02-29 07:40:11 -0800 (Fri, 29 Feb 2008) Log Message: ----------- Update for release 1.2.3 Modified Paths: -------------- trunk/SASxport/DESCRIPTION trunk/SASxport/inst/ChangeLog trunk/SASxport/inst/NEWS Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2008-02-29 15:37:16 UTC (rev 1244) +++ trunk/SASxport/DESCRIPTION 2008-02-29 15:40:11 UTC (rev 1245) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.2.2 -Date: 2007-11-07 +Version: 1.2.3 +Date: 2008-02-29 Description: This package provides functions for reading, listing the contents of, and writing SAS xport format files. The functions support reading and writing of either Modified: trunk/SASxport/inst/ChangeLog =================================================================== --- trunk/SASxport/inst/ChangeLog 2008-02-29 15:37:16 UTC (rev 1244) +++ trunk/SASxport/inst/ChangeLog 2008-02-29 15:40:11 UTC (rev 1245) @@ -1,3 +1,12 @@ +2008-02-29 15:37 warnes + + * [r1244] man/write.xport.Rd: Correct typo in write.xport man page + +2007-11-09 22:45 warnes + + * [r1227] inst/ChangeLog, inst/NEWS: Update NEWS and ChangeLog for + 1.2.2 + 2007-11-09 19:59 warnes * [r1226] src/ibm2ieee.c, src/ieee2ibm.c: Apply patches to fix Modified: trunk/SASxport/inst/NEWS =================================================================== --- trunk/SASxport/inst/NEWS 2008-02-29 15:37:16 UTC (rev 1244) +++ trunk/SASxport/inst/NEWS 2008-02-29 15:40:11 UTC (rev 1245) @@ -1,3 +1,11 @@ +Version 1.2.3 2008-02-29 +------------------------ + +Bug fixes: + +- Fix typo in manual page for write.xport() reported by Yinlai Meng. + + Version 1.2.2 2007-11-09 ------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |