Fedora 12 Update: znc-0.096-1.fc12

updates at fedoraproject.org updates at fedoraproject.org
Tue Nov 30 22:23:04 UTC 2010


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2010-17416
2010-11-07 21:03:59
--------------------------------------------------------------------------------

Name        : znc
Product     : Fedora 12
Version     : 0.096
Release     : 1.fc12
URL         : http://znc.sf.net/
Summary     : An advanced IRC bouncer
Description :
ZNC is an IRC bouncer with many advanced features like detaching,
multiple users, per channel playback buffer, SSL, IPv6, transparent
DCC bouncing, Perl and C++ module support to name a few.

--------------------------------------------------------------------------------
Update Information:

New stuff

    * Added a new module: clearbufferonmsg. (r2107) (r2151)
    * Added an optional server name argument to /znc jump. (r2109)
    * Big overhaul for modperl. (r2119) (r2120) (r2122) (r2123) (r2125) (r2127) (r2133) (r2136) (r2138) (r2140) (r2142) (r2143) (r2144) (r2146) (r2147) (r2156) (r2160)
    * Modules can now directly influence other modules' web pages. (r2128) (r2129) (r2130) (r2131) (r2132) (r2134) (r2135) 

[edit] Fixes

    * The route_replies module now handles "354" who replies. (r2112)
    * Fixed a bogus "invalid password" error during login with some clients. (r2117)
    * Reject long input lines on incoming connections. (r2124)
    * The lastseen module should only link to webadmin if the latter is loaded. (r2126)
    * Fixed cases where HTTP requests were incorrectly dropped. (r2148) (r2149)
    * Fixed partyline to work with servers that don't send a 005 CHANTYPES. (r2162)
    * Fixed error message from configure if dlopen() isn't found. (r2166) 

[edit] Minor stuff

    * Renamed "vhost" to "bindhost" to better describe what the option does. (r2113)
    * Honor timezone offset in the simple_away module. (r2114)
    * Load global modules as soon as their config line is read. (r2118)
    * Use poll() instead of select() by default. (r2153) (r2165)
    * Ignore the channel key "*" in the chansaver module. (r2155) 

[edit] Internal stuff

    * Fixed some function prototypes. (r2108)
    * Rearranged ZNC's CAP handling to IRCds. (r2137)
    * Added more doxygen comments. (r2139) (r2145) (r2150) (r2152) (r2154) (r2157)
    * Removed some useless typedefs. (r2158)
    * Clean up the lastseen module. (r2163) (r2164) 
--------------------------------------------------------------------------------
ChangeLog:

* Sat Nov  6 2010 Nick Bebout <nb at fedoraproject.org> - 0.096-1
- Update to znc 0.096
* Fri Sep 10 2010 Nick Bebout <nb at fedoraproject.org> - 0.094-1
- Update to znc 0.094
* Tue Aug 10 2010 Nick Bebout <nb at fedoraproject.org> - 0.093-2.svn2101
- Update to znc 0.093.svn2101 to fix CVE-2010-2812 and CVE-2010-2934
* Tue Aug  3 2010 Nick Bebout <nb at fedoraproject.org> - 0.093-1.svn2098
- Update to znc 0.093 svn2098
* Wed Jul 14 2010 Nick Bebout <nb at fedoraproject.org> - 0.092-1
- Update to znc 0.092
* Wed Jun 16 2010 Nick Bebout <nb at fedoraproject.org> - 0.090-2
- Backport r2026 of ZNC subversion repo to fix bug 603915
- NULL pointer dereference flaw leads to segfault under certain conditions
* Sun Jun  6 2010 Nick Bebout <nb at fedoraproject.org> - 0.090-1
- Update to znc 0.090
* Thu May 27 2010 Nick Bebout <nb at fedoraproject.org> - 0.090-0.1.rc1
- Update to znc 0.090-rc1
* Thu May 27 2010 Nick Bebout <nb at fedoraproject.org> - 0.089-7.svn2004
- Update to znc 0.089.svn2004
* Tue May 18 2010 Nick Bebout <nb at fedoraproject.org> - 0.089-6.svn2000
- Re-enable saslauth
* Tue May 18 2010 Nick Bebout <nb at fedoraproject.org> - 0.089-5.svn2000
- Re-enable modperl
* Tue May 18 2010 Nick Bebout <nb at fedoraproject.org> - 0.089-4.svn2000
- Update to znc 0.089.svn2000
* Sun Apr 25 2010 Nick Bebout <nb at fedoraproject.org> - 0.089-3.svn1944
- Update to znc 0.089.svn1944
* Wed Apr  7 2010 Nick Bebout <nb at fedoraproject.org> - 0.081-2.svn1897
- Update to znc 0.081.svn1897
* Mon Mar 29 2010 Nick Bebout <nb at fedoraproject.org> - 0.081-1.svn1850
- Update to znc 0.081.svn1850
* Thu Feb 18 2010 Nick Bebout <nb at fedoraproject.org> - 0.080-1
- Update to znc 0.080
* Wed Dec 30 2009 Nick Bebout <nb at fedoraproject.org> - 0.078-1
- Update to znc 0.078
* Sun Dec 13 2009 Nick Bebout <nb at fedoraproject.org> - 0.078-0.1.rc1
- Update to znc 0.078.rc1
* Mon Dec  7 2009 Nick Bebout <nb at fedoraproject.org> - 0.077-1.svn1672
- Add a DCCVHost config option which specifies the VHost (IP only!) for DCC bouncing. (r1647)
- Users cloned via the admin module no longer automatically connect into IRC. (r1653)
- Inform new clients about their /away status. (r1655)
- The "BUG" messages from route_replies can now be turned off via /msg *route_replies silent yes. (r1660)
- Rewrite znc.conf on SIGUSR1. (r1666)
- ISpoofFormat now supports ExpandString. (r1670) 
- Allow specifing port and password for delserver. (r1640)
- Write the config file on restart and shutdown. (r1641)
- Disable c-ares if it is not found unless --enable-c-ares was used. (r1644) (r1645)
- blockuser was missing an admin check. (r1648)
- Sometimes, removing a server caused znc to lose track of which server it is connected to. (r1659)
- Include a more portable header for uint32_t in SHA256.h. (r1665)
- Fixed cases where ZNC didn't properly block PONG replies to its own PINGs. (r1668)
- Fixed a possible crash if a client disconnected before an auth module was able to verify the login. (r1669)
- Away allowed to accidentally execute IRC commands. (r1672) 
- Comment out some weird code in Client.cpp. (r1646)
- Remove connect_throttle since it's obsoleted by fail2ban. (r1649)
- Remove outdated sample znc.conf. (r1654)
- route_replies now got a higher timeout before it generates a "BUG" message. (r1657)
- Documented the signals on which znc reacts better. (r1667) 
- New module hook OnIRCConnecting(). (r1638)
- Remove obsolete CUtils::GetHashPass(). (r1642)
- A module's GetDescription() now returns a C-String. (r1661) (r1662)
- When opening a module, check the version number first and don't do anything on a mismatch. (r1663)
* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 0.076-3
- rebuild against perl 5.10.1
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update znc' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list