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

Bump v0.2.1

parent c425fe01
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,7 @@ You can customize paths via flags given to configure. See `./configure --help` f ...@@ -19,5 +19,7 @@ You can customize paths via flags given to configure. See `./configure --help` f
- execline version 2.6.0.2 or later: http://skarnet.org/software/execline/ - execline version 2.6.0.2 or later: http://skarnet.org/software/execline/
- s6 version 2.9.1.0 or later: http://skarnet.org/software/s6/ - s6 version 2.9.1.0 or later: http://skarnet.org/software/s6/
- 66 version 0.4.0.1 or later https://framagit.org/Obarun/66/ - 66 version 0.5.1.0 or later https://framagit.org/Obarun/66/
- 66-tools version 0.0.6.0 or later https://framagit.org/Obarun/66-tools/ - 66-tools version 0.0.6.2 or later https://framagit.org/Obarun/66-tools/
- optional dependencies:
* dbus-66serv version 0.2.0 or later https://framagit.org/pkg/observice/dbus-66serv
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
--- ---
# In 0.2.1
- Convenient release to udpate dependencies:
- 66 v0.5.1.0
- 66-tools v0.0.6.2
- optional dependency:
- dbus-66serv 0.2.0 for environment configuration
---
# In 0.2.0 # In 0.2.0
- Adapt to 66 v0.4.0.1 - Adapt to 66 v0.4.0.1
......
...@@ -94,6 +94,6 @@ else ...@@ -94,6 +94,6 @@ else
fi fi
66-yeller set verbosity level to: %b"${VERBOSITY_LEVEL}"%n 66-yeller set verbosity level to: %b"${VERBOSITY_LEVEL}"%n
sed -i "s:@VERBOSITY_LEVEL@:-v${VERBOSITY_LEVEL}:" "${svscan}" || die "unable to disable log options" sed -i "s:@VERBOSITY_LEVEL@:-v${VERBOSITY_LEVEL}:" "${svscan}" || die "unable to set verbosity"
66-yeller "%bsuccessfully%n configured" 66-yeller "%bsuccessfully%n configured"
package=scandir-66serv package=scandir-66serv
version=0.2.0 version=0.2.1
package_macro_dir=66 package_macro_dir=66
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