-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
73 lines (55 loc) · 1.86 KB
/
NEWS
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
1.99.3
======
- All D-Bus prop names capitalized as per general conventions.
- Expose D-Bus specification XML file in pkg-config file.
- Fix some potential crashes in error handling code.
- Remove unused build-time yelp dependency.
- Correct the libsoup dependency in pkg-config (although it doesn't affect any
applications at the moment).
- Fix some compiler warnings.
All contributors to this release:
Evgeny Bobkin <[email protected]>
Guillaume Desmottes <[email protected]>
Kalev Lember <[email protected]>
Zeeshan Ali (Khattak) <[email protected]>
1.99.2
======
- Drop client-side library.
- Add COPYING file.
- Install geoip-lookup with make install. This makes life easier for binary
distributions that can then ship geoip-lookup in a package.
- Distribute server documentation.
- Distribute & install interface XML file.
- Add/update forgotten copyright headers.
All contributors to this release:
Kalev Lember <[email protected]>
Zeeshan Ali (Khattak) <[email protected]>
1.99.1
======
- Move to system D-Bus.
- Import geoip code from geocode-glib.
- Add option to automatically exit on inactivity. By default it:
- Runs indefinitely when launched manually.
- Exits after 5 seconds of inactivity when (auto)launched by D-Bus.
- Relicense from LGPLv2+ to GPLv2+.
- Some build/installation related fixes.
- Correctly version pkg-config file.
- Fix crash on error.
- Add --version cmdline option.
Dependency-related changes:
- Remove redundant GOA dep from pkg-config.
- Drop dependency on geocode-glib.
- New dependencies:
- json-glib-1.0 >= 0.14
- libsoup-2.4
- geoip >= 1.5.1 (Only needed by geoip server)
All contributors to this release:
Bastien Nocera <[email protected]>
Colin Walters <[email protected]>
Zeeshan Ali (Khattak) <[email protected]>
1.99.0
======
- Bump the version number
0.0.1
=====
- First release (of geoclue2)