Age | Commit message (Collapse) | Author | Files | Lines |
|
Correctly handle various rdist messages to fix post-rdist summary.
|
|
0.11.35
* Brought the copyright in About into 2003. :)
* Copying now also copies owner and group information, except for
symbolic links. If you really need it for links, let me know.
Also note that copying owner info requires root access, and that
group copying is very limited for non-root users. See chgrp(2).
* Hopefully made Copy signal failure when target file doesn't have
full size, which in turn should help Move behave better.
* Added an option to always save configuration on exit, which does
away with the dialog. Kind of silly, but easy to implement.
* Changed logic in internal dir-copy code, so it doesn't fool itself
into thinking it fails quite as easily. Note: when copying a dir,
gentoo will first *delete* the destination, to ensure that the
copy is indeed 1:1 and not a merge. BEWARE!
* The internal routine that rescans a pane no longer activates it,
which means less flickering focus indication when the other pane
rescans due to FAM detecting a modification in its contents.
* FAM rescans are now rate-limited, and will not occur more often
than once every 300 milliseconds. This limit is not settable at
runtime, you need to edit source (gfam.c:96) to change it.
* Added call to gtk_set_locale() during startup, suggested by
tarot.
* Silently assume compiler is GCC, and disregard CFLAGS set by
autoconf. In return, --enable-debug now disables optimizing.
|
|
Refix build on -current now that procfs and kernfs have churned again.
|
|
|
|
|
|
Indicate which hosts have failed rdist stage
|
|
* TAB completion against history. (Contributed by Eduard Roccatello)
|
|
* Fixed bug #972: The total value in the tooltip is now displayed with
fractional portion
* Fixed bug #962: Any errors about wrong configuration are now only
displayed in a dialog after changing configuration and not after
startup. This should help users whose network device is created after
dialing-in.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New in v0.12.5 (2003/09/27)
---------------------------
Fixed bug in --test-server when using --restrict security options
(test would fail improperly). Thanks to Maik Schreiber for report.
--list-changed-since and --list-at-time now work remotely.
Thanks to Morten Werner Olsen for bug report.
Fixed logic bug that could make restoring extremely slow and waste
memory. Thanks for Jacques Botha for report.
Fixed bug restoring some directories when mirror_metadata file was
missing (as when made by 0.10.x version).
Regressing and restoring as non-root user now works on directories
that contain unreadable files and directories as long as they are
owned by that user. Bug report by Arkadiusz Miskiewicz. Hopefully
this is the last of the unreadable file bugs...
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
|
|
xfce4-showdesktop-plugin, xfce4-systemload-plugin and xfce4-systray
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes from previous version:
1.0.3 -> 1.1.0
~~~~~~~~~~~~~~
13/04/2003 - Added a "raw" protocol, based on the existing telnet code.
- Added a "suppressbanner" client option, for the benefit of
the "raw" protocol.
1.1.0 -> 1.1.1
~~~~~~~~~~~~~~
1/09/2003 - Added "xonxoff true/false" to the tty server's config file
option list to permit changing software flow-control settings.
(Requested by Ben Elliston).
|
|
|
|
Implement the much requested 'Adjust rdist output so "updating host"
and "updating of X finished" lines are overwritten by following output.
|
|
Allow fping to be skipped for all hosts (fping=SKIP in rconfig.conf) or
for individual hosts (fping=SKIP on host line in hosts.conf)
|
|
GCC 3.3.1.
|
|
From Jonathan Perkin in PR 22909.
|
|
|
|
|
|
|
|
From Jonathan Perkin in RP 22905.
|
|
|
|
|
|
|
|
New in v0.12.4 (2003/09/13)
---------------------------
Specified socket type as SOCK_STREAM. (Error reported by Erik
Forsberg.)
Fixed bug backing up unreadable regular files and directories when
rdiff-backup is run by root on the source site and non-root on the
destination side. (Reported by Troels Arvin and Arkadiusz
Miskiewicz.)
If there is data missing from the destination dir (for instance if a
user mistakenly deletes it), only warn when restoring, instead of
exiting with error.
Fixed problems with --restrict options that would cause proper
sessions to fail. Thanks to Randall Nortman for error report.
File examples.html added to distribution; examples section removed
from man page.
|
|
|
|
|
|
use that result.
|
|
|
|
|
|
0.19: Explicitly set PATH in probe.sh
Avoid incorrect progress % in Probe list when host failing
Fix path to rconfig.conf (Noted by Alan Horn)
0.18: Use correct timeout (do not use rsh_timeout for everything)
|