-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathchangelog
More file actions
100 lines (63 loc) · 2.84 KB
/
Copy pathchangelog
File metadata and controls
100 lines (63 loc) · 2.84 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
fbcat (0.5.3) UNRELEASED; urgency=low
*
-- Jakub Wilk <jwilk@jwilk.net> Sat, 11 Feb 2023 17:26:21 +0100
fbcat (0.5.2) unstable; urgency=low
* Add README.
https://github.com/jwilk/fbcat/issues/16
* fbgrab: don't print full path in the help message.
* Makefile: use bindir and mandir variables.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 30 Aug 2021 16:48:01 +0200
fbcat (0.5.1) unstable; urgency=low
* Fix fbgrab's option parser, so that it handles “-?” correctly.
https://github.com/jwilk/fbcat/issues/15
* Add “install” target to the makefile.
* Ship pre-built manual pages in the source tarball.
* Don't use getconf(1) to acquire LFS build flags.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 16 Dec 2017 17:47:14 +0100
fbcat (0.5) unstable; urgency=low
[ Kaelin Laundry ]
* Make “fbgrab -” write PNG to stdout.
[ David Lechner ]
* Document that “fbgrab -” writes to stdout.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 19 Aug 2017 18:29:55 +0200
fbcat (0.4.4) unstable; urgency=low
* Fix support for framebuffer devices that are not mmap()-able.
https://github.com/jwilk/fbcat/issues/10
* Fix typo in error message.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 04 Aug 2016 10:34:32 +0200
fbcat (0.4.3) unstable; urgency=low
* Update the bug tracker URLs.
The project repo has moved to GitHub.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 10 Jun 2016 23:20:32 +0200
fbcat (0.4.2) unstable; urgency=low
* Add concrete dates to the manual pages. This helps making the package
builds reproducible, and avoids goofy month/day/year format that DocBook
XSL uses by default.
* Enable LFS build flags.
-- Jakub Wilk <jwilk@jwilk.net> Tue, 12 Jan 2016 15:41:43 +0100
fbcat (0.4.1) unstable; urgency=low
* Improve error handling.
* Update the bug tracker URLs.
https://opensource.googleblog.com/2015/03/farewell-to-google-code.html
-- Jakub Wilk <jwilk@jwilk.net> Fri, 01 May 2015 20:12:52 +0200
fbcat (0.4) unstable; urgency=low
[ David Lechner ]
* Add support for monochrome visuals.
https://github.com/jwilk/fbcat/issues/2
[ Jakub Wilk ]
* Improve error handling.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 30 May 2014 11:42:14 +0200
fbcat (0.3) unstable; urgency=low
* fbgrab: use $() rather than backticks.
* fbgrab: run under ‘set -e’.
* fbgrab manpage: document that some options might require root privileges
(or CAP_SYS_TTY_CONFIG capability).
* Makefile: don't override CFLAGS set via environment.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 12 Mar 2012 16:29:31 +0100
fbcat (0.2) unstable; urgency=low
* fbcat: fix FTBFS for legacy libc systems.
* fbgrab: minor simplifications.
-- Piotr Lewandowski <piotr.lewandowski@gmail.com> Fri, 04 Sep 2009 21:57:28 +0200
fbcat (0.1) unstable; urgency=low
* Initial release.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 20 May 2009 13:08:04 +0200