~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: dann frazier
  • Date: 2020-02-04 02:27:07 UTC
  • Revision ID: dannf@ubuntu.com-20200204022707-37vu1ltkpx2m2t5x
tests/test_motd.py: Fix cut & paste error in comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-01-11  Scott James Remnant  <scott@netsplit.com>
 
2
 
 
3
        * src/reboot.c: New file containing code to deal with reboot
 
4
        notifications.
 
5
        * src/reboot.h: Header for new code.
 
6
        * src/Makefile.am (update_notifier_SOURCES): Add new source files
 
7
        to the binary.
 
8
        
 
9
        * src/update-notifier.c (tray_icons_init): Initialise the reboot
 
10
        tray icon as well.
 
11
        (fam_init): Initialise watch for the reboot-required file.
 
12
        (fam_check): If the reboot-required file gets touched or remove,
 
13
        run the reboot_check function.
 
14
        * src/update-notifier.h (struct _UpgradeNotifier): Add pointer to
 
15
        reboot tray applet and request context for watching the file we'll
 
16
        use to do this.
 
17
 
 
18
        * data/notify-reboot-required: instead of copying a hook into the
 
19
        directory, touch /var/run/reboot-required which is sufficient for
 
20
        that message.  Obviously anything wanting to give more detail can
 
21
        still use the hooks.
 
22
        * data/reboot-hook.in: Removed.
 
23
        * data/Makefile.am (templates_DATA): Drop this now there's no hook.
 
24
 
 
25
        * pixmaps/reboot.png: Copied pixmap from the Ubuntu logout dialog.
 
26
        * pixmaps/reboot-icon.png: Taken from Tango theme and colours
 
27
        modified to be a bie like the logout one.
 
28
        * pixmaps/Makefile.am (appicon_DATA): added both new graphcis to
 
29
        pixmaps directory.
 
30
 
 
31
2005-03-03  Dan Damian  <dand@gnome.ro>
 
32
 
 
33
       * po/ro.po:
 
34
       * configure.in: Added Romanian translation.
 
35
 
 
36
2005-03-02  Martin Willemoes Hansen  <mwh@sysrq.dk>
 
37
 
 
38
        * da.po: Updated Danish translation.
 
39
 
 
40
2005-01-25  Martin Willemoes Hansen  <mwh@sysrq.dk>
 
41
        * da.po: Added Danish translation.
 
42
        
 
43
2005-01-06  Michael Vogt <mvo@debian.org>
 
44
        * lot's of internal changes
 
45
        * renamed to udpate-notifier
 
46
        
 
47
2004-10-24  Michiel Sikkes  <michiel@eyesopened.nl>
 
48
 
 
49
        * configure.in: Added with-package-manager configure var.
 
50
        * src/upgrade-notifier.c: 
 
51
          - Added die signal to the gnome client.
 
52
          - Added invokation of the package manager.
 
53
 
 
54
2004-10-22  Michiel Sikkes  <michiel@eyesopened.nl>
 
55
 
 
56
        * Makefile.am: Removed autogen.sh from extra_dist.
 
57
        * configure.in: Replaced configure.in with src/upgrade-notifier.c in
 
58
        AC_INIT.
 
59
 
 
60
2004-10-22  Michiel Sikkes  <michiel@eyesopened.nl>
 
61
 
 
62
        * src/Makefile.am: Added upgrade-notifier.[ch]
 
63
        * src/upgrade-dialog.glade: Moved to ui/
 
64
        * src/upgrade-notifier.c: Added. Was: tray.c
 
65
 
 
66
2004-10-22  Michiel Sikkes  <michiel@eyesopened.nl>
 
67
 
 
68
        * AUTHORS: Added myself
 
69
        * autogen.sh: Stripped down, using gnome-autogen.sh now.
 
70
        * configure.in: Added checks for the package manager and
 
71
        upate-manager.
 
72
        * data/Makefile: 
 
73
        * data/Makefile.in:
 
74
        * pixmaps/Makefile:
 
75
        * pixmaps/Makefile.in:
 
76
        * po/Makefile:
 
77
        * po/Makefile.in:
 
78
        * po/Makefile.in.in:
 
79
        * po/POTFILES:
 
80
        * po/upgrade-notifier.pot:
 
81
        * src/Makefile:
 
82
        * src/Makefile.in: Removed all these files. They don't belong in the
 
83
        upstream repo ;-)
 
84