Skip to content

Commit

Permalink
Turn CHANGES.md into markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jul 15, 2016
1 parent 091e759 commit 028d581
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
0.7.1 (2016-07-12):
## 0.7.1 (2016-07-12)

* switch to topkg
* make protocol-9p.unix depends on io-page.unix to workaround an issue
the channel implementation
* remove the dependency to stringext
* fix missing dependencies causing a compilation issue on 4.03

0.7.0 (2016-07-12):
## 0.7.0 (2016-07-12)

* remove dependency on ctypes
* support named pipes on Win32
* report Win32 errors
Expand All @@ -17,14 +19,16 @@
* use the channel module for buffered packet reading
* unix: don't allocate per request, use a per-connection 32KiB buffer

0.6.0 (2016-04-10):
## 0.6.0 (2016-04-10)

* server: supply no exception converter by default
* dependency on lambda-term (for the shell) is now optional
* add support for Win32
* use logs library
* reject messages longer than 640 KiB

0.5.0 (2016-03-01):
## 0.5.0 (2016-03-01)

* remove an unnecessary copy in the read path
* add documentation for Server_unix_9p
* add a `shell` subcommand for the CLI with history and line-editing
Expand All @@ -36,21 +40,25 @@
* server: handle errors in the dispatcher loop
* client: allow clients to handle I/O errors and recover

0.4.0 (2016-01-25):
## 0.4.0 (2016-01-25)

* Remove OASIS from build system
* Remove use of -pack, now use the index module Protocol_9p with aliases
* Expose previously hidden Response.sizeof_header
* Expose previously hidden Response.Read.sizeof_header
* Add Request.sizeof_header
* Add Request.Write.sizeof_header

0.3 (2016-01-20):
## 0.3 (2016-01-20)

* Add version/attach mount debug messages
* Pass initial connection attach to receive callback handler

0.2 (2016-01-04):
## 0.2 (2016-01-04)

* Respect negotiated msize in read
* Add LICENSE file

0.1 (2015-12-13):
## 0.1 (2015-12-13)

* Initial version

0 comments on commit 028d581

Please sign in to comment.