-
Notifications
You must be signed in to change notification settings - Fork 23
/
ChangeLog.old
293 lines (182 loc) · 9.26 KB
/
ChangeLog.old
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
This changelog is no longer updated.
See the NEWS file for a summary of changes between each release.
See the commit log on https://github.com/mlj/castget/commits/master for a
detailed breakdown of recent changes.
---
2013-07-02 Marius L. Jøhndal <[email protected]>
* Avoid updating progress bar unless actually changed.
2013-07-01 Marius L. Jøhndal <[email protected]>
* Limit the number of prints when updating the progess bar.
2013-06-24 Marius L. Jøhndal <[email protected]>
* Fixed incorrect freeing of enclosure_full_filename on enclosure write failure.
* Ensure that output starts on new line after download with progress bar enabled.
2013-06-16 Marius L. Jøhndal <[email protected]>
* Switched to glib's options parsing.
* Corrected location of binaries in gitignore file.
* Added optional download progress bar.
* Added --debug option for connection debugging.
* Added short section on HTTP proxy use to castget(1).
* Updated links in documentation.
2011-05-15 Marius L. Jøhndal <[email protected]>
* Copyright update and whitespace removal.
2010-02-20 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 1.1.0.
2007-11-14 Marius L. Jøhndal <[email protected]>
* castget.1.in, castgetrc.5.in, src/castget.c, src/channel.c,
src/channel.h, src/configuration.c, src/configuration.h: Added
support for per-channel enclosure regex filters.
* src/castget.c: Made rcfile non-global. Synchronised help message
with man page.
* README: Added details about dependencies.
* configure.ac: Switched to bzip2 for dist files.
* castget.1.in, configure.ac, src/castget.c, src/channel.c,
src/channel.h: Added support for restricting operations to
enclosures matching a regex given on the command line.
2007-11-14 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 1.0.1.
2007-11-13 Marius L. Jøhndal <[email protected]>
* libcastget/utils.c: Improved handling of out of disk space
errors. Removed superfluous close().
2007-10-18 Marius L. Jøhndal <[email protected]>
* libcastget/urlget.c: Added custom User-Agent header.
* castget/castget.c: Updated banner copyright.
2007-10-12 Marius Larsen Jøhndal <[email protected]>
* castget.1.in: Documented --rcfile option.
2007-10-12 Jick Nan <[email protected]>
* src/castget.c: Add --rcfile <path/to/rcfile> option.
2007-09-20 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 1.0.0.
* castgetrc.5.in: Minor language clean-up.
2007-09-20 Marius Larsen Jøhndal <[email protected]>
* src/Makefile.am, src/castget.c, src/channel.c, src/channel.h,
src/libcastget.h, src/rss.h, src/urlget.c, src/urlget.h,
src/utils.c, src/utils.h: Eliminated libcastget.h.
* configure.ac, src/Makefile.am, src/castget.c,
src/configuration.c, src/htmlent.h, src/rss.c, src/urlget.h,
src/channel.c, src/configuration.h, src/libxmlutil.c, src/rss.h,
src/utils.c, src/channel.h, src/htmlent.c, src/libxmlutil.h,
src/urlget.c, src/utils.h: Moved all source files into a single
subdirectory src/ in order to remove libcastget.
2007-02-15 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 0.9.6.
* castget.1.in, castget/castget.c, libcastget/channel.c,
libcastget/channel.h, libcastget/libcastget.h,
libcastget/urlget.c, libcastget/urlget.h: Added --resume option
(Jick Nan).
2007-01-24 Marius L. Jøhndal <[email protected]>
* castget/castget.c: Added --new-only option (Jick Nan).
* castget.1.in, castgetrc.5.in: Documented --new option. Clarified
behaviour of channel files when configurations are removed from
configuration files.
* libcastget/rss.c, libcastget/rss.c: Added the field fetched_time
to the RSS file structure.
* castget/castget.c, libcastget/libcastget.c,
libcastget/libcastget.h: Refactored libcastget_channel_update,
libcastget_channel_catchup and libcastget_channel_list. Added
first_only flag.
* castget/castget.c, castget.1.in: Added --first-only option.
2006-11-09 Marius L. Jøhndal <[email protected]>
* castget.1.in: Clarified intended behaviour of the --list option.
2006-09-03 Marius L. Jøhndal <[email protected]>
* configure.ac: Tried to correct problems with the id3lib checking
failing to link.
2006-07-28 Marius L. Jøhndal <[email protected]>
* castget/castget.c: Fixed a problem with the "quiet" option
interfering with the writing of ID3 tags (!)
* castget/castget.c, libcastget/rss.c, libcastget/utils.c:
Removed some warnings.
2006-07-22 Marius L. Jøhndal <[email protected]>
* castget.c: Changed printing of file sizes to use kB, MB, and GB
also when listing available downloads.
2006-07-08 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 0.9.5.
* castgetrc.5.in, Makefile.am, configure.ac: Added new man page on
the configuration file.
* castget.1.in: Clarifyed the default behaviour of castget when
invoked without arguments. Added reference to castgetrc(5).
* castget/castget.c: Added verification of keys in configuration
file.
2006-06-21 Marius L. Jøhndal <[email protected]>
* libcastget/utils.c: Rewrote temporary file handling to avoid
renaming files across devices.
2006-06-10 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 0.9.4.
* libcastget/channel.c: Added missing escaping of URLs written to
channel file.
* castget/castget.c: Removed silly verbosity check from channel
listing function.
* castget/castget.c: Fixed bad handling of errors generated by
g_key_file_load_from_file when loading configuration files.
2006-06-09 Marius L. Jøhndal <[email protected]>
* libcastget/Makefile.am, libcastget/htmlent.c,
libcastget/htmlent.h, libcastget/rss.c: Added work-around for HTML
entitites in RSS files.
2006-05-25 Marius L. Jøhndal <[email protected]>
* castget.c: Removed misplaced libcastget_channel_free() in
channel parsing function.
2006-05-06 Marius L. Jøhndal <[email protected]>
* castget.c: Removed printing of enclosure length when length is
zero. Fixed broken enclosure MIME type check when no MIME type
appears in RSS feed.
2006-03-30 Marius L. Jøhndal <[email protected]>
* rss.c, libcastget.h, channel.c, castget.c: Moved enclosure
filename into enclosure structure and changed progress output to
filename instead of URL.
2006-03-21 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 0.9.3.
* libcastget.h, rss.c, libxmlutil.c, libxmlutil.h: Added support
for the MRSS content tag. MRSS information will be preferred over
attributes on an enclosure tag.
* castget.c: Changed printing of file sizes to use kB, MB, and GB
when suitable. Some formatting adjustments to progress printout.
2005-12-08 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 0.9.2.
* libcastget/rss.c, libcastget/utils.c: Fixed invalid cross device
link errors caused by uninitialized pointer in temporary file
function.
2005-12-07 Marius L. Jøhndal <[email protected]>
* castget/castget.c: Added a missing test to exclude the global
group "*" from channel iteration.
2005-12-01 Marius L. Jøhndal <[email protected]>
* castget/castget.c: Fixed broken handling of missing configuration
file.
2005-12-01 Marius L. Jøhndal <[email protected]>
* libcastget/Makefile.am: Removed superfluous (and broken) include
path.
2005-11-19 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number to 0.9.1.
2005-11-19 Marius L. Jøhndal <[email protected]>
* Makefile.am, castget.1.in, configure.ac: Added man
page for castget program.
2005-11-19 Marius L. Jøhndal <[email protected]>
* castgetrc.example, castget/castgetrc.example, Makefile.am,
castget/Makefile.am: Moved example configuration file to top-level
directory.
2005-11-19 Marius L. Jøhndal <[email protected]>
* castget/Makefile.am, castget/castget.c,
castget/castgetrc.example, castget/configuration.c,
castget/configuration.h: Added a global section to the
configuration file.
2005-11-14 Marius L. Jøhndal <[email protected]>
* castget/castget.c: Expanded usage information.
2005-11-14 Marius L. Jøhndal <[email protected]>
* configure.ac: Bumped version number for initial release.
2005-11-14 Marius L. Jøhndal <[email protected]>
* libcastget/channel.c, libcastget/channel.h, libcastget/utils.c,
libcastget/utils.h: Added timestamping of channel updates and
enclosure downloads.
2005-11-13 Marius L. Jøhndal <[email protected]>
* libcastget/channel.c, libcastget/rss.c, libcastget/urlget.c,
libcastget/urlget.h, libcastget/utils.c, libcastget/utils.h:
Switched to downloading RSS file to temporary file in order to
avoid recurrent libxml2 parse errors.
2005-11-13 Marius L. Jøhndal <[email protected]>
* castget/castget.c: Added user-defined per-channel ID3 tags.
2005-10-24 Marius L. Jøhndal <[email protected]>
* libcastget/Makefile.am, libcastget/channel.c, libcastget/utils.c,
libcastget/utils.h: Modified channel file saving function to use
temporary files. Added proper XML prologue and a version number to
channel files.
2005-08-28 Marius L. Jøhndal <[email protected]>
* castget/castget.c: Check return value of libcastget_channel_new
and report error. Moved libxml2 to main block for now.