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