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