diff options
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 |