diff options
author | Ted Gould <ted@gould.cx> | 2011-09-19 21:44:03 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-19 21:44:03 -0500 |
commit | 0ab41b7e1ae55e2204a58d749c581885de900269 (patch) | |
tree | ee9b39a0c7ff117559ca75f46dd41d59412d4244 /ChangeLog | |
parent | 8ec147c04f22eca3d25c4618d8ff2f7b7f9d286f (diff) | |
parent | 0b4f5b328187ccb747cec3f89e642d5d30d23949 (diff) | |
download | libayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.tar.gz libayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.tar.bz2 libayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.zip |
* New upstream release.
* Add libm to linking to fix FTBFS (LP: #840514)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ # Generated by Makefile. Do not edit. +2011-09-19 Ted Gould <ted@gould.cx> + + 0.4.0 + +2011-09-16 Ted Gould <ted@gould.cx> + + Add in libm + +2011-09-03 Evgeni Golov <evgeni@debian.org> + + find and link libm + + otherwise it will ftbfs with --as-needed because + libindicator/indicator-image-helper.c uses round() but does not link to libm + 2011-08-11 Ted Gould <ted@gould.cx> 0.3.93 |