[srvx-commits] srvx annotated tag, v1.4.0-rc2, created. v1.4.0-rc2
Brought to you by:
entrope
From: Entrope <en...@us...> - 2009-03-06 12:50:50
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "srvx". The annotated tag, v1.4.0-rc2 has been created at 2562dbfb7824291f941e3c14f9f9619c367376be (tag) tagging 5eee63a0de64d9c628c62b318ee0b8db1a33d142 (commit) replaces v1.4.0-rc1 tagged by Michael Poole on Sun Jul 13 09:46:13 2008 -0400 - Log ----------------------------------------------------------------- Tag release candidate 2 of srvx-1.4.0. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBIegc6Y4N+PhZk3FoRAsajAKCXRG670VOEuWQEP6Ad5Wd7PyMnCQCfXRgi hPbHoZrALvK8DZskL2DC48Y= =pWlm -----END PGP SIGNATURE----- Michael Poole (48): Fix sar.c build on FreeBSD 5.5. Update .gitignore files with entries normally generated by in-tree builds. Fix DNR expiration and expiration-based DNR searches. Do not generate a flood of complaints on rehashing the asynchronous resolver. Get rid of trailing whitespace in coverage scripts. Store git version string to a C file, not a header. Update config.h.win32 for more recent versions of mingw32. Update configure.in to show 1.4.0 rather than 1.4. Fix some memory leaks. Avoid appending a user to curr_opers or curr_helpers more than once. Fix some memory leaks in the slab allocator (funny, isn't it?). Greatly enhance the slab allocator. Make triggers work properly again for privsmsgs to channels. Prefer "bind_address" for local addresses over "address". Convert time-related variables to consistently use "unsigned long". Log accountinfos on others' accounts as staff commands. src/nickserv.help: Fix grammar in DELCOOKIE and ODELCOOKIE. src/hash.c: Move irc_join() before callback handling for uniformity with other servers. src/chanserv.c: Do not mix variable declarations and code. Remove extraneous semicolons from end of macro uses. Move SIGCHLD definition to compat.h so that other files can use it. Clean up some -pedantic warnings about passing non-void-pointers with %p. src/ioset-select.c: Populate and use an fdset for FDs with exceptions. src/mail-sendmail.c (mail_send): Ignore SIGCHLD in the fork()'ed processes. Check for and use appropriate type of variadic macro arguments. src/ioset-select.c (ioset_select_remove): Null out fds[] entry on remove. src/ioset-select.c (debug_fdsets): Default to an empty operation. Update gitignore files with in-tree build droppings. src/mail-sendmail.c: Apparently SIGCHLD needs to be SIG_DFL, not SIG_IGN. Implement kqueue()/kevent() ioset backend. src/proto-p10.c (AddUser): Avoid sending a duplicate irc_user() during bursts. src/log.c: Avoid recursive logging. Make saxdb_context definition private. Add close_file arg to saxdb_close_context(); allocate all saxdb contexts from heap. Implement our own output buffering inside saxdb. Update Win32 builds to mostly work under Cygwin. src/proto-p10.c: Allow his_server{name,comment} to be updated on rehash. Makefile.win32: Include git-version.o and ioset-select.o in build. Fully fix build on Cygwin. src/Makefile.am: Fix typo in name of ioset-kevent.c. Add ircstrlower() function. Delete declaration of undefined timeval_comparator() function. Use correct error string for getaddrinfo() and getnameinfo() failures. Avoid crashing in opserv_join_check() without an OpServ. src/modcmd.c: Allow certain commands to run if chanserv does not exist. Fix SourceForge bug #864524: Say if too few arguments passed to alias. Fix SourceForge bug #1529487. Update version tag for 1.4.0-rc2. ThiefMaster (4): Do not eat first word in ?part reason. Add checkemail and odelcookie commands to nickserv. Allow *account to be used in !say and !emote. Pass is_notice status to chanmsg funcs. ----------------------------------------------------------------------- hooks/post-receive -- srvx |