Changeset 2972

Show
Ignore:
Timestamp:
02/15/07 03:10:55
Author:
chipx86
Message:

Update with all the fixes in this release.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libnotify/ChangeLog

    r2968 r2972  
     1Thu Feb 15 03:10:39 PST 2007  Christian Hammond <chipx86@chipx86.com> 
     2 
     3    * NEWS: 
     4      - Update with all the fixes in this release. 
     5 
    16Thu Feb 15 02:44:16 PST 2007  Christian Hammond <chipx86@chipx86.com> 
    27 
  • trunk/libnotify/NEWS

    r2937 r2972  
    44    * Fixed a crash when the D-BUS proxy was not being freed on notify_uninit, 
    55      which was problematic when used in a loadable module. (Bug #92) 
     6    * Fixed a crash when a signal handler for the notification's closed signal 
     7      caused the notification to be destroyed. (Bug #116) 
     8    * Fixed memory leaks when creating notifications. (Bug #112) 
     9    * Fixed potential memory leaks where the function passed to 
     10      notify_notification_add_action to free the user data was not being 
     11      called. (Bug #119) 
    612 
    713version 0.4.3 (8-October-2006):