diff --git a/CHANGES b/CHANGES index 20c70b4..94cc84e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,13 @@ -2.3: +3.0: * Remove support for dyn.com dynamic DNS. My old free dynamic dns hostnames no longer exist despite having been regularly updated. +* ncmlib is now an external repo. + +2.3: +* No functional difference; the new version number is simply to + indicate the movement from google code. 2.x will be a stable + version that will retain dyn.com support and will have few other + changes. 2.2: diff --git a/README b/README index 45e2f39..a7602ad 100644 --- a/README +++ b/README @@ -1,7 +1,5 @@ -ndyndns, Copyright (c) 2005-2014 -Nicholas J. Kain < njkain gmail com > -Licensed under BSD. - +ndyndns - dynamic dns update daemon +(C) 2005-2015 Nicholas J. Kain. Licensed under 2-clause BSD. REQUIREMENTS ============ @@ -24,7 +22,7 @@ DOWNLOADING If you need to update ndyndns, the latest version can be found at: -http://ndyndns.googlecode.com +https://github.com/niklata/ndyndns/tree/master INSTALLING @@ -163,11 +161,3 @@ from standard input. Seth Fulton for spotting a bug in subdomain updates for Namecheap ddns. -CONTACT -======= - -If you find any problems, please don't hesitate to contact me. Email is best -for a prompt response, but I also check the issue tracker on googlecode from -time to time. - - diff --git a/configure.in b/configure.in index e96840a..1217d53 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(ndyndns, 2.2) +AC_INIT(ndyndns, 3.0) AC_CONFIG_HEADER(config.h) AC_PROG_CC