Commit 0507cdc4 authored by Yuanle Song's avatar Yuanle Song
Browse files

release v0.1.1

parent a538d6fb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@ Date: 2012-05-27
Time-stamp: <2012-05-27>

* 
* v0.1.1dev
* v0.1.2dev
* v0.1.1
  - split config from executable.
  - update app according to Dyn policies and guidelines.
    - do not update when fatal error is not cleared by user.
@@ -11,6 +12,7 @@ Time-stamp: <2012-05-27>
    - only update when IP is different from last successful update.
    - send email to EMAIL and FATAL_ERROR_EMAIL.
    - check IP is a valid public IP.
    - send unique user agent with company name.
  - check config is valid.
* v0.1.0
  - init version. was used to update sylecn01.dnsd.me.
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
CONFIG_FILE="$HOME/.ddclient-http"

VERSION="v0.1.1dev"
VERSION="v0.1.1"

# exit codes
GET_MYIP_FAILED=1