[Unison-hackers] [unison-svn] r488 - in trunk: doc src

bcpierce at seas.upenn.edu bcpierce at seas.upenn.edu
Mon Apr 2 11:56:58 EDT 2012


Author: bcpierce
Date: 2012-04-02 11:56:58 -0400 (Mon, 02 Apr 2012)
New Revision: 488

Modified:
   trunk/doc/changes.tex
   trunk/src/RECENTNEWS
   trunk/src/mkProjectInfo.ml
Log:
* Bit more preparation for beta release



Modified: trunk/doc/changes.tex
===================================================================
--- trunk/doc/changes.tex	2012-04-02 15:54:47 UTC (rev 487)
+++ trunk/doc/changes.tex	2012-04-02 15:56:58 UTC (rev 488)
@@ -42,8 +42,7 @@
 \item Fixed fingerprint cache: do not cache file properties
 \item Some spelling corrections in documentation and comments from Stephane
 Glondu 
-\item Fixed O_APPEND mode for open under Windows (the previous attempt in
-  revision 422 was incomplete)
+\item Fixed {\tt O\_APPEND} mode for open under Windows
 \item Fixed String.sub invalid argument error when an AppleDouble file does
   not contain a finder information field
 \item Trim duplicate paths when using "-repeat watch"

Modified: trunk/src/RECENTNEWS
===================================================================
--- trunk/src/RECENTNEWS	2012-04-02 15:54:47 UTC (rev 487)
+++ trunk/src/RECENTNEWS	2012-04-02 15:56:58 UTC (rev 488)
@@ -1,6 +1,6 @@
 CHANGES FROM VERSION 2.45.-1
 
-* Preparation for beta release
+* Bit more preparation for beta release
 
 
 -------------------------------

Modified: trunk/src/mkProjectInfo.ml
===================================================================
--- trunk/src/mkProjectInfo.ml	2012-04-02 15:54:47 UTC (rev 487)
+++ trunk/src/mkProjectInfo.ml	2012-04-02 15:56:58 UTC (rev 488)
@@ -6,7 +6,7 @@
 let projectName = "unison"
 let majorVersion = 2
 let minorVersion = 45
-let pointVersionOrigin = 485 (* Revision that corresponds to point version 0 *)
+let pointVersionOrigin = 487 (* Revision that corresponds to point version 0 *)
 
 (* Documentation:
    This is a program to construct a version of the form Major.Minor.Point,
@@ -66,3 +66,4 @@
 
 
 
+



More information about the Unison-hackers mailing list