diff options
author | Kangho Hur <kangho.hur@samsung.com> | 2012-02-20 21:28:00 +0900 |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2012-02-21 10:21:09 +0900 |
commit | 4f6f0db297541bdb8f45c6e0f8a8ab6508e90b0b (patch) | |
tree | ed191edcb685ddcfb73e9cc5be68c6deb40c51cf /debian | |
parent | 549fdb67f99b2ea0d28f82247a3a485e457c84b4 (diff) | |
download | geocoder-4f6f0db297541bdb8f45c6e0f8a8ab6508e90b0b.tar.gz geocoder-4f6f0db297541bdb8f45c6e0f8a8ab6508e90b0b.tar.bz2 geocoder-4f6f0db297541bdb8f45c6e0f8a8ab6508e90b0b.zip |
Use 'static' to local function which is limited to the current source file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 35b57b5..20bf21e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +capi-location-geocoder (0.1.0-9) unstable; urgency=low + + * Use 'static' to local function which is limited to the current source file. + + -- Kangho Hur <kangho.hur@samsung.com> Tue, 21 Feb 2012 10:21:01 +0900 + capi-location-geocoder (0.1.0-8) unstable; urgency=low * Apply the SOVERSION |