~ubuntu-branches/ubuntu/gutsy/libnotify/gutsy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sivan Greenberg
  • Date: 2006-11-22 22:58:44 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061122225844-ya65cla58dpdjpmg
Tags: 0.4.3-0ubuntu1
* Merged with debian, remaining changes:
  + debian/rules:
    o Bump shlibs for libnotify to (>= 0.4.2)
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
========================= 0.4.3 =========================
 
2
 
 
3
Sun Oct 08 13:21:20 EDT 2006  Christian Hammond <chipx86@chipx86.com>
 
4
 
 
5
        * configure.ac:
 
6
        * NEWS:
 
7
          - Bump the version to 0.4.3.
 
8
          - Add the release datestamp.
 
9
 
 
10
Sun Sep 03 23:48:29 PDT 2006  Christian Hammond <chipx86@chipx86.com>
 
11
 
 
12
        * libnotify/notification.c:
 
13
        * NEWS:
 
14
          - Patch by lucasr to fix an invalid assertion in
 
15
            notify_notification_new_with_status_icon. This closes bug #85.
 
16
 
 
17
Sun Sep 03 23:44:01 PDT 2006  Christian Hammond <chipx86@chipx86.com>
 
18
 
 
19
        * libnotify/notify.c:
 
20
        * NEWS:
 
21
          - Patch by berndth to stop using g_atexit, as this can fail in the
 
22
            case of a dynamically loaded module. Applications should now call
 
23
            notify_uninit() on exit or on plugin unload. This closes bug #86.
 
24
 
 
25
Mon Jul 31 19:40:10 PDT 2006  Christian Hammond <chipx86@chipx86.com>
 
26
 
 
27
        * libnotify/notification.c:
 
28
          - Emit the property change notification for "status-icon" and not
 
29
            "attach-icon". This closes bug #81.
 
30
 
 
31
Sat Jul 29 03:02:18 PDT 2006  Christian Hammond <chipx86@chipx86.com>
 
32
 
 
33
        * libnotify/notification.c:
 
34
          - Patch by Ed Catmur to reset a notification's ID if
 
35
            notify_notification_show() is called on a notification that had
 
36
            already been closed. This causes the notification to receive a new
 
37
            ID. This closes ticket #78.
 
38
 
 
39
Thu Jul 13 00:44:29 PDT 2006  Christian Hammond <chipx86@chipx86.com>
 
40
 
 
41
        * configure.ac:
 
42
          - Patch by compnerd to check for glib 2.6+ during configure, as that
 
43
            is now required. This closes ticket #69.
 
44
 
 
45
Thu Jul 13 00:41:16 PDT 2006  Christian Hammond <chipx86@chipx86.com>
 
46
 
 
47
        * libnotify/notification.c:
 
48
        * AUTHORS:
 
49
        * configure.ac:
 
50
          - Patch by mderezynski to send an array of UCHARs as expected by
 
51
            notification-daemon rather than an array of CHARs. This closes
 
52
            ticket #68.
 
53
          - Bump to version 0.4.2.90.
 
54
 
1
55
========================= 0.4.2 =========================
2
56
 
3
57
Sat Jun 17 19:17:05 PDT 2006  Christian Hammond <chipx86@chipx86.com>