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

Bump v0.6.1.0

parent abd0930f
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,5 @@
/66-umountall
/66-nuke
/src/include/66/config.h
/doc/man
/doc/html
/doc/*/
TODO
......@@ -9,7 +9,7 @@ Build Instructions
- execline version 2.7.0.0 or later: http://skarnet.org/software/execline/
- s6 version 2.10.0.0 or later: http://skarnet.org/software/s6/
- s6-rc version 0.5.2.1 or later: http://skarnet.org/software/s6-rc/
- oblibs version 0.1.2.0 or later: https://framagit.org/Obarun/oblibs/
- oblibs version 0.1.3.0 or later: https://framagit.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)
......
......@@ -10,7 +10,7 @@ skalibs_tag="v2.10.0.0"
execline_tag="v2.7.0.0"
s6_tag="v2.10.0.0"
s6_rc_tag="v0.5.2.1"
oblibs_tag="v0.1.2.0"
oblibs_tag="v0.1.3.0"
check_tag(){
......
......@@ -42,6 +42,27 @@ See the `66-update` documentation page for further information.
---
# In 0.6.1.0
- Bugs fix:
- Avoid to crash if no tree is enabled yet.
- Documentation fix.
- Handle correctly the return value of s6_rc_servicedir_manage.
- Fix `66-all` command at s6-svscan control file of a regular user scandir creation.
- Handle correctly a same(or commented) `key=value` pair on multiple service configuration file.
- *execl-envfile*:
- new option:
- **-v**: allows verbosity changes.
- Bug fix:
- Handle correctly a same(or commented) `key=value` pair on multiple service configuration file.
- *66-env*:
- new option:
- **-e** *editor*: Allows to choose the editor to use for the edition of the configuration file.
---
# In 0.6.0.1
- Bugs fix:
......
package=66
version=0.6.0.1
version=0.6.1.0
category=admin
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