-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
85 lines (52 loc) · 1.67 KB
/
ChangeLog
File metadata and controls
85 lines (52 loc) · 1.67 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
# rssroll ChangeLog
# v 0.11.0
# Nikola Kolev <koue@chaosophia.net>
# http://chaosophia.net/rssroll/
#
Changes 0.11.0 (2022.11.01):
- Switch to libfetch(3).
Changes 0.10.1 (2021.02.28):
- Rename categories to tags.
Changes 0.10.0 (2021.02.27):
- Add showing of single channel feeds only.
Changes 0.9.0 (2020.11.10):
- Update to libcez version 1.13.
- Introduce pool and render.
Changes 0.8 (2020.09.22):
- Introduce libfsl.
- Update to libcez version 1.12.
- Drop curl dependency.
Changes 0.7 (2019.08.14):
- Introduce TAILQ.
Changes 0.6.3 (2019.08.02):
- Update to libcez version 1.09.
Changes 0.6.2 (2018.09.14):
- Drop cmake. Start using FreeBSD make.
- Install all files in '/var/www'.
- Create chroot environment.
Changes 0.6 (2018.02.07):
- Start using libcez.
Changes 0.5 (2015.11.24):
- Add web themes support. Set flak web theme as default. Looks better on
smartphones.
- Move source files in src directory.
Changes 0.4.1 (2015.03.11):
- Add linux support.
- Fix prev link.
Changes 0.4 (2013.08.02):
- Create temporary file name for RSS body. Each RSS file will be saved in
separate file and multiple rssrolls can be started.
- Add backward and forward web browsing of the feeds.
Changes 0.3 (2013.04.04):
- Implement If-Modified-Since functionallity and fetch the RSS file only if
its newer.
- Remove unused HEADERFILE functions.
Changes 0.2.2 (2013.04.03):
- Implement getopt functionallity and allow debug output without recompilation.
Changes 0.2.1 (2013.03.20):
- Add autotool build based on autoconf and automake.
Atanas Kunev <atanas.kunev@gmail.com>.
Changes 0.2 (2013.03.04):
- Add config file for index.cgi.
0.1 (2012.12.13):
- Initial release.