summaryrefslogtreecommitdiff
path: root/doc/upgrade.html
blob: f4cd3dc2f476cc8df693838f2cf9a4afb7ab9ec8 (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
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<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="//skarnet.org/default.css" /> -->
  </head>
<body>

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

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

<h2> in 2.9.6.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.14.2.0. </li>
 <li> <a href="elglob.html">elglob</a> now has an option to provide its
results as one word (including the possibility of netstring encoding). </li>
 <li> <a href="importas.html">importas</a> now has an option that can be
used instead of repeating a variable when it is imported with the same
name. </li>
</ul>

<h2> in 2.9.5.1 </h2>

<ul>
 <li> No functional changes. </li>
</ul>

<h2> in 2.9.5.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.14.1.1. </li>
 <li> <a href="backtick.html">backtick</a> now sets the ?
environment variable, similarly to
<a href="foreground.html">foreground</a>, when it can be nonzero. </li>
</ul>

<h2> in 2.9.4.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.14.0.0. </li>
 <li> <a href="//skarnet.org/software/nsss/">nsss</a>
optional dependency bumped to 0.2.0.4. </li>
</ul>

<h2> in 2.9.3.0 </h2>

<ul>
 <li> New <tt>-D <em>default</em></tt> option to
<a href="elgetopt.html">elgetopt</a>. </li>
</ul>

<h2> in 2.9.2.1 </h2>

<ul>
 <li> No functional changes. </li>
</ul>

<h2> in 2.9.2.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.13.1.0. </li>
 <li> New experimental multicall feature, with a new
<a href="execline.html">execline</a> binary. </li>
</ul>

<h2> in 2.9.1.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.13.0.0. </li>
 <li> <a href="//skarnet.org/software/nsss/">nsss</a>
optional dependency bumped to 0.2.0.2. </li>
 <li> New program: <a href="eltest.html">eltest</a>. </li>
</ul>

<h2> in 2.9.0.1 </h2>

<ul>
 <li> No functional changes. </li>
</ul>

<h2> in 2.9.0.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.12.0.0. </li>
 <li> New options to <a href="wait.html">wait</a>: <tt>-o</tt>
to wait for one of the listed processes, and <tt>-a</tt> to get the
default behaviour. </li>
 <li> <a href="wait.html">wait</a> now exits 99 on timeout. </li>
</ul>

<h2> in 2.8.3.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.11.2.0. </li>
 <li> New options to <a href="getpid.html">getpid</a>: <tt>-P</tt>
to get the parent's pid, and <tt>-p</tt> to get the default behaviour. </li>
</ul>

<h2> in 2.8.2.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.11.1.0. </li>
 <li> <a href="//skarnet.org/software/nsss/">nsss</a>
optional dependency bumped to 0.2.0.1. </li>
 <li> New options to <a href="case.html">case</a>. </li>
</ul>

<h2> in 2.8.1.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.11.0.0. </li>
 <li> New binary: <a href="case.html">case</a>. </li>
</ul>

<h2> in 2.8.0.1 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.10.0.3. </li>
</ul>

<h2> in 2.8.0.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.10.0.2. </li>
 <li> <a href="backtick.html">backtick</a> options have changed
slightly, and now propagates subprocess failure by default. </li>
</ul>

<h2> in 2.7.0.1 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.10.0.1. </li>
</ul>

<h2> in 2.7.0.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.10.0.0. </li>
 <li> <a href="//skarnet.org/software/nsss/">nsss</a>
optional dependency bumped to 0.1.0.0. </li>
 <li> <a href="forstdin.html">forstdin</a> now exits 1 on immediate EOF,
and only splits on newlines by default. </li>
 <li> <a href="forbacktickx.html">forbacktickx</a>, which is a wrapper
around <a href="forstdin.html">forstdin</a>, gets the same changes. </li>
 <li> Input-processing binaries (<em>not</em> substitution binaries!)
now chomp by default. </li>
 <li> New <tt>-N</tt> option to deactivate chomping. </li>
 <li> New <tt>default</tt> directive to <a href="trap.html">trap</a>,
replacing the <tt>timeout</tt> one, which was ill-suited to that program. </li>
</ul>

<h2> in 2.6.1.1 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.9.3.0. </li>
</ul>

<h2> in 2.6.1.0 </h2>

<ul>
 <li> The <a href="envfile.html">envfile</a> format has changed.
It is now more expressive and largely compatible with systemd's
<a href="https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile=">EnvironmentFile</a>
format. The new format is a superset of the old one, so old
envfiles should still be understood by the new binary. </li>
</ul>

<h2> in 2.6.0.2 </h2>

<ul>
 <li> No functional changes </li>
</ul>

<h2> in 2.6.0.1 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.9.2.1. </li>
</ul>

<h2> in 2.6.0.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.9.2.0. </li>
 <li> <a href="dollarat.html">dollarat</a> now has its <tt>-0</tt> and <tt>-d</tt>
priority unified. (Rightmost priority.) </li>
 <li> <a href="runblock.html">runblock</a> now accepts a command line prefix,
given as runblock's own command line. </li>
 <li> New binary: <a href="posix-umask.html">posix-umask</a>. </li>
 <li> <tt>cd</tt> has been renamed <a href="execline-cd.html">execline-cd</a>. </li>
 <li> <tt>umask</tt> has been renamed <a href="execline-umask.html">execline-umask</a>. </li>
 <li> At installation time, <tt>cd</tt> and <tt>umask</tt> symbolic links are created,
pointing to either the <tt>posix-</tt> or <tt>execline-</tt> -prefixed version of the
commands, depending on whether the <tt>--enable-pedantic-posix</tt> option
was given or not. </li>
</ul>

<h2> in 2.5.3.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.9.1.0. </li>
 <li> <tt>--enable-pedantic-posix</tt> configure option added. </li>
 <li> <a href="posix-cd.html">posix-cd</a> binary added. </li>
 <li> <a href="wait.html">wait</a> binary made POSIX-compliant. </li>
</ul>

<h2> in 2.5.2.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.9.0.0. </li>
</ul>

<h2> in 2.5.1.0 </h2>

<ul>
 <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.8.0.0. </li>
 <li> New command: <a href="envfile.html">envfile</a>. </li>
 <li> Everything now builds as PIC by default no matter
the toolchain's settings. Use the <tt>--disable-all-pic</tt> configure
option to build executables and static libraries as non-PIC. </li>
</ul>

<h2> in 2.5.0.1 </h2>

<ul>
 <li> skalibs dependency bumped to 2.7.0.0 </li>
 <li> Optional <a href="//skarnet.org/software/nsss/">nsss</a> support added. </li>
</ul>

<h2> in 2.5.0.0 </h2>

<ul>
 <li> skalibs dependency bumped to 2.6.4.0 </li>
 <li> The <tt>import</tt> command has been removed. </li>
</ul>

<h2> in 2.3.0.4 </h2>

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

<h2> in 2.3.0.3 </h2>

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

<h2> in 2.3.0.2 </h2>

<ul>
 <li> skalibs dependency bumped to 2.6.0.0 </li>
 <li> Commands now exit 127 (not found) or 126 (other error) if
they cannot exec into a program they're supposed to. </li>
 <li> The <a href="import.html">import</a> command will likely
disappear <em>very soon</em>. Please switch to
<a href="importas.html">importas</a> as soon as possible! </li>
</ul>

<h2> in 2.3.0.1 </h2>

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

<h2> in 2.3.0.0 </h2>

<ul>
 <li> skalibs dependency bumped to 2.5.0.0 </li>
 <li> <a href="import.html">import</a> is now marked as obsolescent.
It is recommanded to use the <a href="importas.html">importas</a> command
instead. </li>
</ul>

<h2> in 2.2.0.0 </h2>

<ul>
 <li> skalibs dependency bumped to 2.4.0.0 </li>
 <li> New <tt>-I</tt> option to <a href="backtick.html">backtick</a>
and <a href="withstdinas.html">withstdinas</a> </li>
 <li> <a href="wait.html">wait</a> can now be given a timeout </li>
</ul>

<h2> in 2.1.5.0 </h2>

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

<h2> in 2.1.4.5 </h2>

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

<h2> in 2.1.4.4 </h2>

<ul>
 <li> No functional changes </li>
</ul>

<h2> in 2.1.4.3 </h2>

<ul>
 <li> No functional changes </li>
</ul>

<h2> in 2.1.4.2 </h2>

<ul>
 <li> GNU make dependency pushed back to 3.81 </li>
 <li> skalibs dependency bumped to 2.3.8.0 </li>
</ul>

<h2> in 2.1.4.1 </h2>

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

<h2> in 2.1.4.0 </h2>

<ul>
 <li> New <tt>EXECLINE_BLOCK_END_STRING</tt> and <tt>EXECLINE_BLOCK_QUOTE_STRING</tt> macros </li>
 <li> New command: <a href="withstdinas.html">withstdinas</a>. It's a simplification
of <a href="backtick.html">backtick</a>, which is now implemented as a combination of
<a href="pipeline.html">pipeline</a> and <a href="withstdinas.html">withstdinas</a>.
 <li> Other new command: <a href="getcwd.html">getcwd</a>. </li>
</ul>

<h2> in 2.1.3.1 </h2>

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

<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>