File: CHANGELOG.md

package info (click to toggle)
rust-coreutils 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 505,620 kB
  • sloc: ansic: 103,594; asm: 28,570; sh: 8,910; python: 5,581; makefile: 472; cpp: 97; javascript: 72
file content (32 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Changelog

## 1.0.4

* #4: Adds support for iOS

## 1.0.3

* #1: fixes compiler error on NetBSD

## 1.0.2

* !2: fixes compiler error on darwin

## 1.0.1

* !1: fixes bug where watching multiple files on FreeBSD would fail

## 1.0.0

### Breaking

* `kevent.data` changed from `int64_t` -> `i64`
* Bumped `bitflags`: Now all bitflag constants must be qualified:

`EV_DELETE` -> `EventFlag::EV_DELETE`
`NOTE_WRITE` > `FilterFlag::NOT_WRITE`

### Others

* Updated to rust edition 2018
* Various clippy warnings