Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 11bb33eb88f703ff8ab7708c3da5d7b9 > files > 8

grsync-0.5-1mdv2007.0.i586.rpm

Release history:

Version 0.5
	Rsync and error windows have been turned into dialogs, which are more appropriate
	Transient parents have been correctly set, meaning no more focus or iconify problems
	Added optional log file for sessions
	Preferences and add session dialogs layout changed
	Added optional "command to execute before" and "command to execute after" for each session
	Scrolling of text view has been enhanced
	Default values of preferences booleans are now working
	Specifying a session on command line didn't work if "remember last used session" was checked
	Tooltips have been enriched with text from "rsync --help"
	Some optimizations for dryrun (simulation) mode
	Some little enhancements to highlight if we are in simulation mode

Version 0.4.3
	Main window menu has been completed
	Accelerators has been added
	The interface has been enchanced and fixed in order to follow Gnome HIG guidelines,
		including some label changes (dry-run -> simulation) (Thanks Jeff)
	Another small fix in Makefile.am about DESTDIR
	Fedore spec file included in tarball

Version 0.4.2
	Now prints the rsync command with options before rsync output
	French translation updated again (what about updating the others too? ;-) )
	Rsync output text is made selectable and copiable into clipboard at run end
	Rsync run status is printed on rsync window title
	Paused time is now subtracted from total time
	Optionally (by configuration) show a window with all the errors encountered during the run when finished

Version 0.4.1
	Global progress with timings is added to main window title
	Rsync window now iconifies together with the main window
	Fixed a bug which prevented grsync from running if no config file is found (introduced in 0.4)

Version 0.4
	Cosmetics: percentages are shown on progress bars, elapsed and remaining time, "completed" messages are colored and bold.
	Updated french translation
	Automake files has been made more flexible (this comes from a patch to make the gentoo ebuild)
	Fixed another small IO channels bug (did not set stderr channel to non-blocking)
	Added menubar, no more need for about button
	Added an error dialog when rsync cannot be run (before you could not tell if empty output or unable to run)
	Added little preferences dialog:
		Configurable rsync executable
		Show rsync output by default
		Remember last used session
	Removed "trampoline object" warning (might have caused problems on some architectures)
	Added "rsync info" dialog

Version 0.3.2
	Fixed a bug in IO channels causing some output not be printed at the end (introduced in 0.3.1)

Version 0.3.1
	Added pause button
	Possibly fixed a race condition causing rsync output to block and use all cpu
	More accurate progress parsing
	Global progress parsing for rsync >= 2.6.7 added
	Cleaner IO channel communication with rsync command line program

Version 0.3
	Fixed destination browse button, bug introduced in 0.2.2
	Rsync output parsing:
		Added current file progress meter
		Added global progress meter (needs rsync >= 2.6.1 to work)
		Added label showing current operation
		Rsync output is now hidden, expand when needed, on dryrun by default
	Updated french translation
	Added button to switch source directory with destination
	Session list now ordered by name

Version 0.2.2
	Added command line argument to load specific session instead of "default"
	Added "additional options" text entry field
	Added tooltips for most widgets

Version 0.2.1
	Cleaner compile (removed all warnings, mostly harmless)
	Added swedish translation (thanks Daniel)
	Added french translation (thanks Xavier)
	Removed main window vertical scrollbar (sometimes displays bad)
	Added duplicate session name check and dialog
	Add session text box accepts enter as confirmation (just like pressing the OK button)
	Now using standard GTK AboutBox instead of custom one

Version 0.2
	Added "advanced" tab with more rsync options
	Added "session delete" confirmation dialog
	Added "default session delete" error dialog
	Added rsync executable check at startup
	Added simplified chinese translation (thanks Xie)
	Session name is now shown on title bar
	Added "trailing slash on source directory" message
	Verbose, progress and "preserve time" are now on by default
	Added .desktop file
	Fixed icon name and location
	Added vertical scrollbar on main window (makes porting to maemo easier)
	Added dummy manpage (thanks Daniel)
	Some code cleanup

Version 0.1.2
	Updated icons (thanks Christophe)
	Added dutch translation (thanks Wouter)
	Added italian translation
	Added about dialog
	Some fixes to let all strings be translated

Version 0.1.1
	Added "session" support: remember multiple settings

Version 0.1
	First alpha release