C15ch: fix o previous prototype for function [-Wmissing-prototypes]
[metze/wireshark/wip.git] / ChangeLog
1 commit 16b5866
2 Author: Gerald Combs <gerald@wireshark.org>
3 Date:   Thu Mar 19 16:27:30 2015 -0700
4
5     Build 1.99.5.
6     
7     Change-Id: I50505b48db1f14523f36a19a5e8232caff1e712a
8
9 commit 751df4e
10 Author: Gerald Combs <gerald@wireshark.org>
11 Date:   Thu Mar 19 15:33:39 2015 -0700
12
13     Try to fix interface property fetching.
14     
15     Use g_strdup instead of calculating string lengths manually. Return NULL
16     for empty strings, otherwise lo0 shows up as ": lo0" instead of
17     "Loopback: lo0" here.
18     
19     Change-Id: I143aa5e12c9512b7a9f4729b62b353c13ee3635a
20     Reviewed-on: https://code.wireshark.org/review/7764
21     Reviewed-by: Gerald Combs <gerald@wireshark.org>
22
23 commit bc06ca2
24 Author: Gerald Combs <gerald@wireshark.org>
25 Date:   Thu Mar 19 19:20:18 2015 +0000
26
27     Revert "Revert "TCP: tabs -> spaces""
28     
29     1.99.4 is done.
30     
31     This reverts commit e60b826a0131b90d4a10d3e9e5e1f45e777d3142.
32     
33     Change-Id: I230b12d3a83a0abcb93809321df2b4396a7f0a0b
34     Reviewed-on: https://code.wireshark.org/review/7760
35     Reviewed-by: Gerald Combs <gerald@wireshark.org>
36
37 commit cc7e565
38 Author: Gerald Combs <gerald@wireshark.org>
39 Date:   Thu Mar 19 12:12:34 2015 -0700
40
41     1.99.4 → 1.99.5.
42     
43     Change-Id: Ifa1a57ac2db5d921d9b53dbe997cfa1916720c26
44     Reviewed-on: https://code.wireshark.org/review/7759
45     Reviewed-by: Gerald Combs <gerald@wireshark.org>
46
47 commit e60b826
48 Author: Gerald Combs <gerald@wireshark.org>
49 Date:   Thu Mar 19 19:04:28 2015 +0000
50
51     Revert "TCP: tabs -> spaces"
52     
53     The 1.99.4 is still in progress.
54     
55     This reverts commit 260c84729c8c32d6e312d0974d4d4c5966aee514.
56     
57     Change-Id: I8c24d301c103dd45e2ac2cdb4cda34b918ac5a37
58     Reviewed-on: https://code.wireshark.org/review/7758
59     Reviewed-by: Gerald Combs <gerald@wireshark.org>
60
61 commit 260c847
62 Author: Pascal Quantin <pascal.quantin@gmail.com>
63 Date:   Thu Mar 19 18:47:19 2015 +0100
64
65     TCP: tabs -> spaces
66     
67     Change-Id: Ia95addb6b26f7eed89bbfe62baea289a50cf0523
68     Reviewed-on: https://code.wireshark.org/review/7756
69     Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>