Sfoglia il codice sorgente

Change version to 0.10 and document the changes.

master
Richard Nyberg 18 anni fa
parent
commit
45ceb46c42
2 ha cambiato i file con 14 aggiunte e 1 eliminazioni
  1. +13
    -0
      CHANGES
  2. +1
    -1
      configure.ac

+ 13
- 0
CHANGES Vedi File

@@ -1,3 +1,16 @@
btpd 0.10:
----------

Misc:
- The protection mode of the ipc socket can now be specified via the new
"--ipcprot" option for btpd.

Bug fixes:
- The pid file is now written correctly.
- btpd's "-d" option now works for relative paths too.
- Add a time out for handshake completion. Prevously btpd could slowly
fill with unused incoming connections.

btpd 0.9:
---------



+ 1
- 1
configure.ac Vedi File

@@ -1,4 +1,4 @@
AC_INIT(btpd, 0.9, btpd@murmeldjur.se)
AC_INIT(btpd, 0.10, btpd@murmeldjur.se)

AM_INIT_AUTOMAKE([foreign])



Loading…
Annulla
Salva