Skip to content

Releases: COUR4G3/python-pppd

1.0.8 - Add the 'debug' cmdline parameter to pppd unconditionall

25 May 15:45
e8b6863
Compare
Choose a tag to compare

What's Changed

  • Add the 'debug' cmdline parameter to pppd unconditionally by @loskutov in #15

Full Changelog: 1.0.7...1.0.8

1.0.7 - Updated packaging and bugfixes

25 May 13:48
d1ca91b
Compare
Choose a tag to compare

What's Changed

  • Fix missing self. by @loskutov in #13
  • Fix incorrect regex escaping by @loskutov in #14
  • Updated packaging to use new pyproject.toml setuptools format by @COUR4G3

Full Changelog: 1.0.4...1.0.6

Fixed issue with universal_newlines and Python 3.7+

04 Jun 10:59
Compare
Choose a tag to compare
fixed issue with universal_newlines and Python 3.7

non-blocking IO with universal_newlines causes a can't concat NoneType
to bytes issue, modified code to use byte strings instead