NEWS 680 B

12345678910111213141516171819202122232425262728293031
  1. -*- mode: org -*-
  2. * Changes in 0.1.3 (since 0.1.2)
  3. ** Default runtime directory is changed
  4. Previously, fifo and socket files were placed in
  5. "~/.config/guile-daemon/run". Now the default directory is
  6. "$XDG_RUNTIME_DIR/guile-daemon".
  7. * Changes in 0.1.2 (since 0.1.1)
  8. ** Texinfo manual added
  9. * Changes in 0.1.1 (since 0.1)
  10. ** Support for Guile 2.2 added
  11. ** Current locale is installed
  12. I.e., now the following displays the proper text:
  13. gdpipe '(display "привет") (newline)'
  14. Previously it displayed "??????".
  15. ** Remove unsuitable FIFO file on start-up
  16. Previously when FIFO file existed, but was unsuitable (wrong
  17. permissions, etc.), guile-daemon failed to start.