Skip to content

Commit

Permalink
1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Feb 26, 2019
1 parent 92ad2a3 commit a845d75
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
1.0
---

* Add support for FreeBSD (thanks to https://github.com/yurivict !)
* Clean old code to proper C++11
* Remove boost::thread and system dependency (use C++11 thread support)
* Add headers for boost::circular_buffer if boost isn't found on the system.

0.2
---

Bug fix release

0.1
---

Initial release
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ From sources
Under Debian, install these packages :

```
$ sudo apt install libboost-dev libpcap-dev libboost-thread-dev libboost-system-dev
$ sudo apt install libboost-dev libpcap-dev
```

### Compilation instructions:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USB buses and devices.
Project status
--------------

Current stable release is 0.2 (tag release-0.2).
Current stable release is 1.0 (tag release-1.0).

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

0 comments on commit a845d75

Please sign in to comment.