diff options
author | lloyd <[email protected]> | 2008-04-10 02:56:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-10 02:56:51 +0000 |
commit | 7dd98835b7c34511a07da376edb84ca0c7288523 (patch) | |
tree | 0ae651ebc7df8b2b8da31eb1227ebbc7d7110aa2 /doc | |
parent | bc87db3d01968883c9b97f72d236c925db16fe24 (diff) |
Summary of the notable changes since 1.7.4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/logs/log-17.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/logs/log-17.txt b/doc/logs/log-17.txt index ca0a2c055..eab4bd180 100644 --- a/doc/logs/log-17.txt +++ b/doc/logs/log-17.txt @@ -1,6 +1,15 @@ * 1.7.5 + + - Remove the Named_Mutex_Holder. Probably only used internally, it + was known to take up too much time for what it was doing, for a + very small gain in readability. + + - New typedef Pipe::message_id + - Add a new constructor for DataSource_Stream taking an istream + + - Remove the Named_Mutex_Holder - Use a typedef in Pipe to represent the message number * 1.7.4, March 10, 2008 |