File: NEWS

package info (click to toggle)
libgweather 2.22.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 55,660 kB
  • ctags: 405
  • sloc: sh: 9,169; ansic: 3,129; makefile: 122
file content (157 lines) | stat: -rw-r--r-- 3,756 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
156
157
libgweather 2.22.3
==================

Translators

	* Hendrik Richter (de)
	* Clytie Siddall (vi)
	* Funda Wang (zh_CN)

libgweather 2.22.2
==================

Locations.xml

	* Add some documentation about the format of the file (Dan Winship)
	* Update data for Santiago (Jaap A. Haitsma)
	* Fix coordinates for Nefta (Jaap A. Haitsma)

Misc

	* Fix build when LINGUAS is set (Vincent)
	* Fix build with -jX (Vincent)

Translators

	* Yavor Doganov (bg)
	* Ivar Smolin (et)
	* Gabor Kelemen (hu)

libgweather 2.22.1.2
====================

libgweather

	* Parse the localized Locations.xml if available (Vincent)

Locations.xml

	* Updated Russian tz-hints (Nickolay V. Shmyrev)
	* Add correct tz-hint for Valparaiso, IN (Shaun McCance)
	* Fix many tz-hints (Dan Winship)
	* Add script to check the tz-hints are valid (Dan Winship, Vincent)
	* Add some documentation about the format of the file (Dan Winship)
	* Create per-locale XML files if asked so to improve performance
	  (Vincent)

Misc

	* Add new --enable-all-translations-in-one-xml configure flag to keep
	  the old behavior of building one XML file with all translations
	  instead of creating per-locale XML files (Vincent)
	* List the right libraries requirements in gweather.pc (Vincent)

libgweather 2.22.1.1
====================

Misc

	* Change the soname of the library :-) (Vincent)

libgweather 2.22.1
==================

The API/ABI has been broken in this release.

libgweather

	* Add API to parse Locations.xml, based on the code from
	  gnome-applets/gnome-panel (Dan Winship)
	* Parse country codes and timezone hints [breaks API/ABI] (Dan Winship)

Locations.xml

	* Add country codes and timezone hints to Locations.xml (Dan Winship)
	* Make the file valid (Vincent)
	* Add make check rule (Dan Winship)

Misc

	* Distribute Locations.xml.in and relevant translations (Loïc Minier,
	  Sebastian Dröge)

Translators

	* Simos Xenitellis (el)
	* Ivar Smolin (et)
	* Eskild Hustvedt (nn)

libgweather 2.22.0
==================

Translators

	* Alexander Nyakhaychyk (be)
	* Runa Bhattacharjee (bn_IN)
	* Kenneth Nielsen (da)
	* David Lodge (en_GB)
	* Claude Paroz (fr)
	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Sandeep Shedmake (mr)
	* Yannig Marchegay (Kokoyaya) (oc)
	* Vasiliy Faronov (ru)
	* I. Felix (ta)
	* Baris Cicek (tr)
	* Maxim V. Dziumanenko (uk)

libgweather 2.21.92
==================

Translators

	* Khaled Hosny (ar)
	* Amitakhya Phukan (as)
	* Alaksandar Navicki (be@latin)
	* Xavier Conde Rueda (ca)
	* Petr Kovar (cs)
	* Andre Klapper (de)
	* Ilkka Tuohela (fi)
	* Seán de Búrca (ga)
	* Ignacio Casal Quinteiro (gl)
	* Yair Hershkovitz (he)
	* Takeshi AIHANA (ja)
	* Shankar Prasad (kn)
	* Changwoo Ryu (ko)
	* Žygimantas Beručka (lt)
	* Arangel Angov (mk)
	* Wouter Bolsterlee (nl)
	* Tomasz Dominikowski (pl)
	* Jonh Wendell (pt_BR)
	* Duarte Loreto (pt)
	* Danishka Navin (si)
	* Matej Urbančič (sl)
	* Daniel Nylander (sv)
	* Theppitak Karoonboonyanan (th)
	* Yang Zhang (zh_CN)
	* Woodman Tuen (zh_HK)
	* Woodman Tuen (zh_TW)


libgweather 2.21.1
==================

This is the first release of libgweather as a standalone
library. libgweather provides access to weather information from the
net and is used by programs such as the weather report applet.

The library was previously part of the gnome-applets package and this
release corresponds with the 2.21.3 release of gnome-applets. Since
the last release of gnome-applets, the following changes have been
made to libgweather:

 - Locations.xml has been moved from gweather to libgweather and a
   pkg-config variable has been added to let applications find it.
 - Units are now marked for translation.
 - New functions to parse temperatures and wind speeds.
 - Locations.xml fixes.