[Csync2] csync2-1.25 released
Clifford Wolf
clifford at clifford.at
Fri Nov 11 15:43:09 CET 2005
Hi,
I've released csync2-1.25 a few minutes ago. It can be downloaded from
http://oss.linbit.com/csync2/
as usual. This version fixes a tiny bug with the force -f mode (In some
corner cases it was required to force a file twice before it was actually
synced.)
It also adds some new options:
-F
New files should be added to the dirty db with the 'force' flag set
already.
-U
When files are marked as dirty by -TI, they should only be marked
as dirty for the host combo in which the difference was detected.
-t
Add timestamps to the debug output.
No need to update from 1.24 to 1.25 unless you need one of the new
features.
yours,
- clifford
--
ocaml graphics.cma <( echo 'open Graphics;;open_graph " 640x480"let
complex_mul(a,b)(c,d)=(a*.c-.b*.d,a*.d+.b*.c)let complex_add(a,b)(c
,d)=(a+.c,b+.d);;let rec mandel c n=if n>0 then let z=mandel c(n-1)
in complex_add(complex_mul z z)c else (0.0,0.0);; for x=0 to 640 do
for y=0 to 480 do let c=((float_of_int(x-450))/.200.0,(float_of_int
(y-240))/.200.0) in let cabs2(a,b)=(a*.a)+.(b*.b)in if cabs2(mandel
c 50)<4.0 then plot x y done done;;read_line()' )
checking whether the linker (ld -static) supports shared libraries... yes
More information about the Csync2
mailing list