[Csync2] csync2-1.28 released
Clifford Wolf
clifford at clifford.at
Tue Nov 22 15:08:57 CET 2005
Hi,
I've now released csync2-1.28. It can be downloaded, as usual, from
http://oss.linbit.com/csync2/
changes to csync2-1.27 are:
- Some improvements in -t (print timestamps)
- Added -s (print timestamps to extra file)
- A little bugfix for the 'backup' feature
(csync2-1.26 hangs when trying to backup a non-existing file)
Users of older versions only need to update if they need some of the new
timestamp features (pretty unlikely ;-) or are using the 'backup' feature
introduced in csync2-1.27.
yours,
- clifford
--
bash -c "gcc -o mysdldemo -Wall -O2 -lSDL -lm -pthread -x c <( echo -e '
#include <SDL/SDL.h>\n#include <complex.h>\nint main(){SDL_Surface*s;SDL_Event
e;int x,y,n;SDL_Init(SDL_INIT_VIDEO);s=SDL_SetVideoMode(640,480,32,0);for(x=0;
x<640;x++)for(y=0;y<480;y++){float _Complex z=0, c=((x-400)/200.0) + ((y-240)/
200.0)*1.0fi;for(n=1;n<64;n++){z=z*z+c;if(cabsf(z)>2){((Uint32*)s->pixels)[x+y
*640]=n<<3;n=99;}}}SDL_UpdateRect(s,0,0,s->w,s->h);do SDL_WaitEvent(&e); while
(e.type!=SDL_QUIT&&e.type!=SDL_KEYDOWN);SDL_Quit();return 0;}' ); ./mysdldemo"
When your hammer is C++, everything begins to look like a thumb.
More information about the Csync2
mailing list