Skip to content

Commit a845d75

Browse files
committed
1.0 changelog
1 parent 92ad2a3 commit a845d75

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ From sources
2121
Under 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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USB buses and devices.
88
Project 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

1313
The project is stable and has been tested on debian systems. It should work on all different flavors of Linux though.
1414
Do not hesitate to report any issue you would have while trying to compile and run usbtop.

0 commit comments

Comments
 (0)