diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-06-25 05:18:53 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-06-25 05:18:53 +0000 |
commit | a5554f3aaf420fddc00f7f83935c853cc7fd98dd (patch) | |
tree | 3b54663fb6ec5abfc88b1acd1be51a9cfd17ca06 | |
parent | 3f40a1c236767d688e90efce425d5e4cf865a2a1 (diff) |
possible fix for gmodule link error on some environments (#74). Updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3118 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | libsylph/session.c | 2 | ||||
-rw-r--r-- | libsylph/session.h | 2 | ||||
-rw-r--r-- | libsylph/socket.c | 2 | ||||
-rw-r--r-- | libsylph/socket.h | 2 | ||||
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/inc.h | 2 | ||||
-rw-r--r-- | src/mimeview.c | 2 | ||||
-rw-r--r-- | src/mimeview.h | 2 | ||||
-rw-r--r-- | src/prefs_filter_edit.h | 2 | ||||
-rw-r--r-- | src/send_message.c | 2 | ||||
-rw-r--r-- | src/trayicon.c | 2 | ||||
-rw-r--r-- | src/version.h.in | 2 |
14 files changed, 23 insertions, 12 deletions
@@ -1,7 +1,15 @@ -2012-06-22 +2012-06-25 * version 3.2.0 +2012-06-25 + + * src/Makefile.am: possible fix for gmodule link error on some + environments (#74). + * libsylph/*.[ch] + src/*.[ch] + src/version.h.in: updated copyright year. + 2012-06-20 * src/icons/clip.xpm: replaced the clip icon with more visible one @@ -1,5 +1,7 @@ Changes of Sylpheed +* 3.2.0 (stable) + * 3.2.0rc (release candidate) * The Japanese manual was updated. diff --git a/libsylph/session.c b/libsylph/session.c index 9f150230..08a493e5 100644 --- a/libsylph/session.c +++ b/libsylph/session.c @@ -1,6 +1,6 @@ /* * LibSylph -- E-Mail client library - * Copyright (C) 1999-2010 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsylph/session.h b/libsylph/session.h index d41d169c..5fb25851 100644 --- a/libsylph/session.h +++ b/libsylph/session.h @@ -1,6 +1,6 @@ /* * LibSylph -- E-Mail client library - * Copyright (C) 1999-2010 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsylph/socket.c b/libsylph/socket.c index 1c6c80d9..482d29a7 100644 --- a/libsylph/socket.c +++ b/libsylph/socket.c @@ -1,6 +1,6 @@ /* * LibSylph -- E-Mail client library - * Copyright (C) 1999-2011 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsylph/socket.h b/libsylph/socket.h index 9c761305..52f4fd42 100644 --- a/libsylph/socket.h +++ b/libsylph/socket.h @@ -1,6 +1,6 @@ /* * LibSylph -- E-Mail client library - * Copyright (C) 1999-2009 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/Makefile.am b/src/Makefile.am index b998e88d..e34a2ee9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -154,6 +154,7 @@ endif sylpheed_LDADD = \ $(INTLLIBS) \ $(GTK_LIBS) \ + $(GLIB_LIBS) \ $(GPGME_LIBS) \ $(LDAP_LIBS) \ $(LIBICONV) \ @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2010 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mimeview.c b/src/mimeview.c index 2fa29cc5..2e53932c 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2011 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mimeview.h b/src/mimeview.h index 89b41b5c..65f07cd2 100644 --- a/src/mimeview.h +++ b/src/mimeview.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2011 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/prefs_filter_edit.h b/src/prefs_filter_edit.h index eede66c8..1b748d85 100644 --- a/src/prefs_filter_edit.h +++ b/src/prefs_filter_edit.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2008 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/send_message.c b/src/send_message.c index 2c910069..a8c2c7a4 100644 --- a/src/send_message.c +++ b/src/send_message.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2010 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/trayicon.c b/src/trayicon.c index 20eed830..8a2427dc 100644 --- a/src/trayicon.c +++ b/src/trayicon.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2006 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/version.h.in b/src/version.h.in index d0b7141f..05ee734b 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2011 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |