ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/NEWS
Revision: 5101
Committed: Tue Dec 23 22:23:39 2014 UTC (11 years, 6 months ago) by michael
File size: 1297 byte(s)
Log Message:
- Update NEWS file

File Contents

# User Rev Content
1 michael 5100 -- Noteworthy changes in version 1.0.0beta1 (????-??-??)
2 michael 5101 o) Modernized build system
3     o) The configuration parser now does support time and size units
4     o) The configuration parser now does support c++ style comments
5     o) Fixed a memory leak in conjunction with manual scans
6     o) Fixed weird behaviour in the command parser
7     o) Code hardening. Replaced occurences of strcpy/strcat with strlcpy/strlcat, etc.
8     o) Various code cleanups
9     o) The irc::away configuration option is now optional
10 michael 5100
11    
12     --------------------------------------------------------------------------------
13    
14     BUG REPORTS: If you run this code and encounter problems, you must report
15     the bug by EMAIL to bugs@ircd-hybrid.org
16     Please include a gdb backtrace and a copy of your config.h and
17     hopm.conf with any report (with passwords and other sensitive
18     information masked).
19    
20     DISCUSSION: There is a mailing list for discussion of hopm issues,
21     including betas. To subscribe, use this link:
22     https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
23     This is the proper place to discuss new features, bugs, etc.
24    
25     Questions/comments directed to bugs@ircd-hybrid.org
26    
27     Other files recommended for reading: README, INSTALL
28    
29     --------------------------------------------------------------------------------
30     $Id: NEWS 4567 2014-08-24 10:45:02Z michael $