mirror of
https://github.com/weechat/weechat.git
synced 2026-06-15 15:44:47 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2904a2e811 | |||
| c64cbe1a84 | |||
| 40f12ec20f |
@@ -0,0 +1 @@
|
||||
custom: https://weechat.org/donate/
|
||||
+1
-1
@@ -16,7 +16,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
|
||||
|
||||
[[v2.5]]
|
||||
== Version 2.5 (under dev)
|
||||
== Version 2.5 (2019-06-06)
|
||||
|
||||
New features::
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
|
||||
|
||||
|
||||
[[v2.5]]
|
||||
== Version 2.5 (under dev)
|
||||
== Version 2.5 (2019-06-06)
|
||||
|
||||
[[v2.5_aspell_plugin_renamed]]
|
||||
=== Aspell plugin renamed to Spell
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
raw : ouvrir le tampon avec les données brutes Relay
|
||||
sslcertkey : définir le certificat/clé SSL en utilisant le chemin de l'option relay.network.ssl_cert_key
|
||||
|
||||
Le nom du relai est : [ipv4.][ipv6.][ssl.]<protocole.nom> ou unix[.ssh].<protocole.nom>
|
||||
Le nom du relai est : [ipv4.][ipv6.][ssl.]<protocole.nom> ou unix[.ssl].<protocole.nom>
|
||||
ipv4 : forcer l'utilisation d'IPv4
|
||||
ipv6 : forcer l'utilisation d'IPv6
|
||||
ssl : activer SSL
|
||||
|
||||
+2
-2
@@ -32,9 +32,9 @@
|
||||
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
|
||||
#
|
||||
|
||||
WEECHAT_STABLE=2.4
|
||||
WEECHAT_STABLE=2.5
|
||||
WEECHAT_DEVEL=2.5
|
||||
WEECHAT_DEVEL_FULL=2.5-rc2
|
||||
WEECHAT_DEVEL_FULL=2.5
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"
|
||||
|
||||
+3
-1
@@ -23,7 +23,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 2.4
|
||||
%define version 2.5
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
@@ -77,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
|
||||
|
||||
%changelog
|
||||
* Thu Jun 06 2019 Sébastien Helleu <flashcode@flashtux.org> 2.5-1
|
||||
- Released version 2.5
|
||||
* Sun Feb 17 2019 Sébastien Helleu <flashcode@flashtux.org> 2.4-1
|
||||
- Released version 2.4
|
||||
* Sun Oct 21 2018 Sébastien Helleu <flashcode@flashtux.org> 2.3-1
|
||||
|
||||
Reference in New Issue
Block a user