File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Release History
22---------------
33
4+ 1.6.2 (2016-3-7)
5+ ++++++++++++++++
6+ *Added order_rulesets() to TrafficDirector object, for re-ordering Rulesets
7+ *Added index=n to Ruleset create() so New rulesets can be placed in a certain location in the chain.
8+ *Added getters for single DSF objects get_record(), get_record_set() etc.
9+ *Fixed bug with DSF Monitor options
10+ *Fixed bug where adding criteria to rulesets with 'always' criteria_type changes it to 'geoip' by default.
11+
12+
13+
4141.6.1 (2016-2-11)
15+ +++++++++++++++++
516*Added UNKNOWN record type
617*DSF records status getter added
718
Original file line number Diff line number Diff line change 55
66Requires Python 2.6 or higher, or the "simplejson" package.
77"""
8- version_info = (1 , 6 , 1 )
8+ version_info = (1 , 6 , 2 )
99__name__ = 'dyn'
1010__doc__ = 'A python wrapper for the DynDNS and DynEmail APIs'
1111__author__ = 'Jonathan Nappi, Cole Tuininga, Marc Howes'
You can’t perform that action at this time.
0 commit comments