Skip to content

Releases: nerves-networking/vintage_net_mobile

v0.11.5

02 Feb 20:24
Compare
Choose a tag to compare

Changed

  • Create /var/run/pppd/lock directory if it doesn't exist to avoid some
    versions of pppd exiting. Thanks to @ringlej for the fix.

v0.11.4

11 Jun 01:20
Compare
Choose a tag to compare

Changed

  • Fix deprecation warnings on Elixir 1.15

v0.11.3

23 Jan 19:39
Compare
Choose a tag to compare

Changed

  • Support :vintage_net v0.13.0 as well.

v0.11.2

17 Jan 02:11
Compare
Choose a tag to compare

Changed

  • Relax muontrap dependency requirement

v0.11.1

02 May 21:01
Compare
Choose a tag to compare

Changed

  • :vintage_net v0.12.0 or later is required

v0.11.0

25 Feb 22:07
Compare
Choose a tag to compare

Added

  • Support for the Telit LE910 modem (see VintageNetMobile.Modem.TelitLE910)
  • Support modem implementation selection at runtime. See
    VintageNetMobile.Modem.Automatic for more details.

v0.10.4

16 Feb 17:02
Compare
Choose a tag to compare

Fixed

  • Fixed dropped pppd notifications to Elixir when using Nerves systems with
    glibc v2.33 and later. This affects Nerves toolchains with version numbers
    v1.4.2 and later.

v0.10.3

28 Oct 12:05
Compare
Choose a tag to compare
  • Changes
    • Allow muontrap v1.0.0 to be used

v0.10.2

29 Sep 21:06
Compare
Choose a tag to compare
  • Changes
    • Support vintage_net v0.11.x as well.

v0.10.1

13 Jul 13:51
Compare
Choose a tag to compare
  • Bug fixes
    • vintage_net v0.10.4 had a fix to route setup to remove a DHCP renewal
      hiccup and a routing API change that only affected this project. This
      updates to the new API to remove a deprecation warning. That also means that
      at least vintage_net v0.10.4 is required now and the deps force this.