~ubuntu-branches/ubuntu/quantal/libgweather/quantal

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-04-08 01:10:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080408011020-ny06vzpdt1c3v0pl
Tags: 2.22.1.1-0ubuntu1
* New upstream version:
  Misc
  - Change the soname of the library :-)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-04-08  Vincent Untz  <vuntz@gnome.org>
 
2
 
 
3
        * configure.in:
 
4
        * NEWS: version 2.22.1.1
 
5
 
 
6
2008-04-08  Vincent Untz  <vuntz@gnome.org>
 
7
 
 
8
        * configure.in:
 
9
        * libgweather/Makefile.am: put the logic to change the soname in
 
10
        configure.in, so I don't forget about it...
 
11
 
 
12
2008-04-07  Vincent Untz  <vuntz@gnome.org>
 
13
 
 
14
        * configure.in: post-release bump to 2.22.2
 
15
 
 
16
==================== 2.22.1 ====================
 
17
 
 
18
2008-04-07  Vincent Untz  <vuntz@gnome.org>
 
19
 
 
20
        * configure.in:
 
21
        * NEWS: version 2.22.1
 
22
 
 
23
2008-04-07  Vincent Untz  <vuntz@gnome.org>
 
24
 
 
25
        * data/Makefile.am: fix check rule to work with distcheck
 
26
 
 
27
2008-04-07  Vincent Untz  <vuntz@gnome.org>
 
28
 
 
29
        * data/Makefile.am: add a "make check" to run "xmllint --valid"
 
30
        Patch by Dan Winship <danw@gnome.org>. Fix bug #526013.
 
31
 
 
32
2008-04-07  Vincent Untz  <vuntz@gnome.org>
 
33
 
 
34
        * data/Locations.xml.in: make the file pass xmllint again (just changed
 
35
        the order of two lines)
 
36
 
 
37
2008-04-07  Vincent Untz  <vuntz@gnome.org>
 
38
 
 
39
        Add country codes and timezone hints to Locations.xml. Patch by Dan
 
40
        Winship <danw@gnome.org>. Fix bug #525451.
 
41
 
 
42
        * data/Locations.xml.in: Add ISO 3166 codes for all countries (and
 
43
        those sub-country regions that have them). Add guesses at the
 
44
        timezones for various countries, states, and locations.
 
45
        * data/locations.dtd: Update; a country must have an iso-code, and
 
46
        a location may have one. A country, state, or location may have a
 
47
        tz-hint.
 
48
        * libgweather/gweather-xml.c (gweather_xml_parse_node): Handle iso-code
 
49
        and tz-hint (and make them be inherited properly).
 
50
        * libgweather/weather.[ch] (weather_location_new): add country_code and
 
51
        tz_hint fields to WeatherLocation and update its methods
 
52
 
 
53
2008-04-07  Vincent Untz  <vuntz@gnome.org>
 
54
 
 
55
        Add gweather-xml API. Patch by Dan Winship <danw@gnome.org>.
 
56
        Fix bug #526015.
 
57
 
 
58
        * configure.in: find libxml libs/cflags
 
59
        * libgweather/gweather-xml.c: move this here from gweather/clock-applet
 
60
        and fix the XML parser to skip over unrecognized close tags as well as
 
61
        unrecognized open tags
 
62
        * libgweather/Makefile.am (libgweather_la_SOURCES): add gweather-xml.c
 
63
        (libgweatherinc_HEADERS): add gweather-xml.h
 
64
 
 
65
2008-03-18  Bastien Nocera  <hadess@hadess.net>
 
66
 
 
67
        * MAINTAINERS: upd, Federico is the maintainer
 
68
 
 
69
2008-03-12  Sebastian Dröge  <slomo@circular-chaos.org>
 
70
 
 
71
        * Makefile.am:
 
72
        * configure.in:
 
73
        * data/Makefile.am:
 
74
        * po-locations/Makefile.am: Also dist Locations.xml.in and
 
75
        po-locations/*. Based on a patch by Loïc Minier.
 
76
        Closes bug #419863.
 
77
 
 
78
2008-03-11  Vincent Untz  <vuntz@gnome.org>
 
79
 
 
80
        * configure.in: post-release bump to 2.22.1
 
81
 
 
82
==================== 2.22.0 ====================
 
83
 
1
84
2008-03-11  Vincent Untz  <vuntz@gnome.org>
2
85
 
3
86
        * configure.in: