~ubuntu-branches/ubuntu/edgy/gnome-system-tools/edgy

« back to all changes in this revision

Viewing changes to src/common/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-09-05 22:55:34 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20060905225534-l34y2zttygpdskhn
Tags: 2.15.3-0ubuntu1
* New upstream version:
  Common:
  - Code cleanups and improvements
  - Fix configuration reloading when the user has to select a platform 
  Users:
  - Add back user profiles 
  Time:
  - Add "synchronize now" button
  - Fix crasher when time-admin can't communicate with gnome-screensaver 
  Network:
  - Fix several potential crashers
  - Fix --configure and --configure-type parameters
  Shares:
  - Do not crash in --add-share 
  Services:
  - Add heaps of services descriptions
* debian/control.in:
  - updated the liboobs-1-dev requirement according to configure
* debian/gnome-system-tools.install:
  - updated profiles file to install
* debian/patches/03_install_packages.dpatch:
  - replaced by a set of new patches
* debian/patches/18_disable_uid.dpatch:
  - fixed
* debian/patches/20_fuse_as_default_group.dpatch:
  - updated
* debian/patches/98_automake.dpatch:
  - updated
* debian/profiles, debian/profiles.xml:
  - user profiles updated to the new format, 
    by Carlos Garnacho <carlosg@gnome.org>
* debian/watch:
  - updated
* Patches by Carlos Garnacho <carlosg@gnome.org>:
* debian/patches/80_gst-packages-common.dpatch,
  debian/patches/81_gst-packages-shares-admin.dpatch,
  debian/patches/82_gst-packages-time-admin.dpatch:
  - based on the previous patches by Vincent Untz, allow to install required
    packages from the corresponding tool (Ubuntu: #55988)
* debian/patches/83_network-locations-apply-button.dpatch:
  - make network-admin use an apply button instead of applying changes when
    selecting a profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-09-04  Carlos Garnacho  <carlosg@gnome.org>
 
2
 
 
3
        * Release 2.15.3
 
4
 
 
5
2006-09-04  Carlos Garnacho  <carlosg@gnome.org>
 
6
 
 
7
        * gst-service-role.[ch]: added, guesses a system service role from
 
8
        the name. This functionality was before down in the stack (namely
 
9
        s-t-b), but will be eventually removed from there.
 
10
        * Makefile.am: add those files.
 
11
        * gst.h: add gst-service-roles.h #include
 
12
 
 
13
2006-09-01  Carlos Garnacho  <carlosg@gnome.org>
 
14
 
 
15
        * gst-tool.[ch] (gst_tool_update_config): expose this functionality.
 
16
 
 
17
2006-09-01  Carlos Garnacho  <carlosg@gnome.org>
 
18
 
 
19
        * gst-report-hook.[ch], gst-report-line.[ch], gst-ui.[ch],
 
20
        gst-util.[ch], gst-xml.[ch], text.[ch]: old and unused code, to the
 
21
        Attic.
 
22
        * Makefile.am: remove those files
 
23
        * gst-tool.c, gst.h: remove unnecessary includes
 
24
 
 
25
2006-08-23  Carlos Garnacho  <carlosg@gnome.org>
 
26
 
 
27
        * gst-platform-dialog.c (gst_platform_dialog_set_property): own a
 
28
        reference of the OobsSession object.
 
29
        (gst_platform_dialog_response): exit() unless Ok is pressed.
 
30
        * gst-tool.c (gst_tool_class_init): remove signals, their behavior
 
31
        correspond more to vfuncs
 
32
        (gst_tool_close): made public, now calls the object implementation for
 
33
        the "close" vfunc (gst_tool_impl_close for GstTool)
 
34
        (gst_tool_update_gui): now call the update_gui vfunc
 
35
        (gst_tool_constructor): call the update_config vfunc after getting the
 
36
        platform from the platform dialog.
 
37
        * gst-tool.h (gst_tool_close): added
 
38
        * gst-dialog.c (gst_dialog_response): call gst_tool_close().
 
39
 
1
40
2006-08-11  Carlos Garnacho  <carlosg@gnome.org>
2
41
 
3
42
        * Release 2.15.2