From 70916a0342cdb66cc3a965c028cdb05f1698e86c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 6 Sep 2009 11:46:49 +0200 Subject: [PATCH] Version 0.3.0 --- CMakeLists.txt | 2 +- ChangeLog | 4 ++-- NEWS | 6 ++++-- README | 2 +- UPGRADE_0.3 | 2 +- configure.in | 4 ++-- doc/weechat-curses.1 | 2 +- po/cs.po | 4 ++-- po/de.po | 4 ++-- po/es.po | 4 ++-- po/fr.po | 4 ++-- po/hu.po | 4 ++-- po/pl.po | 4 ++-- po/ru.po | 4 ++-- src/gui/curses/gui-curses-main.c | 4 ++-- weechat.spec | 6 ++++-- 16 files changed, 32 insertions(+), 28 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85a2d89e7..fc8251bdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ ENDIF(PREFIX) SET(VERSION_MAJOR "0") SET(VERSION_MINOR "3") -SET(VERSION_PATCH "0-rc3") +SET(VERSION_PATCH "0") SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) SET(PKG_STRING "${PROJECT_NAME} ${VERSION}") SET(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib/${PROJECT_NAME}) diff --git a/ChangeLog b/ChangeLog index 4c521ae3d..3d4faa464 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,10 @@ WeeChat ChangeLog ================= FlashCode -v0.3.0-dev, 2009-06-14 +v0.3.0, 2009-09-06 -Version 0.3.0 (under dev!) +Version 0.3.0 (2009-09-06) -------------------------- * irc: add irc plugin (replaces old IRC code in core) (task #6217) diff --git a/NEWS b/NEWS index 4ca04df69..33a7addc0 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ WeeChat News ============ -FlashCode, 2009-08-10:: - WeeChat 0.3.0 will bring major changes, especially for configuration files +FlashCode, 2009-09-06:: + WeeChat 0.3.0 released. + + + This version brings major changes, especially for configuration files and plugin API. + For more information about this version, please read file UPGRADE_0.3. diff --git a/README b/README index 82e401823..023240926 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Features * chat client with multi-protocols/servers connection * many GUI (curses, Gtk, Qt) (1) * small, fast and very light -* customizable and extensible with plugins (C, Perl, Python, Ruby, Lua) +* customizable and extensible with plugins (C, Perl, Python, Ruby, Lua, Tcl) * compliant with IRC RFCs 1459, 2810, 2811, 2812 and 2813 * developed from scratch * multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows & other) (2) diff --git a/UPGRADE_0.3 b/UPGRADE_0.3 index 3566d6ec1..827039886 100644 --- a/UPGRADE_0.3 +++ b/UPGRADE_0.3 @@ -1,7 +1,7 @@ WeeChat Upgrade to 0.3.x ======================== FlashCode -v0.3.0, 2009-08-09 +v0.3.0, 2009-09-06 This document lists major changes introduced in version 0.3.0 and not compatible diff --git a/configure.in b/configure.in index ee7ef2e76..87a003405 100644 --- a/configure.in +++ b/configure.in @@ -18,10 +18,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 0.3.0-rc3, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.3.0, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/core/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.3.0-rc3]) +AM_INIT_AUTOMAKE([weechat], [0.3.0]) # Checks for programs AC_PROG_CC diff --git a/doc/weechat-curses.1 b/doc/weechat-curses.1 index c5ed53ef1..fd88e6741 100644 --- a/doc/weechat-curses.1 +++ b/doc/weechat-curses.1 @@ -1,4 +1,4 @@ -.TH WEECHAT 1 "May 2009" "FlashCode" +.TH WEECHAT 1 "September 2009" "FlashCode" .SH NAME weechat-curses \- Wee Enhanced Environment for Chat (Curses version) diff --git a/po/cs.po b/po/cs.po index def8ef49f..77e17a74b 100644 --- a/po/cs.po +++ b/po/cs.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.3.0-dev\n" +"Project-Id-Version: WeeChat 0.3.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "POT-Creation-Date: 2009-09-04 10:38+0200\n" -"PO-Revision-Date: 2009-09-04 11:31+0200\n" +"PO-Revision-Date: 2009-09-06 10:02+0200\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" diff --git a/po/de.po b/po/de.po index 5a81e0975..8132b840c 100644 --- a/po/de.po +++ b/po/de.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.3.0-dev\n" +"Project-Id-Version: WeeChat 0.3.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "POT-Creation-Date: 2009-09-04 10:38+0200\n" -"PO-Revision-Date: 2009-05-11 13:02+0200\n" +"PO-Revision-Date: 2009-09-06 10:02+0200\n" "Last-Translator: Thomas Schuetz \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" diff --git a/po/es.po b/po/es.po index e119719e1..0d51110b0 100644 --- a/po/es.po +++ b/po/es.po @@ -6,10 +6,10 @@ # Elián Hanisch , 2009. msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.3.0-dev\n" +"Project-Id-Version: WeeChat 0.3.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "POT-Creation-Date: 2009-09-04 10:38+0200\n" -"PO-Revision-Date: 2009-09-04 14:57-0300\n" +"PO-Revision-Date: 2009-09-06 10:02+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" diff --git a/po/fr.po b/po/fr.po index 47c87ce45..91485c136 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.3.0-dev\n" +"Project-Id-Version: WeeChat 0.3.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "POT-Creation-Date: 2009-09-04 10:38+0200\n" -"PO-Revision-Date: 2009-09-04 10:39+0200\n" +"PO-Revision-Date: 2009-09-06 10:02+0200\n" "Last-Translator: FlashCode \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" diff --git a/po/hu.po b/po/hu.po index 3611c850d..c28ecd3d3 100644 --- a/po/hu.po +++ b/po/hu.po @@ -10,10 +10,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.3.0-dev\n" +"Project-Id-Version: WeeChat 0.3.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "POT-Creation-Date: 2009-09-04 10:38+0200\n" -"PO-Revision-Date: 2009-05-11 13:02+0200\n" +"PO-Revision-Date: 2009-09-06 10:02+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" diff --git a/po/pl.po b/po/pl.po index 930b77e94..2fc72a492 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.3.0-dev\n" +"Project-Id-Version: WeeChat 0.3.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "POT-Creation-Date: 2009-09-04 10:38+0200\n" -"PO-Revision-Date: 2009-09-05 11:31+0100\n" +"PO-Revision-Date: 2009-09-06 10:02+0200\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" diff --git a/po/ru.po b/po/ru.po index 760770eab..150a357a4 100644 --- a/po/ru.po +++ b/po/ru.po @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.3.0-dev\n" +"Project-Id-Version: WeeChat 0.3.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "POT-Creation-Date: 2009-09-04 10:38+0200\n" -"PO-Revision-Date: 2009-05-11 13:02+0200\n" +"PO-Revision-Date: 2009-09-06 10:02+0200\n" "Last-Translator: Pavel Shevchuk \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" diff --git a/src/gui/curses/gui-curses-main.c b/src/gui/curses/gui-curses-main.c index f6258d6f4..2f0822d7b 100644 --- a/src/gui/curses/gui-curses-main.c +++ b/src/gui/curses/gui-curses-main.c @@ -125,8 +125,8 @@ gui_main_init () /* set title for core buffer */ gui_buffer_set_title (ptr_buffer, - "WeeChat " WEECHAT_COPYRIGHT_DATE - " - " WEECHAT_WEBSITE); + "WeeChat " PACKAGE_VERSION " " + WEECHAT_COPYRIGHT_DATE " - " WEECHAT_WEBSITE); /* create main window (using full space) */ if (gui_window_new (NULL, ptr_buffer, 0, 0, diff --git a/weechat.spec b/weechat.spec index 11a312536..b6ac32b47 100644 --- a/weechat.spec +++ b/weechat.spec @@ -58,8 +58,8 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,0755) -%doc AUTHORS ChangeLog COPYING INSTALL NEWS README -%doc doc/en/weechat_*.txt doc/fr/weechat_*.txt +%doc AUTHORS ChangeLog COPYING INSTALL NEWS README UPGRADE_0.3 +%doc doc/en/weechat_*.txt doc/fr/weechat_*.txt doc/pl/weechat_*.txt doc/de/weechat_*.txt %doc %{_docdir}/%{name}/*.html %{_mandir}/man1/%{name}-curses.1* %{_bindir}/%{name}-curses @@ -68,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/%{name}/weechat-plugin.h %changelog +* Sun Sep 06 2009 FlashCode 0.3.0-1 +- Released version 0.3.0 * Thu Sep 06 2007 FlashCode 0.2.6-1 - Released version 0.2.6 * Thu Jun 07 2007 FlashCode 0.2.5-1