~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-04-29 11:47:57 UTC
  • mfrom: (5.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20130429114757-bbeb5eacidfuj2qg
Tags: 3.2.4-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Revert FreeBSD strerror_r() fixes that give errors with glibc 2.16.
* Drop markos's ARM barrier definition patch, now integrated upstream.
* Brute-force upstream's suboptimal C/C++ with: -Wno-unused-result
  -Wno-sizeof-pointer-memaccess -Wno-unused-local-typedefs flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
                                                         -*- coding: utf-8 -*-
 
2
Changes with Apache Traffic Server 3.2.4
 
3
 
 
4
  *) [TS-1657] Traffic Cop doesn't wait() for its children
 
5
 
 
6
  *) [TS-1656] to make read from writer work
 
7
 
 
8
  *) [TS-1658] RAW disk support for FreeBSD
 
9
 
 
10
  *) [TS-1651] raw disk cache disabled when system start
 
11
 
 
12
  *) [TS-1652] Mutex leak plugged.
 
13
 
 
14
  *) [TS-1585] plugins need memory barriers for ARM
 
15
 
 
16
  *) [TS-1575] Ranges broken, "fix" by dsiabling
 
17
 
 
18
  *) [TS-1536] SNI support breaks IP-based lookup
 
19
 
 
20
  *) [TS-1523] High CPU on *BSD
 
21
 
 
22
  *) [TS-1522] improve RT on Cluster purge missing objects
 
23
   Author: Bin Chen
 
24
 
 
25
  *) [TS-1484] SSL-crashed every now and then with 3.2.0 + SNI-fixes
 
26
 
 
27
  *) [TS-1514] Fix collation in custom logging.
 
28
   Author: bettydramit
 
29
 
 
30
  *) [TS-1498] Fix header_filter plugin for ARM.
 
31
 
 
32
  *) [TS-1497] stats codes mess up when disk fail
 
33
 
 
34
  *) [TS-1436] Added Yahoo directory layout
 
35
 
 
36
  *) [TS-1474] disable ssl compression by default
 
37
 
 
38
  *) [TS-1472] Fix RAM cache stats for CLFUS.
 
39
 
 
40
  *) [TS-1430] Remove TS_ARG_MAX usage so that platforms with
 
41
  unlimited ARG_MAX can build correctly.
 
42
 
 
43
  *) [TS-1471] Fix SNI certificate fallback path
 
44
 
 
45
  *) [TS-1470] Fix cache sizes > 16TB
 
46
   Author: Jan Van Doorn <Jan_VanDoorn@cable.comcast.com>
 
47
 
 
48
Changes with Apache Traffic Server 3.2.1
 
49
 
 
50
  *) [TS-1358] Don't link libreadline with all binaries and plugins.
 
51
 
 
52
  *) [TS-1374] Cert path not working using intermdiate certificate
 
53
 
 
54
  *) [TS-1373] Silence spurious error when adding SSL certificates with alternate names
 
55
 
 
56
  *) [TS-1338] SSL not handling some events properly
 
57
 
 
58
  *) [TS-1362] Allow to open cache disk without O_DIRECT, for e.g. tmpfs
 
59
   "disk" cache.
 
60
 
 
61
  *) [TS-1361] Fix a endless loop in CacheVC::removeEvent.
 
62
   Author: weijin & Hua Cai
 
63
 
 
64
  *) [TS-1359] Don't assume root privileges during make install.
 
65
   Author: Jan-Frode Myklebust
 
66
 
 
67
  *) [TS-1357] Don't link libz / liblmza with all binaries and plugins.
 
68
 
 
69
  *) [TS-1360] Fix WCCP build issues on FBSD.
 
70
 
 
71
  *) [TS-1367] Prevent range acceleration for cluster and objects with
 
72
     more than one alternate.
 
73
 
 
74
 
2
75
Changes with Apache Traffic Server 3.2.0
 
76
 
3
77
  *) [TS-1286] Cleanup some code around freelists and allocators.
4
78
 
5
79
 
6
80
Changes with Apache Traffic Server 3.1.4
 
81
 
7
82
  *) [TS-1281] make check fail on RHEL 5.x.
8
83
 
9
84
  *) [TS-1282] Verbosity settings for Via headers is broken.
193
268
 
194
269
 
195
270
Changes with Apache Traffic Server 3.1.3
 
271
 
196
272
  *) [TS-1145] Additional clang build fixes. Author: Darrin Jewell.
197
273
 
198
274
  *) [TS-1144] Fix out of tree builds. Author: Darrin Jewell.
235
311
 
236
312
Changes with Apache Traffic Server 3.1.2
237
313
 
 
314
 
238
315
  *) [TS-1110] logstats incorrectly bucketizes all status codes greater 
239
316
  than 599 as 5xx. Author: Manjesh Nilange
240
317
 
359
436
  *) [TS-1022] Use size specific types for serialized data in binary logs.
360
437
 
361
438
Changes with Apache Traffic Server 3.1.1
 
439
 
362
440
  *) [TS-1020] Make logging to a named pipe work on Solaris.
363
441
 
364
442
  *) [TS-1016] Make the update frequency for stats configurable.
508
586
  *) [TS-1008] Add API to get TCP connection from SSN.
509
587
 
510
588
Changes with Apache Traffic Server 3.1.0
 
589
 
511
590
  *) Make sure --enable-purify works again
512
591
 
513
592
  *) [TS-888] Fix SSL by enabling the right direction on successful setup.
684
763
   building with wccp. Author: Arno Toll.
685
764
 
686
765
Changes with Apache Traffic Server 3.0.0
 
766
 
687
767
  *) [TS-827] TSMimeHdrFieldValueStringInsert() can use freed memory to
688
768
  edit headers. Author: William Bardwell.
689
769
 
703
783
   remap.config.
704
784
 
705
785
Changes with Apache Traffic Server 2.1.9
 
786
 
706
787
  *) [TS-805] HostDB wastes a lot of storage for round-robin entries,
707
788
   and the calculations of size are off.
708
789
 
798
879
   Author: Arno Toell
799
880
 
800
881
Changes with Apache Traffic Server 2.1.8
 
882
 
801
883
  *) [TS-750] TS does not fail-over if one origin server for a 2 address
802
884
   hostname. Author: William Bardwell.
803
885
 
906
988
   concept of "tags" for MIXT media. Cleanup remaining MIXT junk.
907
989
 
908
990
Changes with Apache Traffic Server 2.1.7
 
991
 
909
992
  *) [TS-711] Don't schedule remap.config reloads on a network threads.
910
993
   We now schedule this task on an ET_TASK thread, which avoids blocking
911
994
   a net-thread for several seconds (when reloading very large remaps).