mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Update NEWS file, always mentioning the bug number if any.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4578 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
380d0d3d38
commit
69bda66acd
29
NEWS
29
NEWS
@ -1,4 +1,15 @@
|
|||||||
v0.8.12 YYYY-YY-YY The Irssi team <staff@irssi.org>
|
v0.8.12 YYYY-YY-YY The Irssi team <staff@irssi.org>
|
||||||
|
+ Remove support for glib 1.x.
|
||||||
|
+ Fix DCC get when file size is 0 (bug #494).
|
||||||
|
+ Ignore empty lines when pasting.
|
||||||
|
+ Do not send our hostname to the server (bug #488).
|
||||||
|
+ Fix large file support on AIX (bug #404).
|
||||||
|
+ Remove broken code that prevents unloading of a script in some cases.
|
||||||
|
+ Fix logging lines with no target to all logs, broken in 0.8.11.
|
||||||
|
+ Add $tag to 'window' item in default configuration.
|
||||||
|
+ Fix casemapping dependent nick and channel matching (bug #436).
|
||||||
|
+ Update chanop flag before emitting nick mode changed signal (patch
|
||||||
|
by Johan Kiviniemi)
|
||||||
+ Fix recognition of realnames starting with spaces in /who.
|
+ Fix recognition of realnames starting with spaces in /who.
|
||||||
+ Show "Target left IRC" error messages fully (instead of reporting
|
+ Show "Target left IRC" error messages fully (instead of reporting
|
||||||
no such nick "*")
|
no such nick "*")
|
||||||
@ -12,12 +23,24 @@ v0.8.12 YYYY-YY-YY The Irssi team <staff@irssi.org>
|
|||||||
juped channels which should not be retried, you should disable
|
juped channels which should not be retried, you should disable
|
||||||
channels_rejoin_unavailable if this is a problem.
|
channels_rejoin_unavailable if this is a problem.
|
||||||
+ Display 437 and 407 numerics if channels_rejoin_unavailable
|
+ Display 437 and 407 numerics if channels_rejoin_unavailable
|
||||||
is not enabled.
|
is not enabled (bug #495).
|
||||||
+ Don't add the same mask to the /knockout list multiple times.
|
+ Channel forwarding in hyperion and charybdis is now recognized
|
||||||
|
(470 numeric) and the target channel is joined in the window where
|
||||||
|
the original channel would have been joined.
|
||||||
|
+ Don't add the same mask to the /knockout list multiple times
|
||||||
|
(bug #510).
|
||||||
+ Add support for the ACCEPT command, which is part of the CALLERID
|
+ Add support for the ACCEPT command, which is part of the CALLERID
|
||||||
server side ignore system in hybrid7 and derived ircds.
|
server side ignore system in hybrid7 and derived ircds.
|
||||||
|
+ Make /window goto start searching at the window after the active
|
||||||
|
one and stop at the one before (bug #332).
|
||||||
|
+ Use again MSGLEVEL_NICKS for printing a nick change in queries,
|
||||||
|
broken in r2389.
|
||||||
|
+ Fix /lastlog -hilight -after etc.
|
||||||
|
+ Improve completion for /set.
|
||||||
+ Various improvements to the help files.
|
+ Various improvements to the help files.
|
||||||
+ Fix a race condition with parallel builds (patch from Mandriva).
|
+ Some changes to character set recoding.
|
||||||
|
+ Rewrite SSL connection/handshake code.
|
||||||
|
+ Some fixes to the build system.
|
||||||
|
|
||||||
v0.8.11 2007-04-25 The Irssi team <staff@irssi.org>
|
v0.8.11 2007-04-25 The Irssi team <staff@irssi.org>
|
||||||
+ Add completion for /WINDOW GOTO
|
+ Add completion for /WINDOW GOTO
|
||||||
|
Loading…
Reference in New Issue
Block a user