Age | Commit message (Collapse) | Author | Files | Lines |
|
* Release 0.26.1
|
|
* platform.pl.in, runlevel-conf.in, service.pl.in, time-conf.in,
users-conf.in: added mandrake 9.1 support, patch by Frej Rasmussen
|
|
* runlevel-conf.in, service.pl.in, users-conf.in, time-conf.in,
network-conf.in, network.pl.in, platform.pl.in: added RedHat 9
support
|
|
* service-list.pl.in: added some more forbidden services
|
|
* backends/runlevel-conf.in, service.pl.in: added support for
file-rc (ATM in debian), tidied up things to allow several
init types, but still much more work is to come about this...
|
|
* network-conf.in: I am really dumb... I still don't know how, but
somehow I deleted the $profile_file declaration line, leaving the
profiles administration completely useless :-(((
|
|
* Release 0.26.0
|
|
* platform.pl.in, time-conf.in, users-conf.in: slackware 9 version is
9.0.0, not 9.0. Fixes bug #112361
|
|
* backends/network-conf.in: added support for network profiles
* interfaces/network.glade.*: added network profiles
* src/network/profile.[ch], profiles-table.[ch]: added files,
here is the main network profiles stuff
* src/network/Makefile.am: reflect this
* src/network/callbacks.[ch]: added network profiles callbacks
* src/network/main.c: removed some unused callbacs, and added the
network profiles ones
* src/network/transfer.[ch]: (transfer_profile_to_gui) added
* po/POTFILES.in: added src/network/profile.c and
src/network/profiles-table.c
|
|
* Release 0.25.0
|
|
<kiwnix@yahoo.es>
* service-list.pl.in: added more services descriptions
|
|
* boot-grub.pl.in: when a grub entry had no append, the append tag was
filled with the image entry, fixed
|
|
* backends/boot-conf.in: removed @platform, this isn't neccesary
* backends/network-conf.in, network.pl.in, platform.pl.in,
runlevel-conf.in, service.pl.in, time-conf.in, users-conf.in:
applied patch from Grzegorz Golawski <grzegol@pld.org.pl>,
this adds support for the PLD distribution
* pixmaps/pld.png: added
* pixmaps/Makefile.am: added pld.png
* src/common/gst-platform.c, gst-tool.c: added PLD linux png
(patch by Grzegorz Golawski <grzegol@pld.org.pl>)
|
|
* boot-grub.pl.in, boot-lilo.pl.in, boot.pl.in: added support for
initrd both in grub and lilo
|
|
* network.pl.in: made it to bring down and up an interface when
changing it. closes bug #111038.
|
|
* network.pl.in: fixed modem autodetection, now it works before and
after a ppp session
|
|
* backends/network-conf.in, network.pl.in: added modem autodetection directive
* interfaces/network.glade.*: added modem autodetection button in the ppp config
dialog.
* src/network/connection.c: added modem autodetection function.
|
|
code to GST.
|
|
* time-conf.in, boot-conf.in, users-conf.in, platform.in:
patch by Todd Kulesza <todd@dropline.net>, it adds support
for Slackware 8.1 in time-admin, boot-admin and users-admin.
|
|
* network-conf.in: now stores fine both IPv4 and IPv6
addresses in the /etc/hosts file
* callbacks.c: (filter_editable): removed these eye-hurting gotos.
(is_ip_text_ok): rewritten, this is against any structured
programming principle, and is eye-hurting too, but works for
IPv4, IPv6 and IPv4 embedded in IPv6
(get_address_section_value) added
* transfer.c: removed a g_print()
|
|
* Release 0.24.0
|
|
* boot-conf.in, boot.pl.in, partition.pl.in: modified to include
partition list info in the xml (it sends the device and partition
type for each partition)
|
|
* boot-lilo.pl.in: lilo needs the vga settings in the "vga" entry, not
in the "append" entry. Fixed
|
|
* Release 0.23.0
|
|
* service-list.pl.in: added more service descriptions, patch by Martin
Lundberg <martin.lundberg3@telia.com>
|
|
* configure.in: Added patch from Rodrigo Moya, now configure.in
requires autoconf 2.52 or bigger
|
|
* connection.[ch], main.c, callbacks.c: Added more modem options,
such as modem volume and dialing type (tones, pulses).
* network.glade.*: HIG-ified, added more modem options.
* network.pl.in: added more modem options for ppp connection.
|
|
* platform.pl.in: added codename for RH7.3, the "unsupported distro" dialog
looks prettier with codenames :-)
|
|
* boot-conf.in, network-conf.in, network-pl-in, platform.pl.in,
runlevel-conf.in, service.pl.in, time-conf.in, users-conf.in:
Added RH8.0 in the supported distros list.
|
|
* service.pl.in, runlevel-conf.in: added two new directives to
runlevel-conf, they are for getting a service parameters and for
throwing a service
|
|
* backends/service-list.pl.in: added some descriptions to the list.
|
|
* backends/network.pl.in: fixed ppp interface creation in debian (other distros should be tested)
* src/network/connection.*: fixed to make the ppp interface work (at least in debian)
|
|
* Fixed bug 100683
|
|
* release 0.22.0
|
|
* Makefile.am: fixed to make distcheck pass
|
|
* solved bug #99744
|
|
* some changes to make distcheck work
|
|
* Makefile.am: removed README
|
|
* added RH7.3 in $PLATFORM_INFO
2002-11-22 Carlos Garnacho in behalf of Markus Bertheau <twanger@bluetwanger.de>
* platform.in: Added Gentoo Linux
* time-conf.in: Added Gentoo Linux, it works like redhat-7.0
2002-11-22 Carlos Garnacho in behalf of Álvaro Peña <icekooder@usuarios.retecal.es>
* platform.in: Added Slackware 9.0,
(check_slackware): Changed the regular expresion
* time-conf.in: Added Slackware 9.0,
(conf_get_replace_table, conf_get_parse_table): in dist_map
slackware-9.0 is like debian-2.2
* users-conf.in: Added Slackware 9.0,
(logindefs_dist_map): slackware-9.0 uses rh_logindefs_defaults
* boot-conf.in: Added Slackware 9.0
|
|
* Added general support in all working backends for debian sarge,
it currently works just like woody.
* fixed lsb bug for debian, just as proposed by Jose Carlos García
Sogo (GST Debian Maintainer).
|
|
* boot-lilo.pl.in, boot.pl.in: added "timeout" keyword in the lilo
configuration, it's set to the same value than "delay".
|
|
* boot-conf.in: removed platform dependency in the "verify" directive.
|
|
* boot-conf.in: removed partitions from xml,
(xst_platform_ensure_supported) removed, it's no longer neccesary in
boot-conf (autodetection now is based on the bootloaders it finds,
not in the distro)
* boot.pl.in: (xst_boot_bootloader_get) added to guess the bootloader
the system has in use. removed all distro based stuff.
* boot-lilo.pl.in: removed all stuff related to the partition type
comments
* boot-grub.pl.in: (xst_boot_grub_get_config_file),
(xst_boot_grub_find_entry), (xst_boot_grub_delete_entry),
(xst_boot_grub_edit_entry), (xst_boot_grub_add_entry),
(xst_boot_grub_entries_set): added to improve the entries management
in grub. aditional code improvements.
|
|
* SUPPORTED: Added RedHat 7.3, marked time and users too to work.
* users-conf.in: Added RedHat 7.3.
|
|
* time-conf.in (conf_get_replace_table): Added RedHat 7.3.
|
|
* service.pl.in (xst_service_sysv_get_paths): Added RedHat 7.3.
|
|
* time-conf.in: Added RedHat 7.3.
|
|
* next step, 0.22.0
|
|
* made GNOME System Tools compile with the *_DISABLE_DEPRECATED flags
* pixmaps/: added distro logos
* src/time/xst-spin-button.[ch]: removed
* removed several compiler warnings
# fixed bug #93056
# fixed bug #93057
# fixed bug #93058
|
|
* Release 0.21.0 Changes
|