diff --git a/client.go b/client.go index e4b070a..3403b46 100644 --- a/client.go +++ b/client.go @@ -144,7 +144,7 @@ func NewClientFromOptions(opts ...func(*Client) error) (*Client, error) { c.reduceIdleQuantity = 1 c.closeIdle = true c.closeIdleTime = 60000000 - c.debug = true + c.debug = false c.sigType = SAMsigTypes[4] c.id = 0 c.lastaddr = "invalid" diff --git a/debian/changelog b/debian/changelog index ac473c8..d770a1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,19 @@ +golang-github-eyedeekay-gosam (0.32.30) UNRELEASED; urgency=medium + + * Improve the defaults + * Handle errors more correctly + * Gracefully handle hangups by creating a new session + * Set empty destinations to TRANSIENT when dialing + + -- idk Sun, 03 Nov 2020 16:12:04 -0500 + golang-github-eyedeekay-gosam (0.32.29) UNRELEASED; urgency=medium * Maintenance updates - -- idk Mon, 23 Nov 2020 20:40:4 -0500 + -- idk Mon, 23 Nov 2020 20:40:40 -0500 -golang-github-eyedeekay-gosam (0.32.27) UNRELEASED; urgency=medium +golang-github-eyedeekay-gosam (0.32.28) UNRELEASED; urgency=medium * Maintenance updates