Version 1.5

This commit is contained in:
Sébastien Helleu 2016-05-01 12:50:12 +02:00
parent e8e36ad32f
commit c017af8e0a
4 changed files with 7 additions and 5 deletions

View File

@ -16,7 +16,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
[[1.5]] [[1.5]]
== Version 1.5 (under dev) == Version 1.5 (2016-05-01)
[[1.5_features]] [[1.5_features]]
=== New features === New features

View File

@ -18,7 +18,7 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
[[1.5]] [[1.5]]
== Version 1.5 (under dev) == Version 1.5 (2016-05-01)
[[1.5_nick_coloring]] [[1.5_nick_coloring]]
=== Nick coloring moved to core === Nick coloring moved to core

View File

@ -32,9 +32,9 @@
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2) # devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
# #
WEECHAT_STABLE=1.4 WEECHAT_STABLE=1.5
WEECHAT_DEVEL=1.5 WEECHAT_DEVEL=1.5
WEECHAT_DEVEL_FULL=1.5-rc2 WEECHAT_DEVEL_FULL=1.5
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"

View File

@ -23,7 +23,7 @@
# #
%define name weechat %define name weechat
%define version 1.4 %define version 1.5
%define release 1 %define release 1
Name: %{name} Name: %{name}
@ -77,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png %{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
%changelog %changelog
* Sun May 01 2016 Sébastien Helleu <flashcode@flashtux.org> 1.5-1
- Released version 1.5
* Sun Jan 10 2016 Sébastien Helleu <flashcode@flashtux.org> 1.4-1 * Sun Jan 10 2016 Sébastien Helleu <flashcode@flashtux.org> 1.4-1
- Released version 1.4 - Released version 1.4
* Sun Aug 16 2015 Sébastien Helleu <flashcode@flashtux.org> 1.3-1 * Sun Aug 16 2015 Sébastien Helleu <flashcode@flashtux.org> 1.3-1