diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-10-06 11:29:49 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-10-06 11:29:49 +0200 |
commit | becf233178d2cf402591e97d7a8499cafbbb7251 (patch) | |
tree | 3ddc8acc12b39c9c36efdb1130a568335355be66 /channelio | |
parent | 2f2c75f8c886f0f58d4f621e5fc662ba297e49ca (diff) |
Switch to the new ChangeLog style.
* ChangeLog: New file.
* channelio/ChangeLog: Remove file.
* libchannel/ChangeLog: Likewise.
Diffstat (limited to 'channelio')
-rw-r--r-- | channelio/ChangeLog | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/channelio/ChangeLog b/channelio/ChangeLog deleted file mode 100644 index ec2cf4dee..000000000 --- a/channelio/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -2007-08-25 Carl Fredrik Hammar <hammy.lite@gmail.com> - - * channelio.c (check_open_hook): Convert open modes to channel - flags before passing them to hub creation functions. - -2007-08-20 Carl Fredrik Hammar <hammy.lite@gmail.com> - - * Makefile: New file. Based on `streamio/Makefile' - * channelio.c: New file. Based on `streamio/streamio.c' - * io.c: New file. Based on `streamio/io.c' - * node.c: New file. - * node.h: New file. Based on `streamio/dev.h' - * open.c: New file. - * open.h: New file. Based on `streamio/open.h' |