| OLD | NEW |
| 1 What's New In Libevent 1.4: | 1 What's New In Libevent 1.4: |
| 2 | 2 |
| 3 0. About this document | 3 0. About this document |
| 4 | 4 |
| 5 This document describes the key differences between Libevent 1.3 and | 5 This document describes the key differences between Libevent 1.3 and |
| 6 Libevent 1.4, from a user's point of view. It was most recently | 6 Libevent 1.4, from a user's point of view. It was most recently |
| 7 updated based on features from libevent 1.4.2-rc. | 7 updated based on features from libevent 1.4.2-rc. |
| 8 | 8 |
| 9 1. Packaging Issues. | 9 1. Packaging Issues. |
| 10 | 10 |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 characteristics of the event loop on win32 from O(n^2) to O(n lg n). | 158 characteristics of the event loop on win32 from O(n^2) to O(n lg n). |
| 159 Not perfect, but better. | 159 Not perfect, but better. |
| 160 | 160 |
| 161 5. Removed code and features | 161 5. Removed code and features |
| 162 | 162 |
| 163 The rtsig backend is now removed. It hasn't even compiled for a | 163 The rtsig backend is now removed. It hasn't even compiled for a |
| 164 while, and nobody seemed to miss it very much. All the platforms | 164 while, and nobody seemed to miss it very much. All the platforms |
| 165 that have rtsig seem to have a better option instead these days. | 165 that have rtsig seem to have a better option instead these days. |
| 166 Please let us know if rtsig was crucial for you. | 166 Please let us know if rtsig was crucial for you. |
| 167 | 167 |
| OLD | NEW |