File: NEWS

package info (click to toggle)
gupnp-vala 0.6.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 540 kB
  • ctags: 21
  • sloc: sh: 3,389; makefile: 163
file content (155 lines) | stat: -rw-r--r-- 2,781 bytes parent folder | download
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
0.6.7
=====

- Require & adapt to gupnp-av 0.5.7.

All contributors:

Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.6.6
=====

Mirco release to fix the broken tarball for last release.

All contributors:

Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.6.5
=====

Changes since 0.6.4:

- Require & adapt to:
  - gssdp 0.7.2
  - gupnp 0.13.3
  - gupnp-av 0.5.5
  - vala 0.8.0
- Don't hide gupnp_root_device_get_relative_location

All contributors:

Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.6.4
=====

Changes since 0.6.2:

- Require and adapt to gupnp-av 0.5.3.

All contributors:

Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.6.2
=====

Changes since 0.6:

- Remove bogus type_argument from gupnp metadata.
- No need for custom bindings for SearchCriteriaParser.

Dependency-related changes:

- Require vala >= 0.7.8.
- Require and adapt to gupnp-av >= 0.5.2.

Bugs fixed:

1850 - Vapi for ServiceAction.get_message is wrong

All contributors:

Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Jens Georg <mail@jensge.org>

0.6
===

Changes since 0.5.4:

- Adapt to new gssdp, gupnp and gupnp-av APIs.
- Fix pkg-config paths.

Bugs fixed:

1570 - gupnp doesn't set the pkgconfig lib dir correctly in 64 bit env

Dependencies changed:

- gssdp >= 0.7
- gupnp >= 0.13
- gupnp-av >= 0.5

All contributors:

Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Ross Burton <ross@linux.intel.com>

WARNING: This release is API and ABI incompatible with previous releases.

0.5.4
=====

A new minor release mainly to update the gupnp-av bindings.

0.5.3
=====

- Service::action_invoked.action is now 'owned' by the handler.
- Remove all generated files on `make clean`.
- Tell Vala that ServiceAction doesn't have ref/unref functions.
- Add a pkg-config file for gupnp-vala.
- Require latest vala, gssdp and gupnp.

0.5.2
=====

- Require latest (0.5.6) vala to get compatible vapi files.
- Require latest of all GUPnP libraries.

0.5.1
=====

A minor release to put newer vapi files in the distribution tarball.

0.5
===

DIDLLiteResource API updates: No need to keep weak strings in the struct now
that _copy() and _destroy() functions are provided for this struct.

0.4
===

- update to GSSDP 0.6.3
- modify bindings to be compatible with Vala 0.5.3
- Updates to test apps

0.3
===

- modify bindings to be compatible with Vala 0.4 & 0.5
- Make GUPnPDIDLLiteResource fields weak
- Update bindings to GUPnP 0.12.3

0.2
===

- custom types available 
- Treat Service::query_variable.value as 'ref'
- requires Vala 0.3.4

0.1
===

Initial release of gupnp-vala. Includes Vala bindings for the whole gupnp stack:
 * gssdp-1.0 0.6.1
 * gupnp-1.0 0.12
 * gupnp-ui-1.0 0.1
 * gupnp-av-1.0 0.2.1

- Requires Vala 0.3.3
- custom GUPnP types (like GUPnPURI) are not supported yet, use plain strings