File: notes_history.html

package info (click to toggle)
erlang-doc-html 1%3A11.b.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 23,284 kB
  • ctags: 10,724
  • sloc: erlang: 505; ansic: 323; makefile: 62; perl: 61; sh: 45
file content (580 lines) | stat: -rw-r--r-- 10,242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.3 -->
<HTML>
<HEAD>
  <TITLE>Inets Release Notes History</TITLE>
  <SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
      ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="1"><!-- Empty --></A>
<H2>1 Inets Release Notes History</H2>
<A NAME="1.1"><!-- Empty --></A>
<H3>1.1 Inets 3.0.8 </H3>

<P> Special version featuring some small 4.1 improvements
without enforcing the big changes of the 4.X releases. <A NAME="1.1.1"><!-- Empty --></A>
<H4>1.1.1 Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
  The URI check that disables relative links that goes
outside the server-root missed a few cases.
<BR>
 Own Id: OTP-5249
<BR>

</LI>


</UL>
<A NAME="1.1.2"><!-- Empty --></A>
<H4>1.1.2 Improvements and New Features</H4>

<P>
<UL>

<LI>
  The inets shutdown times have proven to be too short
under some circumstances, as a heavy load, therefore they
have been prolonged.
<BR>
 Own Id: OTP-5261 Aux Id: seq9624 
<BR>

</LI>


</UL>
<A NAME="1.2"><!-- Empty --></A>
<H3>1.2 Inets 3.0.7</H3>
<A NAME="1.2.1"><!-- Empty --></A>
<H4>1.2.1 Reported Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         [httpd] Fixed a number of transfer-encoding problems.<BR>

         First part of the data received from a CGI-script was sent 
         as chunked even if the client was HTTP/1.0.<BR>

         Introduced new directive 
         (<CODE>DisableChunkedTransferEncodingSend</CODE>) to turn off usage 
         of chunked transfer-encoding (when sending) since it appear's 
         some browser's have problems handling this. This applies 
         if the client is HTTP/1.1.<BR>

         (Own Id: OTP-4806)
         <BR>
Aux Id: Seq 8150
        <BR>

</LI>


<LI>
         [httpc] HTTP client reformats some URLs (e.g. containing %20, 
         space).<BR>

         Updated client from sowap.sf.net as of 2003-09-08.<BR>

         Johan Blom of Mobile Arts AB
         <BR>
(Own Id: OTP-4807)
        <BR>

</LI>


<LI>
         [httpd] In module mod_browser, malformed search for parsed 
         header, user-agent.<BR>

         Also added new os and browser<BR>

         (Own Id: OTP-4808)
        <BR>

</LI>


<LI>
         [ftp] FTP client doesn't notice when disk is full.<BR>

         (Own Id: OTP-4822)
         <BR>
Aux Id: Seq 8175
        <BR>

</LI>


</UL>
<A NAME="1.3"><!-- Empty --></A>
<H3>1.3 Inets 3.0.6</H3>
<A NAME="1.3.1"><!-- Empty --></A>
<H4>1.3.1 Reported Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         On Windows the <CODE>ftp:ls</CODE> function sometimes exits.<BR>

         Workaround for a problem that seems to happen only on Windows
         when calling the ls function. Closing an already closed socket 
         will result in enotsock returned which will result in an exit.<BR>

         (Own Id: OTP-4770)
        <BR>

</LI>


</UL>
<A NAME="1.4"><!-- Empty --></A>
<H3>1.4 Inets 3.0.5</H3>
<A NAME="1.4.1"><!-- Empty --></A>
<H4>1.4.1 Reported Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         Web server does not handle econnaborted accept result.<BR>

         This results in an anneccessary acceptor process restart.<BR>

         (Own Id: OTP-4732)
        <BR>

</LI>


</UL>
<A NAME="1.5"><!-- Empty --></A>
<H3>1.5 Inets 3.0.4</H3>
<A NAME="1.5.1"><!-- Empty --></A>
<H4>1.5.1 Reported Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         ESI callback generates broken HTTP.<BR>

         This was a problem for (atleast) Netscape 4.75. It worked for
         Mozilla 1.4a (on Solaris 8) and rumor has it that it also worked 
         for IE.<BR>

         <BR>
Sean Hinde
         (Own Id: OTP-4696)
        <BR>

</LI>


<LI>
         Log-size values ignored for security- and error disk-logs
         (SecurityDiskLogSize and ErrorDiskLogSize in mod_disk_log). 
         Instead the TransferDiskLogSize was used.
         <BR>
Thomas Lange
         <BR>
(Own Id: OTP-4659)
        <BR>

</LI>


</UL>
<A NAME="1.6"><!-- Empty --></A>
<H3>1.6 Inets 3.0.3</H3>
<A NAME="1.6.1"><!-- Empty --></A>
<H4>1.6.1 Reported Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         HTTP client called undefined function in HTTP server 
         (httpd_response:send_status/3).
         <BR>
(Own Id: OTP-4628)
        <BR>

</LI>


</UL>
<A NAME="1.7"><!-- Empty --></A>
<H3>1.7 Inets 3.0.2</H3>
<A NAME="1.7.1"><!-- Empty --></A>
<H4>1.7.1 Reported Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         HTTP client <STRONG>now</STRONG> updated to jnets-0.1.
         <BR>
Auther: Johan Blom of Mobile Arts AB.
         <BR>
(Own Id: OTP-4588)
        <BR>

</LI>


</UL>
<A NAME="1.8"><!-- Empty --></A>
<H3>1.8 Inets 3.0.1</H3>
<A NAME="1.8.1"><!-- Empty --></A>
<H4>1.8.1 Improvements and new features</H4>

<P>
<UL>

<LI>
         FTP client now supports chunked receive. Proposal of Luke Gorrie
provided inspiration but not algorithm.
         <BR>
(Own Id: OTP-4549)
        <BR>

</LI>


<LI>
         HTTP client updated to jnets-0.1, now supporting proxy.
         <BR>
Auther: Johan Blom of Mobile Arts AB.
         <BR>
(Own Id: OTP-4552)
        <BR>

</LI>


</UL>
<A NAME="1.8.2"><!-- Empty --></A>
<H4>1.8.2 Reported Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         Body length calculation incorrect.
         <BR>
(Own Id: OTP-4548)
         <BR>
(Aux Id: OTP-4207, Seq 7209)
        <BR>

</LI>


<LI>
         HTTP-request with a BODY length longer than 0 does not work.
         <BR>
(Own Id: OTP-4550)
         <BR>
(Aux Id: Seq 7653)
        <BR>

</LI>


<LI>
         Calculation of remaining chunk size incorrect.
         <BR>
(Own Id: OTP-4551)
        <BR>

</LI>


<LI>
         Wrong module name used when attempting to stop the security 
server (mod_sec_server instead of mod_security_server).
         <BR>
(Own Id: OTP-4556)
        <BR>

</LI>


</UL>
<A NAME="1.9"><!-- Empty --></A>
<H3>1.9 Inets 3.0</H3>
<A NAME="1.9.1"><!-- Empty --></A>
<H4>1.9.1 Improvements and new features</H4>

<P>
<UL>

<LI>
         Added HTTP client to the application. 
         <BR>
Auther: Johan Blom of Mobile Arts AB.
        
</LI>


<LI>
         FTP: More info in exit reason when socket operation fails.
         <BR>
(Own Id: OTP-4429)
        
</LI>


<LI>
         Make install targets corrected (INSTALL_SCRIPT is used instead
         of INSTALL_PROGRAMS for scripts).
         <BR>
(Own Id: OTP-4428)
        
</LI>


<LI>
         In inets, mod_cgi crashes when a directory is protected for 
         a group or for a user and we try to execute a CGI script 
         inside this protected directory.
         <BR>
Guillaume Bongenaar.
         <BR>
(Own Id: OTP-4416)
        
</LI>


<LI>
         Removed crypto application dependency.
         <BR>
Matthias Lang
         <BR>
(Own Id: OTP-4417)
        
</LI>


<LI>
         Use the same read algorithm for socket type ssl as is used 
         for ip_comm. As of version 2.3.5 of the ssl application it 
         is possible to use socket option {active, once}, so the same 
         algorithm can be used for both ip_comm and ssl.
         <BR>
(Own Id: OTP-4374)
         <BR>
(Aux Id: Seq 7417)
        
</LI>


<LI>
Added inets test suite to the release. Including the
         lightweight inets test server.
</LI>


<LI>
         Incorrectly formated disk log entries.
         <STRONG>term_to_binary</STRONG> was (incorrectly) used for the 
         external format. 
         <BR>
Own Id: OTP-4228
         <BR>
Aux Id: Seq 7239
        
</LI>


<LI>
Adding verbosity printouts to 'catch' cgi problems on some 
         platforms.
        
</LI>


<LI>
Updated to handle HTTP/1.1.<BR>

         
<UL>

<LI>
Persistent connections are now default for http/1.1 clients
         
</LI>


<LI>
Module <CODE>mod_esi</CODE> can send data to the client in chunks.
         
</LI>


<LI>
Updated configuration directives <STRONG>KeepAlive</STRONG>
         
</LI>


<LI>
New configuration directives:
         
<UL>

<LI>
<STRONG>MaxKeepAliveRequest</STRONG>
</LI>


<LI>
<STRONG>ErlScriptTimeout</STRONG>
</LI>


<LI>
<STRONG>ErlScriptNoCache</STRONG>
</LI>


<LI>
<STRONG>ScriptTimeout</STRONG>
</LI>


<LI>
<STRONG>ScriptNoCache</STRONG>
</LI>


</UL>

         
</LI>


<LI>
New functions in httpd_utility to ease the development of 
         http/1.1 complaint modules.
         
</LI>


<LI>
Record mod has a new field absolute_uri.
         
</LI>


<LI>
All header field names in parsed_header is in lowercase.
         
</LI>


<LI>
httpd handles chunked requests.
         
</LI>


<LI>
New module <STRONG>mod_range</STRONG> that handles range-requests.
         
</LI>


<LI>
New module <STRONG>mod_responsecontrol</STRONG> that controls how 
         the request will be handled the due to the If-Modified, 
         If-Match and If-Range http header fields.
         
</LI>


</UL>

        
</LI>


</UL>
<A NAME="1.9.2"><!-- Empty --></A>
<H4>1.9.2 Reported Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         POST requests not properly handled.
         <BR>
(Own Id: OTP-4409)
         <BR>
(Aux Id: Seq 7485)
        
</LI>


<LI>
         Change in the inets API.
         <BR>
(Own Id: OTP-4408)
         <BR>
(Aux Id: Seq 7485)
          *** POTENTIAL INCOMPATIBILITY ***
<BR>
 
        <BR>

</LI>


<LI>
When opening the disk log (mod_disk_log), an open attempt 
         is made without a size option. If the file exist, then it is 
         opened. If the file does not exist, then another attempt is 
         made, this time with the size option.
         <BR>
(Own Id: OTP-4281)
         <BR>
(Aux Id: Seq 7312)
        
</LI>


<LI>
Changing of disk log format failes. Restart of webserver after
         change of disk log format (DiskLogFormat) fails with 
         <STRONG>arg_mismatch</STRONG>.
         <BR>
(Own Id: OTP-4231)
         <BR>
(Aux Id: Seq 7244)
        
</LI>


</UL>
<CENTER>
<HR>
<SMALL>
Copyright &copy; 1991-2006
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>