Change logs and author updated

Version bumped to 0.19
This commit is contained in:
Cedric Girard 2011-03-15 16:42:11 +01:00
parent 2650e30c72
commit 35bbd39ff1
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,4 @@
Authors
=======
Duarte Henriques <duarte.henriques@gmail.com>
Cedric Girard <girard.cedric@gmail.com>

View File

@ -1,3 +1,11 @@
2011-03-15 Cedric Girard <girard.cedric@gmail.com>
* src/pidgin-libnotify.c: patch from
https://bugs.launchpad.net/ubuntu/+source/pidgin-libnotify/+bug/577622
for IRC notifications
* po/*.po: language patch from archlinux :
http://projects.archlinux.org/svntogit/community.git/tree/pidgin-libnotify/repos/community-testing-x86_64/language_fixes.patch
2008-12-14 Duarte Henriques <duarte.henriques@gmail.com>
* src/gaim-libnotify.c: really show option to not show

View File

@ -1 +1 @@
0.14
0.19

View File

@ -629,8 +629,8 @@ static PurplePluginInfo info = {
NULL, /* summary */
NULL, /* description */
"Duarte Henriques <duarte.henriques@gmail.com>", /* author */
"http://sourceforge.net/projects/gaim-libnotify/", /* homepage */
"Cedric Girard <girard.cedric@gmail.com>", /* author */
"https://github.com/X-dark/ArchLinux/tree/master/code/pidgin-libnotify", /* homepage */
plugin_load, /* load */
plugin_unload, /* unload */