~mterry/geonames/search-countries-too

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: CI Train Bot
  • Date: 2016-03-15 13:33:03 UTC
  • Revision ID: ci-train-bot@canonical.com-20160315133303-0uvydvehxhw9z2w1
Tags: 0.1+16.04.20160315-0ubuntu1
Releasing 0.1+16.04.20160315-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
geonames (0.1+16.04.20160315-0ubuntu1) xenial; urgency=medium
 
2
 
 
3
  [ Lars Uebernickel ]
 
4
  * Add demo application added: demo/ demo/Makefile.am demo/geonames-
 
5
    demo.c
 
6
  * Add documentation added: doc/ doc/Makefile.am doc/reference/
 
7
    doc/reference/Makefile.am doc/reference/geonames-docs.xml.in
 
8
  * Add geonames_get_n_cities()
 
9
  * Add geonames_query_cities_sync()
 
10
  * Add pkgconfig file added: src/geonames.pc.in
 
11
  * Add sanity test for empty results
 
12
  * Add support for g_autoptr
 
13
  * Don't install geonames-mkdb
 
14
  * Empty argument list is bad C99
 
15
  * Ensure that geonames db is loaded before querying it
 
16
  * Favor larger cities
 
17
  * Fix typo in public enum field
 
18
  * Install headers
 
19
  * demo: don't leak indices
 
20
  * query_cities: return array directly
 
21
  * query_cities_finish: write to indices out parameter
 
22
  * tests: link against libgeonames and use new sync api
 
23
 
 
24
  [ Michael Terry ]
 
25
  * Fix double-free when querying.
 
26
  * Merge debian packaging branch added: COPYING debian/
 
27
    debian/changelog debian/compat debian/control debian/copyright
 
28
    debian/libgeonames-dev.install debian/libgeonames0.install
 
29
    debian/libgeonames0.symbols debian/rules debian/source/
 
30
    debian/source/format
 
31
 
 
32
 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 15 Mar 2016 13:33:03 +0000
 
33
 
1
34
geonames (0.1-0ubuntu1) xenial; urgency=low
2
35
 
3
36
  * Initial release