File: NEWS

package info (click to toggle)
libunique 1.1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,704 kB
  • sloc: sh: 10,371; ansic: 2,472; xml: 1,345; makefile: 238
file content (46 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Changes for Unique 1.1.6
========================
• Fix linker flags [Emilio Pozuelo Monfort]

Changes for Unique 1.1.4
========================
• Fix last usage of GDK X11 API without guards [Anders F. Bjorklund]
• Fix UNIQUE_CHECK_VERSION macro [Emmanuel Rodriguez]
• Documentation fixes
• Update the build environment
• Fix introspection annotation for unique_message_data_[sg]et_uris()
• Allow building only the D-Bus backend [Tor Lillqvist]

Changes for Unique 1.1.2
========================
* Follow GTK+'s single header include policy [Armin Burgmeier]
* Remove a weak reference on the watched window [Armin Burgmeier]
* Rework the build environment:
  - use a recent syntax for the configure.ac
  - use AS_COMPILER_FLAGS to ensure portability
  - use Shave to clean up the build output
* Allow compiling out the Unix Domain Socket backend (bacon)
* Use the D-Bus backend by default
* Use GTK-Doc >= 1.11 to generate a proper Index
* Use X11-specific API only if we have support for it

Changes for Unique 1.0.4
========================
* Plug a leak in UniqueMessageData [Cosimo Cecchi]
* Fix raw getter for UniqueMessageData
* Make libunique behave correctly on OpenBSD [Landry Breuil]

Changes for Unique 1.0.2
========================
* Various compilation warnings fixed
* Add raw data getter for UniqueMessageData
* Add filename accessor pair for UniqueMessageData
* Fix linking with --as-needed
* Support libtool 2.2
* Do not export private functions symbols

Changes for Unique 1.0.0
========================
* First stable release
* API is frozen
* D-Bus and socket backends