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