File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.0
2+ ---
3+
4+ * Add support for FreeBSD (thanks to https://github.com/yurivict !)
5+ * Clean old code to proper C++11
6+ * Remove boost::thread and system dependency (use C++11 thread support)
7+ * Add headers for boost::circular_buffer if boost isn't found on the system.
8+
9+ 0.2
10+ ---
11+
12+ Bug fix release
13+
14+ 0.1
15+ ---
16+
17+ Initial release
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ From sources
2121Under Debian, install these packages :
2222
2323```
24- $ sudo apt install libboost-dev libpcap-dev libboost-thread-dev libboost-system-dev
24+ $ sudo apt install libboost-dev libpcap-dev
2525```
2626
2727### Compilation instructions:
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ USB buses and devices.
88Project status
99--------------
1010
11- Current stable release is 0.2 (tag release-0.2 ).
11+ Current stable release is 1.0 (tag release-1.0 ).
1212
1313The project is stable and has been tested on debian systems. It should work on all different flavors of Linux though.
1414Do not hesitate to report any issue you would have while trying to compile and run usbtop.
You can’t perform that action at this time.
0 commit comments