summaryrefslogtreecommitdiff
path: root/doc/upgrade.html
blob: 6a5f0825d8c5e6f61d45babe1902fd8433bf9abc (plain)
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
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Language" content="en" />
    <title>execline: how to upgrade</title>
    <meta name="Description" content="execline: how to upgrade" />
    <meta name="Keywords" content="execline installation upgrade" />
    <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
  </head>
<body>

<p>
<a href="index.html">execline</a><br />
<a href="http://skarnet.org/software/">Software</a><br />
<a href="http://skarnet.org/">skarnet.org</a>
</p>

<h1> What has changed in execline </h1>

<h2> in 2.1.3.0 </h2>

<ul>
 <li> skalibs dependency bumped to 2.3.6.0 </li>
 <li> New configure option: <tt>--shebangdir</tt> for script creation
automation. </li>
</ul>

<h2> in 2.1.2.2 </h2>

<ul>
 <li> skalibs dependency bumped to 2.3.5.1 </li>
</ul>

<h2> in 2.1.2.1 </h2>

<ul>
 <li> Bugfix release, no changes </li>
</ul>

<h2> in 2.1.2.0 </h2>

<ul>
 <li> skalibs dependency bumped to 2.3.4.0 </li>
 <li> new command: <a href="trap.html">trap</a> </li>
</ul>

<h2> in 2.1.1.1 </h2>

<ul>
 <li> skalibs dependency bumped to 2.3.3.0 </li>
 <li> execlineb parser made into a library function, for easier
inclusion in other programs </li>
</ul>

<h2> in 2.1.1.0 </h2>

<ul>
 <li> <a href="forstdin.html">forstdin</a> added </li>
 <li> <a href="forbacktickx.html">forbacktickx</a> rewritten as a wrapper
around <a href="pipeline.html">pipeline</a> and
<a href="forstdin.html">forstdin</a> </li>
</ul>

<h2> in 2.1.0.0 </h2>

<ul>
 <li> skalibs dependency bumped to 2.3.1.0 </li>
 <li> <a href="foreground.html">foreground</a> now sets the ? environment
variable to 256 plus the signal number when its block was killed by a signal
(in previous releases it used 126). </li>
 <li> New rules for exit codes of forx, loopwhilex, forbacktickx </li>
 <li> New <tt>-e</tt> option to <a href="loopwhilex.html">loopwhilex</a>,
deprecating the <tt>-x</tt> option. </li>
</ul>

<h2> in 2.0.2.1 </h2>

<ul>
 <li> skalibs dependency bumped to 2.3.0.0 </li>
</ul>

<h2> in 2.0.2.0 </h2>

<ul>
 <li> skalibs dependency bumped to 2.2.1.0 </li>
 <li> New command: <a href="fdswap.html">fdswap</a> </li>
 <li> New <tt>-D</tt> option to <a href="backtick.html">backtick</a> </li>
</ul>

<h2> in 2.0.1.1 </h2>

<ul>
 <li> skalibs dependency bumped to 2.2.0.0 </li>
 <li> Parallel build fix </li>
</ul>

<h2> in 2.0.1.0 </h2>

<ul>
 <li> skalibs dependency bumped to 2.1.0.0 </li>
 <li> <tt>-u</tt> option added to import and importas </li>
</ul>

<h2> in 2.0.0.0 </h2>

<ul>
 <li> The build system has completely changed. It is now a standard
<tt>./configure &amp;&amp; make &amp;&amp; sudo make install</tt>
build system. See the enclosed INSTALL file for details. </li>
 <li> slashpackage is not activated by default. </li>
 <li> shared libraries are neither built nor used by default. </li>
 <li> skalibs dependency bumped to 2.0.0.0 </li>
 <li> The obsolete -E option to backtick, forx and forbacktickx is not
supported anymore. </li>
 <li> multisubstitute does not support the "backtick" directive
anymore. </li>
</ul>

</body>
</html>