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