Skip to content
Snippets Groups Projects
Commit 47229962 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Bump 0.7.1.0

parent 28bc59cf
No related branches found
Tags 0.7.1.0
No related merge requests found
Pipeline #38406 passed
......@@ -8,7 +8,7 @@ Build Instructions
- skalibs version 2.14.1.1: http://skarnet.org/software/skalibs/
- execline version 2.9.4.0: http://skarnet.org/software/execline/
- s6 version 2.12.0.3: http://skarnet.org/software/s6/
- oblibs version 0.2.1.3: https://git.obarun.org/Obarun/oblibs/
- oblibs version 0.3.0.0: https://git.obarun.org/Obarun/oblibs/
- lowdown version 0.6.4 or later for man and html pages: https://kristaps.bsd.lv/lowdown/
- linux-api-headers 5.8 or later: https://www.gnu.org/software/libc (only for linux system)
......
......@@ -73,31 +73,31 @@ Some are specific to `execline` where other can be used on classic shell.
This Roadmap for the next release is not writting in the stone. Feel free to make a merge request to this roadmap.
* [] Revise the frontend file's keyword field by excluding the `@` symbol:
* [ ] Revise the frontend file's keyword field by excluding the `@` symbol:
For instance, `@depends` will be `Depends`. That will allow for a file that's closer to the original INI format and less confusing for users.
* [] Provide a `[documentation]` section:
* [ ] Provide a `[documentation]` section:
Enable the provision of documentation for each service using a [documentation] section. This documentation will be easily accessible by invoking the 66 doc command.
* [] Provide a `Conflicts` keyword at frontend file:
* [ ] Provide a `Conflicts` keyword at frontend file:
Allow to declare a conflicting service through the `Conflicts` field, e.g. `connmand` service will declare `Conflicts = ( Networkmanager )`.
* [] Provide keyword for basic operations:
* [ ] Provide keyword for basic operations:
Certain repetitive tasks can be more efficiently managed directly by `66` in C rather than scripting them in the `Execute` field. For example, utilizing a `WorkDir` keyword can facilitate moving to the declared WorkDir value before executing the script.
* [] Reacts on event:
* [ ] Reacts on event:
Implementation of a daemon for event response to allow users to define services that dynamically start and stop when certain conditions are met, without needing to encode every possible condition in the service manager configuration.
* [] Ability to redirect stdin, stdout and stderr
* [ ] Ability to redirect stdin, stdout and stderr
Allow to specify to make redirection of standard output
* [] Ability to Handle a general environment structure
* [ ] Ability to Handle a general environment structure
Every scandir will start with environment variable define by user through configuration file at specific directory, for instance `/etc/66/environment`.
Ability through a new command to update this environment.
\ No newline at end of file
......@@ -9,7 +9,7 @@ fi
skalibs_tag="v2.14.1.1"
execline_tag="v2.9.4.0"
s6_tag="v2.12.0.3"
oblibs_tag="0.2.1.3"
oblibs_tag="0.3.0.0"
check_tag(){
......
......@@ -11,6 +11,24 @@ author: Eric Vidal <eric@obarun.org>
---
# In 0.7.1.0
- Adapt to `oblibs` 0.3.0.0
- Bugs fix:
- make exclusive `-s` and `-c` options at *configure* command.
- respect `-s` option for edition at *configure* command.
- provide *wall* command documentation. This command was added from 0.7.0.0 tag but the documentation wasn't.
- fix closing string at parse time.
- typo fix.
- Complete review of the *execl-envfile* program. Adapting it to the new lexer and environ familly functions make it faster and easier to debug and use less HEAP memory.
- Remove deprecated *env* key of the `@options` field.
---
# In 0.7.0.2
- Hot fix:
......
package=66
version=0.7.0.2
version=0.7.1.0
package_macro_name=SS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment