| 1 | | libnotify 0.3.0 |
|---|
| 2 | | === |
|---|
| | 1 | version 0.3.2: |
|---|
| | 2 | * Added back notify_get_server_info() and notify_get_server_caps(). |
|---|
| | 3 | * Fixed to work with D-BUS 0.36 and higher. However, it's best to note |
|---|
| | 4 | that due to bugs in versions of the D-BUS GLib bindings before 0.60, |
|---|
| | 5 | raw image data cannot be sent in notifications. A warning will be |
|---|
| | 6 | outputted to the console. |
|---|
| | 7 | * Added assertions to all of the API functions so that invalid data passed |
|---|
| | 8 | won't crash the calling program. |
|---|
| | 9 | * Added automatic notification removal for non-expiring notifications and |
|---|
| | 10 | notifications with actions when the calling application closes. |
|---|
| | 11 | * Fixed issues where the header files couldn't always be included in |
|---|
| | 12 | some programs. |
|---|
| | 13 | * Fixed a lot of compiler errors and warnings. |
|---|
| | 14 | * Fixed C99 usage. |
|---|
| | 15 | * Added the ability to set user data on action callbacks on a per-action |
|---|
| | 16 | basis. |
|---|
| | 17 | * Fixed notify-send to work without crashing. |
|---|
| | 18 | * Fixed the library to send messages appropriate to the D-BUS |
|---|
| | 19 | specification. |
|---|
| | 20 | * Cleaned up the API a lot. |
|---|
| | 21 | * Renamed NOTIFY_TIMEOUT_* to NOTIFY_EXPIRES_*. |
|---|
| | 22 | * Removed notify_notification_show_and_forget(). |
|---|
| | 23 | * Internal changes to remove the number of DBusGProxy connections, and |
|---|
| | 24 | make sure it's initialized before using any D-BUS GValue-related code. |
|---|
| | 25 | This fixes raw image sending. |
|---|
| 4 | | * First release of the new GObject based API and simpler wire protocol |
|---|
| | 27 | version 0.3.0: |
|---|
| | 28 | * First release of the new GObject based API and simpler wire protocol |
|---|
| | 29 | |
|---|
| | 30 | version 0.2.3: |
|---|
| | 31 | * Fix notify-send to work with icon parameters (bug #4308) |
|---|
| | 32 | |
|---|
| | 33 | version 0.2.2 (10-August-2005): |
|---|
| | 34 | * Fixed many run-time issues with PPC and AMD64 (Martin Pitt) |
|---|
| | 35 | |
|---|
| | 36 | version 0.2.1 (28-July-2005): |
|---|
| | 37 | * Fixed hint support for D-BUS 0.3x. |
|---|
| | 38 | |
|---|
| | 39 | version 0.2.0 (28-July-2005): |
|---|
| | 40 | * Initial public release. |
|---|