Change logs and author updated
Version bumped to 0.19
This commit is contained in:
parent
2650e30c72
commit
35bbd39ff1
4 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
Authors
|
Authors
|
||||||
=======
|
=======
|
||||||
Duarte Henriques <duarte.henriques@gmail.com>
|
Duarte Henriques <duarte.henriques@gmail.com>
|
||||||
|
Cedric Girard <girard.cedric@gmail.com>
|
||||||
|
|
|
@ -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>
|
2008-12-14 Duarte Henriques <duarte.henriques@gmail.com>
|
||||||
|
|
||||||
* src/gaim-libnotify.c: really show option to not show
|
* src/gaim-libnotify.c: really show option to not show
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.14
|
0.19
|
||||||
|
|
|
@ -629,8 +629,8 @@ static PurplePluginInfo info = {
|
||||||
NULL, /* summary */
|
NULL, /* summary */
|
||||||
NULL, /* description */
|
NULL, /* description */
|
||||||
|
|
||||||
"Duarte Henriques <duarte.henriques@gmail.com>", /* author */
|
"Cedric Girard <girard.cedric@gmail.com>", /* author */
|
||||||
"http://sourceforge.net/projects/gaim-libnotify/", /* homepage */
|
"https://github.com/X-dark/ArchLinux/tree/master/code/pidgin-libnotify", /* homepage */
|
||||||
|
|
||||||
plugin_load, /* load */
|
plugin_load, /* load */
|
||||||
plugin_unload, /* unload */
|
plugin_unload, /* unload */
|
||||||
|
|
Loading…
Reference in a new issue