-When set to true, this flag causes Unison to treat filenames as cas=
e insensitive—i.e., files in the two replicas whose names differ in (up=
per- and lower-case) `spelling' are treated as the same file. When the flag i=
s set to false, Unison will treat all filenames as case sensitive. O=
rdinarily, when the flag is set to t default, filenames are automatically ta=
ken to be case-insensitive if either host is running Windows or OSX. In rare =
circumstances it is useful to set the flag manually (e.g. when running Unison=
on a Unix system with a FAT [Windows] volume mounted).
+When set to true, this flag causes Unison to treat filenames as cas=
e insensitive—i.e., files in the two replicas whose names differ in (up=
per- and lower-case) `spelling' are treated as the same file. When the flag i=
s set to false, Unison will treat all filenames as case sensitive. O=
rdinarily, when the flag is set to default, filenames are automatica=
lly taken to be case-insensitive if either host is running Windows or OSX. In=
rare circumstances it is useful to set the flag manually (e.g. when running =
Unison on a Unix system with a FAT [Windows] volume mounted).
ignorelocks
When this preference is set, Unison will ignore any lock files that may have=
been left over from a previous run of Unison that was interrupted while read=
ing or writing archive files; by default, when Unison sees these lock files i=
t will stop and request manualintervention. This option should be set only if=
you are positive that no other instance of Unison might be concurre=
ntly accessing the same archive files (e.g., because there was only one insta=
nce of unison running and it has just crashed or you have just killed it). It=
is probably not a good idea to set this option in a profile: it is intended =
for command-line use.
@@ -2430,10 +2428,10 @@
To prevent accidents, Unison provides a preference called
mountpoint. Including a line like
- mountpoint =3D /mnt/foo
+ mountpoint =3D foo
in your preference file will cause Unison to check, after it finishes
detecting updates, that something actually exists at the path
-/mnt/foo on both replicas; if it does not, the Unison run will
+foo on both replicas; if it does not, the Unison run will
abort.
@@ -2579,9 +2577,57 @@
hosts, provide your remote user name when providing the remote root
(i.e., //username@host/path...).
-
+
+
+
Changes in Version 2.27.157
<=
!--SEC END -->
+
+Changes since 2.27.57:
+
=20
-
Changes in Version 2.27.74
+Ignore one hour differences for deciding whether a file may have
+ been updated. This avoids slow update detection after daylight
+ saving time changes under Windows. This makes it slightly more
+ likely to miss an update, but that should be safe enough.
+
Improved Unison icon under Windows
+
Case sensitivity information put in the archive (in=
a backward
+ compatible way) and checked when the archive is loaded
+
Uses improved emulation of "select" call provided b=
y Ocaml 3.11
+ under Windows (the GUI does not freeze as much during synchronization)
+
Upgraded to GPL version 3 and added copyright notic=
e to
+ documentation files.
+
Unison can sometimes fail to transfer a file, givin=
g the unhelpful
+ message "Destination updated during synchronization" even though the
+ file has not been changed. This can be caused by programs that
+ change either the file's contents *or* the file's extended
+ attributes without changing its modification time. I'm not sure
+ what is the best fix for this – it is not Unison's fault, but it
+ makes Unison's behavior puzzling – but at least Unison can be more
+ helpful about suggesting a workaround (running once with 'fastcheck'
+ set to false). The failure message has been changed to give this
+ advice.
+
Bugfixes
+
+Fixed quotation of paths and names when writing to a preference file
+
Fixed bug resulting in slow performances when trans=
ferring a file
+ using our rsync implementation from a 64-bit architecture to a
+ 32-bit architecture.
+
Fixed bug in Lwt_unix.run which could =
make it fail with a
+Not_found exception (see [Not_found raised in
+ tryCopyMovedFile] errors)=20
+
Properly deals with non-conformant AppleDouble file=
s produced
+ by Mac OS X.
+
Fixed bug that results in Unison missing ressource =
fork changes
+
Applied a patch from Karl M to make the GTK2 versio=
n build with
+ OCaml 3.11 on Windows.
+
Added some extra debugging code to remote.ml to giv=
e more
+ informative error messages when people encounter the longstanding
+ "assert failed during file transfer" bug.
+
Applied patch from Antoine Reilles for NetBSD compi=
lation
+
Resizing the update window vertically no longer mov=
es the status
+label. Fix contributed by Pedro Melo.=20
+
+
+
=20
Changes since 2.17:
++++++ unison-2.27.149.tar.gz -> unison-2.27.157.tar.gz ++++++
++++ 5287 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--=20
To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org
For additional commands, e-mail: opensuse-commit+help@opensuse.org
--===============5442627761276799621==--