Skip to content

Commit 8c06d0a

Browse files
committed
v1.1.0
1 parent 719691b commit 8c06d0a

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
# 0x.tools v1.0
1+
# 0x.tools changelog
22

3-
## pSnapper changelog
3+
1.1.0
4+
======================
5+
* general
6+
- using semantic versioning now (major.minor.patch)
7+
- in the future, will update version numbers in a specific tool only when it was updated
8+
9+
* pSnapper
10+
- `psn` works with python 3 now too (uses whereever the "/usr/bin/env python" command points to)
11+
12+
* xcapture
13+
- Fixed xcapture compiler warnings shown on newer gcc versions
14+
- More precise sampling interval (account for sampling busy-time and subtract that from next sleep duration)
15+
- Under 1 sec sleep durations supported (For example `-d 0.1` for sampling at 10 Hz)
16+
17+
* make/install
18+
- by default, executables go to `/usr/bin` now
19+
- python libraries go under PREFIX/lib/0xtools now
20+
- use PREFIX option in makefile to adjust the installation root
21+
- makefile uses the `install` command instead of the `ln -s` hack for installing files
22+
- `make uninstall` removes installed files
423

524
0.18
625
======================

0 commit comments

Comments
 (0)