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

Bump v0.3.0.0

parent c7d52dbd
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,11 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- skalibs version 2.9.1.0 or later: http://skarnet.org/software/skalibs/
- execline version 2.5.3.0 or later: http://skarnet.org/software/execline/
- s6 version 2.9.0.1 or later: http://skarnet.org/software/s6/
- s6-rc version 0.5.1.1 or later: http://skarnet.org/software/s6-rc/
- oblibs version 0.0.5.0 or later: https://framagit.org/Obarun/oblibs/
- skalibs version 2.9.2.1 or later: http://skarnet.org/software/skalibs/
- execline version 2.6.0.1 or later: http://skarnet.org/software/execline/
- s6 version 2.9.1.0 or later: http://skarnet.org/software/s6/
- s6-rc version 0.5.1.2 or later: http://skarnet.org/software/s6-rc/
- oblibs version 0.0.6.0 or later: https://framagit.org/Obarun/oblibs/
- scdoc version 1.9.4 or later for man pages: https://git.sr.ht/~sircmpwn/scdoc
This software will run on any operating system that implements
......
......@@ -2,19 +2,21 @@
---
# In 0.2.6.0
# In 0.3.0.0
This is a ***Major release***, you need to update your *trees* with *66-update* tool.
- Bugs fix
- Adapt to skalibs v2.9.2.1
- [skalibs](https://skarnet.org/software/skalibs) dependency bumped to **2.9.2.1**
- Adapt to execline v2.6.0.1
- [exeline](https://skarnet.org/software/execline) dependency bumped to **2.6.0.1**
- Adapt to s6 v2.9.1.0
- [s6](https://skarnet.org/software/s6) dependency bumped to **2.9.1.0**
- Adapt to s6-rc v0.5.1.2
- [s6-rc](https://skarnet.org/software/s6-rc) dependency bumped to **0.5.1.2**
- Adapt to oblibs v0.0.6.0
- [oblibs](https://framagit.org/oblibs) dependency bumped to **0.0.6.0**
- Add **-z** to all tools to enable colorization:
......@@ -44,11 +46,10 @@
- Add `@version` field:
This field is currently not mandatory to allow time to adapt the existing service files on your system, but it **will be mandatory** in a future release.
- Comments in the `[environment]` section is now kept at parsing process and written to the final service configuration file. This is useful to explain the use of a variable without the need to look on the executable script.
- *66-in{service,tree}* display now *up*,*down* or *unintialized* on status and graph dependencies field for *oneshot*, *bundle*, *module* services. This allows us to know if e.g an *oneshot* service is currently *up* or *down*.
- *--with-s6-log-timestamp* flag was added on the *configure* script to set the default output date format for a logger at the compile time. See `configure --help` command.
- *66-enable* now accepts the new option **-m**. This option reacts the same as the **-c** option for new *key=value* pair but overwrites the change of the admin on existing *key=value* pair. A *key=value* pair which doesn't exist on the frontend file remains untouched.
- *Oneshot* now accepts the option *log* at the field `@options`. This allows a *oneshot* to have its own logger. As any other service the log file can be seen with the *66-inservice* tool. The log destination can be controlled by the `@destination` field at the `[logger]` section. Default is set at compile time by the *--with-system-log* or *--with-user-log* flag.
......@@ -59,6 +60,12 @@
- *--disable-s6-log-notification* was added on the *configure* script to disable logger's [readiness notification](https://skarnet.org/software/s6/notifywhenup.html). By default it use the file descriptor number 3.
- *--with-s6-log-timestamp* flag was added on the *configure* script to set the default output date format for a logger at the compile time. See `configure --help` command.
- *--with-system-module*, *--with-sysadmin-module*, *--with-user-module* flags was added on the *configure* script to set the default *system*, *sysadmin* and *user* module directory respectively.
- *--with-system-script*, *--with-user-script* flags was added on the *configure* script to set the default *system* and *user* script directory respectively.
----
# In 0.2.5.2
......
package=66
version=0.2.5.2
version=0.3.0.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