File: CHANGELOG

package info (click to toggle)
libcloudproviders 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 340 kB
  • sloc: ansic: 2,243; xml: 15; makefile: 10; javascript: 5
file content (43 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download | duplicates (2)
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
0.4.0
-----
* Add dependencies to the pkg-config file (Sam Wedgwood)
* Replace gtk-doc with gi-docgen
* Require meson 1.9.0
* Plug tiny memory leaks and reduce memory footprint of the library

0.3.6
-----
* Plug several memory leaks
* Avoid use-after-free within the Proxy
* Renamespace CloudProvidersProvider
* Reduce a bit the CloudProvidersAccount memory footprint

0.3.5
-----
* Avoid use after free with g_bus_get

0.3.4
-----
* Re-release du to release tarball issue

0.3.3
-----
* Use a new way to register providers using .desktop files

0.3.0
-----
* Provide Vala bindings (Fernando da Silva)
* Fix dbus server path (Fernando da Silva)
* Use option for includedir (Jan Tojnar)
* Fix crash when using more than one file chooser (Jan Alexander)

0.2.5
-----
* Drop the daemon and do the cloud providers query client side.
* Update the API with proper prefixes as recommended for GObject libraries.
* Convert DBUS functions to properties, to allow notify:: signals.
* Add a flag for conditional install the tests.

0.1.0
-----
* First release of libcloudproviders