mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Updates for 0.7.20
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@88 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6ba8e4d318
commit
eb4a9f1c2a
28
NEWS
28
NEWS
@ -1,3 +1,31 @@
|
||||
v0.7.20 1999-11-27 Timo Sirainen <cras@irccrew.org> [unstable]
|
||||
|
||||
+ Polish and finnish translations started
|
||||
|
||||
+ SQL plugin which doesn't do much, currently supports MySQL only.
|
||||
Meant to be used by other plugins.
|
||||
|
||||
+ Botnet to bot plugin - it should already be possible to create a
|
||||
big bot network with this (each bot having multiple clients +
|
||||
uplink). The functionality is limited only to BCAST message for
|
||||
now which sends a message to all bots. Read docs/botnet.txt for my
|
||||
plans for it :)
|
||||
|
||||
- If plugins failed in initialization (plugin_init()), irssi could
|
||||
crash.
|
||||
- Server settings (nick, realname, etc.) were saved to different
|
||||
place in configuration file than where they were read from..
|
||||
So, saving them didn't really work.
|
||||
- Plugin autoloading didn't work
|
||||
- When trying to show channel's window from panel and you weren't
|
||||
using helvetica font (itext's internal default), irssi crashed..
|
||||
- Irssi crashed if you didn't have menubar enabled and didn't
|
||||
compile with gnome.
|
||||
- When invalid theme was found from global directory, irssi
|
||||
complained about it every time. Now the fixed theme is saved to
|
||||
~/.irssi/ directory and used thereafter.
|
||||
- Deleting ircnets didn't work right
|
||||
|
||||
v0.7.19 1999-11-20 Timo Sirainen <cras@irccrew.org> [unstable]
|
||||
|
||||
* Text formats changed - they should be compatible with epic/bx now.
|
||||
|
@ -1,7 +1,7 @@
|
||||
AC_INIT(src)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE(irssi, 0.7.19)
|
||||
AM_INIT_AUTOMAKE(irssi, 0.7.20)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
@ -335,7 +335,7 @@ dnl **
|
||||
dnl ** internationalization support
|
||||
dnl **
|
||||
|
||||
ALL_LINGUAS="pl"
|
||||
ALL_LINGUAS="pl fi"
|
||||
AM_GNU_GETTEXT
|
||||
|
||||
AC_OUTPUT(
|
||||
@ -367,5 +367,6 @@ plugins/sound/Makefile
|
||||
plugins/proxy/Makefile
|
||||
plugins/external/Makefile
|
||||
plugins/bot/Makefile
|
||||
plugins/sql/Makefile
|
||||
stamp.h
|
||||
irssi.spec)
|
||||
|
Loading…
Reference in New Issue
Block a user