aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-06-17 06:20:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-06-17 06:20:35 +0000
commit003e3b2da83a1ac1a43fe2031446c23c900a06a7 (patch)
tree94f5971642e2446c9118607b22eac9f06a96e5a6
parenta71a5504f06eeee8ea8d91f90ef5294ec9eaea7e (diff)
made 2.5.0 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2012 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--TODO4
-rw-r--r--TODO.ja4
-rw-r--r--configure.in2
5 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 06ac0ad3..acc29167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-06-17
+ * version 2.5.0
+
+2008-06-17
+
* sylpheed.desktop: added Polish translation (thanks to Jan Stepien).
2008-06-06
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 0eb0c47e..690374c8 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2008-06-17
+ * version 2.5.0
+
+2008-06-17
+
* sylpheed.desktop: ポーランド語の翻訳を追加(Jan Stepien さん
thanks)。
diff --git a/TODO b/TODO
index 5d63f04b..8ce7ba1f 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,7 @@ TODO
o use GObject mechanism for objects
o complete migration from deprecated GTK+ APIs
o improvements of addressbook
-o vertical 3-paned view
o overall improvements of user-interface
-o original icons and logos
o more efficient SMTP handling for multiple messages
o more robust IMAP4 response parser
o plug-in faculty
@@ -34,6 +32,7 @@ Partially implemented features
. progress display of time-consuming processes
. parallel processing between sending-receiving and others
. customization of key bindings
+. original icons and logos
Implemented features
====================
@@ -79,3 +78,4 @@ Implemented features
* POP before SMTP
* mail arrival notification
* customization of toolbar
+* vertical 3-paned view
diff --git a/TODO.ja b/TODO.ja
index 70e978b5..1690ec77 100644
--- a/TODO.ja
+++ b/TODO.ja
@@ -6,9 +6,7 @@ TODO
o オブジェクトの GObject 機構の使用
o deprecated な GTK+ API からの完全な移行
o アドレス帳の改良
-o 縦3ペイン表示
o 全体的なユーザインタフェースの改良
-o オリジナルのアイコンとロゴ
o より効率的な複数メッセージの SMTP 処理
o より堅牢な IMAP4 応答パーサ
o プラグイン機構
@@ -34,6 +32,7 @@ o 怪しげな英語をなんとかする :)
. 時間が掛かる処理の進捗状況表示
. 送受信とそれ以外との並行処理
. キーバインドのカスタマイズ
+. オリジナルのアイコンとロゴ
実装済の機能
============
@@ -79,3 +78,4 @@ o 怪しげな英語をなんとかする :)
* POP before SMTP
* メール着信通知
* ツールバーのカスタマイズ
+* 縦3ペイン表示
diff --git a/configure.in b/configure.in
index 24f74878..4c4082be 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ MINOR_VERSION=5
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=rc2
+EXTRA_VERSION=
BUILD_REVISION=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION