From ef3d3c8c681cdce52f46bb102a64dbb04b997b62 Mon Sep 17 00:00:00 2001 From: TheCrypt0 Date: Fri, 8 Feb 2019 19:37:45 +0100 Subject: [PATCH] [Version] 0.0.2_rc1 [New] - HTTPD webserver with cgi-bin support. - Dynamic Status page with useful info about the camera. Included info: system uptime, memory, network. - Added cron and crontab. Better scheduling for scripts and tasks. Example: Upload via scp the recorded footage every hour. - The home directory is now /home/yi-hack-v4/ - Improved check_update.sh script. This will allow a seamless non-intrusive update checking. It's now called from the cron daemon. - Reduced binaries size. More free space on the home partition! [Fixes] - Fixed the missing cloudAPI script which made proxychains-ng unusable. - The dhcp client didn't send the correct hostname while sending the requests. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8acdd82..f115f60 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2_rc1