Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jun 24, 2021
1 parent 8c19f25 commit e379634
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
0.4.3 (unreleased)
0.4.3 (24-06-2021)
=====
* Split log string by lines before printing.
* Cleanup daemon args.
* Remove `conf_concurrent`
* Added `conf_daemon_pidfile_perms`

0.4.2 (27-02-2020)
=====
Expand Down
7 changes: 4 additions & 3 deletions dtools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ version: "0.4.3"
synopsis: "Library providing various helper functions to make daemons"
maintainer: ["Romain Beauxis <[email protected]>"]
authors: ["The Savonet Team <[email protected]>"]
license: "GPL"
license: "GPL-2.0"
homepage: "https://github.com/savonet/ocaml-dtools"
bug-reports: "https://github.com/savonet/ocaml-dtools/issues"
depends: [
"ocaml" {>= "4.05.0"}
"dune" {>= "2.0"}
"dune" {>= "2.8"}
"odoc" {with-doc}
]
depopts: ["syslog"]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(lang dune 2.0)
(lang dune 2.8)

(name dtools)
(version 0.4.3)
(source (github savonet/ocaml-dtools))
(license GPL)
(license GPL-2.0)
(authors "The Savonet Team <[email protected]>")
(maintainers "Romain Beauxis <[email protected]>")

Expand All @@ -14,5 +14,5 @@
(synopsis "Library providing various helper functions to make daemons")
(depends
(ocaml (>= 4.05.0))
(dune (>= 2.0)))
dune)
(depopts syslog))

0 comments on commit e379634

Please sign in to comment.