Version 0.4.3

v2.8-utf8proc
Sebastien Helleu 2014-02-09 09:52:53 +01:00
parent 2b4401339a
commit f25dd0c81e
5 changed files with 7 additions and 5 deletions

View File

@ -33,7 +33,7 @@ ENDIF(PREFIX)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "4")
SET(VERSION_PATCH "3-rc2")
SET(VERSION_PATCH "3")
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
SET(LICENSE "GPL3")
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")

View File

@ -9,7 +9,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
(file 'NEWS' in sources).
== Version 0.4.3 (under dev)
== Version 0.4.3 (2014-02-09)
* core: fix hotlist problems after apply of a layout (bug #41481)
* core: fix installation of weechat-plugin.h with autotools (patch #8305)

2
NEWS
View File

@ -11,7 +11,7 @@ http://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
(file 'ChangeLog' in sources).
== Version 0.4.3 (under dev)
== Version 0.4.3 (2014-02-09)
=== Colors in messages

View File

@ -24,7 +24,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.4.3-rc2, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.4.3, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE

View File

@ -23,7 +23,7 @@
#
%define name weechat
%define version 0.4.2
%define version 0.4.3
%define release 1
Name: %{name}
@ -77,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
%changelog
* Sun Feb 09 2014 Sébastien Helleu <flashcode@flashtux.org> 0.4.3-1
- Released version 0.4.3
* Sun Oct 06 2013 Sébastien Helleu <flashcode@flashtux.org> 0.4.2-1
- Released version 0.4.2
* Mon May 20 2013 Sébastien Helleu <flashcode@flashtux.org> 0.4.1-1