-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
35 lines (30 loc) · 1.1 KB
/
CHANGELOG
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
1.0 - TBD
+ First public stable release
0.5 - TBD
+ First public beta release
0.4
+ Change: Updated requirements. New perl module required since config format changed.
+ Change: New config format. The new file is config.ini. Use new config.default.ini as a base.
+ Better log levels.
+ Better db query logging.
+ Timezone set in config now.
+ Added url categorization. See tools.md in documentation folder for details.
0.3
+ Change: Crawler config change. Please update config first. Compare it with config.default.txt
+ Change: Setup sql file changed. Creation of the database needs to be done beforehand.
+ Add: New log folder. Create it and make sure it is writable.
* Add: aranea-runner script to be used in a cron schedule.
+ Add: Web interface
+ Folder structure to separate crawler and web interface.
+ Updated documentation.
+ Added contribution and code of conduct information.
+ Better URI validation and updated cleanup.
0.2
+ Cleanups
+ License change
+ Some db improvements
+ Default config file added
+ Updated requirements file
+ Avoid big downloads with FETCH_MAX_BYTES_PER_PAGE setting.
0.1
+ initial release