~m-grant-prg/mget/focal-trunk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Mark Grant
  • Date: 2015-06-26 14:04:54 UTC
  • Revision ID: m.grant.prg@gmail.com-20150626140454-ic5qk4mhb3136egx
Tags: upstream-1.1.5
ImportĀ upstreamĀ versionĀ 1.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Release 1.1.5 2015-06-26
 
2
Remove BSD support.
 
3
 
 
4
Release 1.1.4 2014-12-11
 
5
Tidy up in-script documentation and AutoConf checks.
 
6
 
 
7
Release 1.1.3 2014-12-01
 
8
Replace line ending conversion code with use of wutconv.
 
9
Add --unix option as a complement to --windows to convert to unix line endings.
 
10
 
 
11
Release 1.1.2 2014-11-29
 
12
Add support for including overall package version in script --version.
 
13
Switch to use of GNU getopt to allow long options and implement them.
 
14
Allow for FreeBSD quirk of 2 different getopt programs on PATH. See comments in
 
15
script at the start of "Main". Structure OS specific requirements to test for
 
16
generic *BSD OSs and use Linux as the default.
 
17
 
 
18
Release 1.1.1 2014-09-01
 
19
Change to utilise configure.ac check on whether wget or fetch is in use.
 
20
Add check for awk in configure.ac.
 
21
Change from sed to awk for Windows / Unix line ending conversions as sed
 
22
is inconsistent across distributions.
 
23
 
 
24
Release 1.0.15 2014-08-27
 
25
Name changed to mget to avoid Ubuntu package name duplication.
 
26
 
 
27
Release 1.0.14 2014-06-19
 
28
Added man(5) page for retained command line parameter file '.multiget'.
 
29
 
 
30
Release 1.0.13 2014-06-16
 
31
Improved directory structure in source and which files Git tracks. Added configure check for txt2man.
 
32
 
 
33
Release 1.0.12 2014-01-06
 
34
Persist option code was in the file processing loop and never got executed if no
 
35
files were to be processed. Moved out of loop.
 
36
 
 
37
Release 1.0.11 2014-01-05
 
38
Introduced new standardised error handler routine to test previous command
 
39
success. Changed command line options to use -V as the version option, S as
 
40
Source URL and -T as target directory. Introduced -q, -s & -v as quiet, silent
 
41
and verbose options. Fixed error handling on existing file deletion.
 
42
 
 
43
Release 1.0.10 2014-01-01
 
44
Tidied up use of output function.
 
45
 
 
46
Release 1.0.9 2013-12-15
 
47
Use command name instead of $0 in output script.
 
48
 
 
49
Release 1.0.8 2013-12-14
 
50
Changed so that output function is the only place to insert the program name
 
51
and it uses $0.
 
52
 
 
53
Release 1.0.7 2013-12-13
 
54
Changed stdout & stderr message output to use a function directing to one or
 
55
other based on a status.
 
56
 
 
57
Release 1.0.6 2013-08-22
 
58
Debian best practice documentation requires that programs placed in
 
59
the PATH should not have extensions as the programs may be rewritten
 
60
in a different language. This would then require a name change, or,
 
61
if left as-is would cause confusion. So name changed to remove .sh
 
62
extension.
 
63
 
 
64
Release 1.0.5 2013-05-05
 
65
Fixed ugly exit if 'sourcefile' = "" or 'targetdir' = "". 'targetdir' is now
 
66
defaulted to 'PWD'.
 
67
 
 
68
Release 1.0.4 2013-05-03
 
69
Included source and target information in script output to be more useful.
 
70
 
 
71
Release 1.0.3 2013-05-02
 
72
Introduced -q option to utilise fetch or wget quiet mode.
 
73
 
 
74
Release 1.0.2 2013-04-30
 
75
Fixed incorrect display of Error Status in man page. Introduced source file
 
76
processing to ensure it has Unix type line endings. Removed partial
 
77
implementation of 'MailTo' functionality.
 
78
 
 
79
Release 1.0.1 2013-04-29
 
80
First release. Does not implement mail notification.