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

bcpierce@seas.upenn.edu bcpierce at seas.upenn.edu
Thu Apr 15 09:35:45 EDT 2010


Author: bcpierce
Date: 2010-04-15 09:35:45 -0400 (Thu, 15 Apr 2010)
New Revision: 432

Modified:
   trunk/doc/changes.tex
   trunk/src/RECENTNEWS
   trunk/src/mkProjectInfo.ml
Log:
Update documentation


Modified: trunk/doc/changes.tex
===================================================================
--- trunk/doc/changes.tex	2010-04-12 16:39:04 UTC (rev 431)
+++ trunk/doc/changes.tex	2010-04-15 13:35:45 UTC (rev 432)
@@ -1,3 +1,25 @@
+\begin{changesfromversion}{2.40.1}
+\item Added "BelowPath" patterns, that match a path as well as all paths below
+  (convenient to use with no{deletion,update,creation}partial preferences)
+\item Added a "fat" preference that makes Unison use the right options
+  when one of the replica is on a FAT filesystem.
+\item Allow "prefer/force=newer" even when not synchronizing modification
+  times.  (The reconciler will not be aware of the modification time
+  of unchanged files, so the synchronization choices of Unison can be
+  different from when "times=true", but the behavior remains sane:
+  changed files with the most recent modification time will be
+  propagated.)
+\item Minor fixes and improvements:
+\begin{itemize}
+\item Compare filenames up to decomposition in case sensitive mode when
+  one host is running MacOSX and the unicode preference is set to
+  true.
+\item Rsync: somewhat faster compressor
+\item Make Unicode the default on all architectures (it was only the
+  default when a Mac OS X or Windows machine was involved).
+\end{itemize}
+\end{changesfromversion}
+
 \begin{changesfromversion}{2.32}
 \item Major enhancement: Unicode support.  
 \begin{itemize}

Modified: trunk/src/RECENTNEWS
===================================================================
--- trunk/src/RECENTNEWS	2010-04-12 16:39:04 UTC (rev 431)
+++ trunk/src/RECENTNEWS	2010-04-15 13:35:45 UTC (rev 432)
@@ -1,141 +1,5 @@
 CHANGES FROM VERSION 2.40.16
 
-* Fixed bug introduced in revision 429
+Update documentation
 
 -------------------------------
-CHANGES FROM VERSION 2.40.16
-
-* Fixed bug in finding a different fspath suffix when a root path is a
-  suffix of the other (for instance: /foo and /archive/foo).
-
--------------------------------
-CHANGES FROM VERSION 2.40.16
-
-* Compare filenames up to decomposition in case sensitive mode when
-  one host is running MacOSX and the unicode preference is set to
-  true.
-* Fixed some non-tail recursive functions
-
--------------------------------
-CHANGES FROM VERSION 2.40.16
-
-* GTK UI: typo
-* Fixed Makefile for compilation under Solaris
-
--------------------------------
-CHANGES FROM VERSION 2.40.16
-
-* Remove '.' entries in paths.; do not allow '..'.
-* Some clean-up
-
--------------------------------
-CHANGES FROM VERSION 2.40.16
-
-* Fix Not_found error when no archives are found (recently introduced bug).
-
--------------------------------
-CHANGES FROM VERSION 2.40.16
-
-* Fix Windows compilation bug introduced in previous commit
-
--------------------------------
-CHANGES FROM VERSION 2.40.15
-
-* Added "BelowPath" patterns, that match a path as well as all paths below
-  (convenient to use with no{deletion,update,creation}partial preferences)
-* Always check archive case sensivity mode before update detection,
-  even when the archive is already cached in memory, in case the
-  profile has been changed without restarting Unison.
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Windows: more fixes for compilation with MSVC
-* Rsync: somewhat faster compressor
-* Changed "fat" option to not use chmod, to be on the safe side
-  (perms = 0 + dontchmod = true)
-* Some preference documentation updates
-* Fail more gracefully when converting a non Unicode string to UTF-16
-  (transient error with clear error message)
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Windows: fix C includes for compilation with MSVC
-* Windows: implement somewhat the O_APPEND flag, so that appending
-  lines to a profile (ignored files, for instance) works instead of
-  overwriting the beginning of the file (the file pointer is moved to
-  the end when the file is opened, rather that each time something is
-  written, which is good enough here)
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Added a "fat" preference that makes Unison use the right options
-  when one of the replica is on a FAT filesystem.
-* Allow "prefer/force=newer" even when not synchronizing modification
-  times.  (The reconciler will not be aware of the modification time
-  of unchanged files, so the synchronization choices of Unison can be
-  different from when "times=true", but the behavior remains sane:
-  changed files with the most recent modification time will be
-  propagated.)
-* Automatic archive conversion to case sensitive mode (useful when
-  Unison default is case sensitive and the user switches after the
-  fact to case insensitive, for instance by setting the "fat"
-  preference).
-* Make Unicode the default on all architectures (it was only the
-  default when a Mac OS X or Windows machine was involved).
-* GTK UI: added "Change Profile" toolbar button.
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Silence compiler warnings on cltool.c (in OSX build)
-
-
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Silence compiler warnings on cltool.c (in OSX build)
-
-
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Silence compiler warnings on cltool.c (in OSX build)
-
-
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Silence compiler warnings on cltool.c (in OSX build)
-
-* Updated the Cygwin install instructions per Uwe Mayer (thanks!)
-
-* Added interface builder files for BWToolkit framework to uimacnew09
-  directory, to make the distribution self-contained, and added
-  instructions for installing it to the INSTALL section of the manual.
-
-* Fix compilation problem in mkProjectInfo
-
-* Adding updated frameworks
-
-* Update copyright string in OSX GUI
-
-* Make MyController a delegate of Application in OSX GUI, as 
-  suggested by Jerome.
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Update documentation in preparation for beta-release
-
--------------------------------
-CHANGES FROM VERSION 2.40.1
-
-* Update documentation in preparation for beta-release
-
--------------------------------

Modified: trunk/src/mkProjectInfo.ml
===================================================================
--- trunk/src/mkProjectInfo.ml	2010-04-12 16:39:04 UTC (rev 431)
+++ trunk/src/mkProjectInfo.ml	2010-04-15 13:35:45 UTC (rev 432)
@@ -112,3 +112,4 @@
 
 
 
+



More information about the Unison-hackers mailing list