forked from csirtgadgets/p5-cif-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
145 lines (105 loc) · 3.93 KB
/
Changes
File metadata and controls
145 lines (105 loc) · 3.93 KB
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
Revision history for CIF-SDK
2.00_37 - 2016-05-02
- bugfix to whitelisting
2.00_36 - 2016-04-25
- ignoring prefixes < 8 in feeds
2.00_35 - 2016-04-15
- bugfix to feed limits
2.00_34 - 2016-02-01
- bugfix in the way we handle gzip
- remove local::lib dep
2.00_33 - 2016-01-19
- adding gzip::faster dep
2.00_32 - 2016-01-19
- adding gzip support from RC.8
2.00_31 - 2015-10-17
- https://github.com/csirtgadgets/p5-cif-sdk/issues/44
- https://github.com/csirtgadgets/p5-cif-sdk/issues/39
- https://github.com/csirtgadgets/p5-cif-sdk/issues/43
2.00_30 - 2015-10-17
- version bump
0.00_30 - 2015-08-13
- adds md5 feed function
0.00_29 - 2015-07-15
- https://github.com/csirtgadgets/p5-cif-sdk/issues/37
0.00_28 - 2015-07-15
- https://github.com/csirtgadgets/p5-cif-sdk/issues/42
0.00_27 - 2015-07-08
- https://github.com/csirtgadgets/massive-octo-spice/issues/279
0.00_26 - 2015-07-06
- https://github.com/csirtgadgets/p5-cif-sdk/issues/34
0.00_25 - 2015-06-20
- https://github.com/csirtgadgets/p5-cif-sdk/issues/36
- https://github.com/csirtgadgets/p5-cif-sdk/issues/35
0.00_24 - 2015-06-10
- https://github.com/csirtgadgets/p5-cif-sdk/issues/28
0.00_23 - 2015-06-08
- https://github.com/csirtgadgets/p5-cif-sdk/issues/33
0.00_22 - 2015-06-03
- adds html formatter output
- fixes: https://github.com/csirtgadgets/p5-cif-sdk/issues/29
- fixes: https://github.com/csirtgadgets/massive-octo-spice/issues/216
0.00_21 - 2015-05-21
- fixes:
https://github.com/csirtgadgets/p5-cif-sdk/issues/27
0.00_20 2015-05-11
- fixes:
https://github.com/csirtgadgets/p5-cif-sdk/issues/25
0.00_19 2015-05-01
- fixes:
- added support for description field
0.00_18 - 2015-05-01
- fixes:
https://github.com/csirtgadgets/p5-cif-sdk/issues/18
https://github.com/csirtgadgets/p5-cif-sdk/issues/19
0.00_17 - 2015-04-04
- fixes:
https://github.com/csirtgadgets/p5-cif-sdk/issues/15
https://github.com/csirtgadgets/p5-cif-sdk/issues/16
0.00_16 - 2015-02-24
- improvements to cif-feed, Client.pm error messages
0.00_16 - 2015-01-20
- improvements to cif-feed
- cleaned up url feed generation
- added ?nowait flag
0.00_15 - 2014-12-23
- fix to default columns in Format.pm
0.00_14 - 2014-12-04
- fixes: https://github.com/csirtgadgets/p5-cif-sdk/issues/11
- fixes: https://github.com/csirtgadgets/p5-cif-sdk/issues/9
- fixes: https://github.com/csirtgadgets/p5-cif-sdk/issues/8
- fixes: https://github.com/csirtgadgets/p5-cif-sdk/issues/10
0.00_13 - 2014-12-04
- fixes: https://github.com/csirtgadgets/p5-cif-sdk/issues/7
0.00_12 - 2014-12-01
- fixes: https://github.com/csirtgadgets/p5-cif-sdk/issues/5
0.00_11 - 2014-12-01
- support for https://github.com/csirtgadgets/massive-octo-spice/issues/78
0.00_10 - 2014-11-28
- adding simplified aggregation: https://github.com/csirtgadgets/p5-cif-sdk/issues/3
0.00_09 - 2014-11-28
- bugfix to --sortby
0.00_08 - 2014-11-26
- minor bugfixes
0.00_07 - 2014-11-26
- fixes: https://github.com/csirtgadgets/massive-octo-spice/issues/107 (--limit)
0.00_06 - 2014-11-17
- fixes: https://github.com/csirtgadgets/massive-octo-spice/issues/95
0.00_05 - 2014-11-13
- changes to in error handling (for token support)
- switched from ~/.cif to ~/.cif.yml (better editor support)
- moving token auth into headers
- bugfixes to cif-feed
0.00_04 - 2014-10-28
- bugfix to lib/CIF/SDK/Feed/Ipv4
- setting static ver of Log::Log4perl
0.00_03 - 2014-10-21
- added nowait option (use with caution and KeepAlive=0)
- bugfix to address regex
0.00_02 - 2014-09-14
- added bin/cif-feed for feed generation
- cleaed up headers for use with new api
- moved to Module::Build from Module::Install
- converted to use YAML style configs
0.00_01 - 2014-06
First version, released on an unsuspecting world.