summary refs log tree commit diff
path: root/doc/upgrade.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r--doc/upgrade.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 0c90b8a..d36dd91 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,33 @@
 
 <h1> What has changed in execline </h1>
 
+<h2> in 2.4.0.0 </h2>
+
+<ul>
+ <li> skalibs dependency bumped to 2.6.4.0 </li>
+ <li> In order to reduce execline's verbosity and make life easier for users
+who are used to the shell's syntax, commands that have a close shell equivalent
+have been renamed to match the shell's command. More precisely:
+  <ul>
+   <li> <a href="background.html">background</a> is now named <strong><tt>&amp;</tt></strong> </li>
+   <li> <a href="backtick.html">backtick</a> is now named <strong><tt>`</tt></strong> </li>
+   <li> <a href="define.html">background</a> is now named <strong><tt>=</tt></strong> </li>
+   <li> <a href="dollarat.html">dollarat</a> is now named <strong><tt>$@</tt></strong> </li>
+   <li> <a href="elglob.html">elglob</a> is now named <strong><tt>*</tt></strong> </li>
+   <li> <a href="fdclose.html">fdclose</a> is now named <strong><tt>&gt;&amp;-</tt></strong> </li>
+   <li> <a href="fdmove.html">fdmove</a> is now named <strong><tt>&gt;&amp;</tt></strong> </li>
+   <li> <a href="fdswap.html">fdswap</a> is now named <strong><tt>&lt;&gt;</tt></strong> </li>
+   <li> <a href="foreground.html">foreground</a> is now named <strong><tt>&semi;</tt></strong> </li>
+   <li> <a href="getpid.html">getpid</a> is now named <strong><tt>!</tt></strong> </li>
+   <li> <a href="heredoc.html">heredoc</a> is now named <strong><tt>&lt;&lt;</tt></strong> </li>
+   <li> <a href="homeof.html">homeof</a> is now named <strong><tt>~</tt></strong> </li>
+   <li> <a href="if.html">if</a> is now named <strong><tt>&amp;&amp;</tt></strong> </li>
+   <li> <a href="importas.html">importas</a> is now named <strong><tt>$</tt></strong> </li>
+   <li> <a href="pipeline.html">pipeline</a> is now named <strong><tt>|</tt></strong> </li>
+   <li> <a href="redirfd.html">redirfd</a> is now named <strong><tt>&lt;</tt></strong> </li>
+  </ul> </li>
+</ul>
+
 <h2> in 2.3.0.4 </h2>
 
 <ul>