1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
0.4.10 changed window manager hints for gnometext (patch from Jochen
Schaeuble)
fixes for ia64 (patch from John R. Daily)
compilation fixes for gcc/g++-3.0
small change to the way filetail sends its output
0.4.9 fixed crash when adding gnometext
fixed background sync problem with gnometext
added timed redraw option to roottext (good for xearth etc)
fixed file descriptor leak in the shell modules
0.4.8 fix for symlink attack in rpreadnews script
icon for configuration window
included debian directory in distribution
option to disable building of individual plugins
plugins are built in by default, making binary package sizes much smaller
fixed build bug (ZVT libs)
fixed font setting bug in roottext module
fixed a background sync and possibly a position bug in the
gnometext module
fixed problem where gnometext windows would refuse to resize
added a preferences dialog with the option to set the default for
loading the configuration window
fixed problem with handling of rotations of log files
rewrote process open/close more efficiently
consoledump plugin - contributed by Sourav K. Mandal
fixes for building RPMs - contributed by Sourav K. Mandal, and Daniel Serodio
0.4.7 roottext and graph modules check expose events for faster
redrawing with less CPU usage
background colour for graph - allowing for optimised scrolling
filetail doesn't complain when files are deleted once running
fixed filters
applet to launch, stop and configure root-portal
0.4.6 Limited capability to run without GNOME (still requires GTK)
Improved configuration interface
Monitoring of remote systems through ssh
Shell - runonce (at startup)
Shell - non-blocking
Online help
Replaced very out of date info page with an man page
Wrote manpages for the script files
Added stuff for building debian packages
Renamed script files (to reduce chances of clashing with something)
Fixed a few bugs
0.4.5 Added fifo input
fixed a few bugs
0.4.4 Shell re-run units are now seconds (as opposed to milliseconds)
news reading scripts merged into a single readnews.sh
graphing of cpu and network usage (uses a fair bit of cpu itself)
modifier supports filter and replace both with regular expressions
roottext can colourise individual lines
many bug-fixes
0.4.3 Configurator now has okay, apply and close buttons.
Modules can now override attributes of their parent module.
Preview of background image selection.
0.4.2 Fixed the crash on shell when trying to create it
Fixed the symlink mistake with config.sub for libtool
0.4.1 Now using proper runtime plugins and XML/RDF configuration files.
The flow that is the direction of messages from plugin to plugin has
reversed to flow from bottom up instead of top down.
Configuration program now built into Root-Portal.
Code structure completely changed to be as ANSI-C++ as possible!
Lots of code re-written, heaps of code still missing! -
this is the reason this release is not so good for the public and is
therefore only a development release. If you want something that has
lots of working features, go grab 0.3.7 instead!
Webpage server moved from http://driftwood.draconic.com/root-portal to
http://driftwood.darktech.org/root-portal
0.3.7 Just fixed a file compile time errors. Looks like I bundled some wrong
code with 0.3.6 by accident!
0.3.6 Added freshmeat.sh and segfault.sh to the distribution so that you can
easily download the latest software releases and latest news (fake or
real, whatever it may be from segfault!)
Fixed compiler errors for Debian distributions
Fixed a death error for [shell] module children, changed the way
they're disposed of
Fixed a bug with the popup menu that made it only work for one
[gnometext] module
0.3.1 Made the popup scrollbar more accomidating and fixed it so it
appear on the task list.
the configuration file now accepts [module:name:output]
added rerun=(time in thousandths of a second) to the shell module so
that you can use programs that don't need to run constantly in the
background. Now you can rerun programs such as 'users'
added slashdot.sh script to go with the better shell module. This'll
download the latest slashdot news so you can stick it on your desktop.
It'll also show the links to the news articles so you can select them
and read them.
The script is designed to enforce a 30 minute delay before a reload of
news is allowed.. as the slashdot website has stated that they'll
remove the service if people download the news too often. ~and we
wouldn't want that to happen!~
Fixed several memory leaks and processor eating thingies
Fixed a bug in the config file reading with comments
Fixed an odd bug with the replace= command
Added new actions=(name),(action),(name),(action)... option to
gnometext for context matching. Now you can simply add an action
to a gnometext and have it, say, load up netscape with that URL as
the location (hint hint slashdot news) ... unfortunately we were
unable to complete this to also accept hostmasks and IP's because of
a bug in zvt. Zed is working on this for newer versions of ZVT so that
this'll hopefully be working shortly. Zed is doing a great job, don't
spam him.
As a result of the new actions= command, the right button now controls
actions= popup list, and the middle button controls the moving of a
window
Beginning a structure change internally to keep track of all the
configuration data for runtime configuration!
Upped the speed of version changing so that it's more realistic to
how fast we're approaching our project goals.
0.1.2 the configuration file now accepts [module:name]
program should now kill old instance properly
various bug-fixes
added some more to the documentation
0.1.1 Added SHELL module
commandline=<the command line to run>
features include, it can be used as a modifier, or
as a initial module like file_tail, or .. if you're weird
as an output module.. so I _guess_ you could re-write log
files or something after they've been filtered with it.
Repeated output of data will be filtered out. At first I
thought it might be good to put an option in for this, but
the more I thought about it, the more I realised you'd
always want this to be true.. if for some reason you do
want this to be false, email me.
Credits for the child process spawning code go to
Andrew Tridgell <tridge@samba.anu.edu.au>
Moved 'newline' to start of line in GNOMETEXT module, so that the
last line of portal isn't wasted. Thanks for pointing out my
stupidity Zed <mzucchi@dehaa.sa.gov.au>
0.1.0 First Major Release
0.0.9 First Buggy Release
0.0.8 First Minor Release
|