Skip to content

Commit

Permalink
RRDA 1.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed May 3, 2014
1 parent 521d3ed commit b706fc4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
RRDA 1.01 (2014-05-03)

- Update to match Go DNS "IsDomainName" new prototype
- Adding Debian init script
- Adding FreeBSD rc.d script
- Adding JSONP support



RRDA 1.00 (2013-07-01)

- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ RRDA is developed by Frederic Cambus

Project Homepage : http://www.statdns.com

Latest tarball release : http://www.statdns.com/rrda/rrda-1.00.tar.gz
Latest tarball release : http://www.statdns.com/rrda/rrda-1.01.tar.gz

GitHub : https://github.com/fcambus/rrda
6 changes: 3 additions & 3 deletions rrda.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* RRDA (RRDA REST DNS API) 1.00 (c) by Frederic Cambus 2012-2014 */
/* RRDA (RRDA REST DNS API) 1.01 (c) by Frederic Cambus 2012-2014 */
/* http://www.statdns.com */
/* */
/* Created: 2012/03/11 */
/* Last Updated: 2014/03/26 */
/* Last Updated: 2014/05/03 */
/* */
/* RRDA is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down Expand Up @@ -160,7 +160,7 @@ func ptr(w http.ResponseWriter, r *http.Request) {
}

func main() {
header := "-------------------------------------------------------------------------------\n RRDA (RRDA REST DNS API) 1.00 (c) by Frederic Cambus 2012-2014\n-------------------------------------------------------------------------------"
header := "-------------------------------------------------------------------------------\n RRDA (RRDA REST DNS API) 1.01 (c) by Frederic Cambus 2012-2014\n-------------------------------------------------------------------------------"

host := flag.String("host", "127.0.0.1", "Set the server host")
port := flag.String("port", "8080", "Set the server port")
Expand Down

0 comments on commit b706fc4

Please sign in to comment.