Mercurial > noffle
annotate CHANGELOG.html @ 23:84bfdb5600b2 noffle
[svn] Wrong spool dir and some typos corrected
author | enz |
---|---|
date | Sat, 29 Apr 2000 13:59:10 +0100 |
parents | f89c5b648006 |
children | 526a4c34ee2e |
rev | line source |
---|---|
0 | 1 <html> |
2 | |
3 <head> | |
4 <title>NOFFLE Changelog</title> | |
5 </head> | |
6 | |
7 <body bgcolor=white> | |
8 | |
9 <center> | |
10 <h1>NOFFLE Changelog</h1> | |
11 </center> | |
12 | |
13 <hr> | |
14 | |
14 | 15 <h2>Version 1.0pre5</h2> |
0 | 16 |
17 <ul> | |
18 <li> | |
18
f89c5b648006
[svn] Added forgotten fixed bug with header-line truncation in 1.0pre4
enz
parents:
14
diff
changeset
|
19 Fixed bug: multiple-line headers of posted articles were truncated. |
f89c5b648006
[svn] Added forgotten fixed bug with header-line truncation in 1.0pre4
enz
parents:
14
diff
changeset
|
20 <li> |
0 | 21 Core files are always enabled when running as server and debugging |
22 symbols are always in the executable. | |
23 <li> | |
24 Use GDBM_FAST flag for hash files. | |
25 <li> | |
8 | 26 Fixed a bug in online mode with servers that need authentication. |
27 <li> | |
0 | 28 Minor changes and improvements |
29 </ul> | |
30 | |
31 <h2>Version 1.0pre4</h2> | |
32 | |
33 <ul> | |
34 <li> | |
35 Fixed a bug that broke cross-posting of articles | |
36 <li> | |
12
43631b72021f
[svn] Fixed bug: multiple line headers of posted articles were truncated
enz
parents:
8
diff
changeset
|
37 Fixed a bug that truncated headers of posted articles. |
43631b72021f
[svn] Fixed bug: multiple line headers of posted articles were truncated
enz
parents:
8
diff
changeset
|
38 <li> |
0 | 39 Long overview header lines are now split into multiple lines in response |
40 to HEAD or ARTICLE commands. | |
41 <li> | |
42 Fixed a bug that caused a crash sometimes when updating the requested | |
43 article list after releasing/regetting the global lock | |
44 <li> | |
45 Server is now allowed to generate core files on crash (in spool directory) | |
46 if compiled with -DDEBUG option | |
47 <li> | |
48 Opening an article additionally marks all references as interesting, | |
49 so more articles are fetched in thread mode, if one article of a thread | |
50 was opened. | |
51 <li> | |
52 New config option "connect-timeout" | |
53 <li> | |
54 Minor improvements and bug-fixes | |
55 </ul> | |
56 | |
57 <h2>Version 1.0pre3</h2> | |
58 | |
59 <ul> | |
60 <li> | |
61 Added XPAT command. Not full syntax, but enough for making slrn's thread | |
62 reconstruction work | |
63 <li> | |
64 Storing of requested message-ids completely rewritten (thanks to | |
65 Volker Wysk for the patch). Much more efficient now. Bug removed | |
66 that broke requesting articles with message-IDs containing a slash. | |
67 Added --requested option. | |
68 <li> | |
69 When fetching requested articles, do not send more than 20 ARTICLE commands | |
70 at once, before parsing the server response. | |
71 <li> | |
72 Minor bug fixes and improvements. | |
73 </ul> | |
74 | |
75 <h2>Version 1.0pre2</h2> | |
76 | |
77 <ul> | |
78 <li> | |
79 Added RPM_BUILD_ROOT variable to Makefile (useful for creating RPM source | |
80 packages) | |
81 <li> | |
82 Removed terrible bug that truncated article body after releasing and re-getting | |
83 global lock | |
84 </ul> | |
85 | |
86 <h2>Version 1.0pre1</h2> | |
87 | |
88 <ul> | |
89 <li> | |
90 <em>needs complete re-installing, some formats have changed</em> | |
91 <li> | |
92 Support for multiple remote servers | |
93 <li> | |
94 Faster download when fetching news, because articles are prepared | |
95 in database while parsing response to XOVER and all ARTICLE commands | |
96 are sent at once | |
97 <li> | |
98 Bug removed that made authetication only work with lower-case passwords | |
99 <li> | |
100 Other small bug fixes and improvements | |
101 </ul> | |
102 | |
103 <h2>Version 0.19</h2> | |
104 | |
105 <ul> | |
106 <li> | |
107 Fix broken full mode | |
108 <li> | |
109 Fix cutting of articles after line beginning with '.' | |
110 <li> | |
111 Other bug fixes | |
112 <li> | |
113 LIST commands can have pattern argument now | |
114 <li> | |
115 initial-fetch option removed (same as max-fetch now) | |
116 </ul> | |
117 | |
118 <h2>Version 0.18</h2> | |
119 | |
120 <ul> | |
121 <li> | |
122 <em>needs complete re-installing, most file format have changed</em> | |
123 <li> | |
124 Group database uses gdbm, databases moved to /var/spool/noffle/data | |
125 <li> | |
126 Most config options changed their names, some do not longer exists | |
127 <li> | |
128 New fetch mode "thread" added | |
129 <li> | |
130 Different --fetch invocations replaced by single option | |
131 <li> | |
132 Meaning of "--database" option changed, "--article" option added | |
133 <li> | |
134 Failed postings are now returned to sender by "mail" command | |
135 <li> | |
136 Expire uses last access time | |
137 <li> | |
138 Auto-subscribe option only subscribes groups now, if an article | |
139 body is opened (no longer if group is selected). | |
140 <li> | |
141 Improve posting at German T-Online provider: rename X-Sender header, | |
142 Reply-To header is added, if missing (T-Online overwrites From headers), | |
143 allow to remove Message-ID as a config option. | |
144 <li> | |
145 Doc files are now copied to $(PREFIX)/doc/noffle | |
146 <li> | |
147 Y2K compliance of NEWGROUPS command | |
148 <li> | |
149 Various bug fixes (thanks to all users helping with bug reports) | |
150 <li> | |
151 Various changes for tuning and improvement | |
152 </ul> | |
153 | |
154 <h2>Version 0.17</h2> | |
155 | |
156 <ul> | |
157 <li> | |
158 Bug removed that caused NOFFLE to exceed the allowed maximum number | |
159 of open files on longer sessions. | |
160 </ul> | |
161 | |
162 <h2>Version 0.16</h2> | |
163 | |
164 <ul> | |
165 <li> | |
166 Noffle generates Message-ID if a message received for posting has none. | |
167 </ul> | |
168 | |
169 </body> | |
170 </html> |