guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dmd] 02/02: Update 'NEWS'.


From: Ludovic Courtès
Subject: [dmd] 02/02: Update 'NEWS'.
Date: Mon, 07 Jul 2014 21:35:21 +0000

civodul pushed a commit to branch master
in repository dmd.

commit 56c2010042439702f56cf7727ea7c1330f7bc6e6
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 7 23:24:16 2014 +0200

    Update 'NEWS'.
    
    * NEWS: Update.
---
 NEWS |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 01b2e9e..c386675 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@
 #+STARTUP: content hidestars
 
 Copyright © 2002, 2003 Wolfgang Jährling
-Copyright © 2013 Ludovic Courtès <address@hidden>
+Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
@@ -11,6 +11,36 @@ Copyright © 2013 Ludovic Courtès <address@hidden>
 
 Please send dmd bug reports to address@hidden
 
+* Changes in version 0.2
+
+** Non-root configuration file is now ~/.dmd.d/init.scm.
+
+For unprivileged uses of dmd, the configuration file used to be
+~/.dmdconf.scm.  It is now ~/.dmd.d/init.scm
+
+** Generate template configuration file when none is found.
+
+A ~/.dmd.d/init.scm template configuration file is now generated when
+dmd is started and no such file exists.
+
+** The 'dmd' service has new 'unload' and 'reload' actions.
+
+The 'unload' action allows a service to be stopped and its definition to
+be unloaded; 'reload' allows a service to be unloaded, and a new
+redefinition to be reloaded, atomically.  See the manual for details.
+
+** 'make-forkexec-constructor' has a new calling convention.
+
+In particular, the procedure now has #:environment-variables
+and #:directory arguments.  See the manual for details.
+
+** New 'exec-command' and 'fork+exec-command' convenience procedures.
+** The 'status' action displays the running value of services (the PID.)
+** 'dmd' has a new '--pid' option.
+** Failures to connect to dmd are gracefully handled.
+** Data is always appended to the log file.
+** Assorted bug fixes and documentation improvements.
+
 * Changes in version 0.1
 ** A single socket is used for communication with dmd, with a new protocol.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]