"Gary E. Miller" <[email protected]> writes:

> This is getting past comical. gpsd version 3.27.3 is released.  Just one
> change. Back in October the GPSD major version was changed to zero from
> three.  Not goot.  Issue #361.  THis is fixed in 3.27.3
>
> The NEWS file:
>
> 3.27.3: 29-Dec-2025
>   Fix API major value.  3 not 0.
>
> I sure hope we are about done finding things wrong with 3.27.x ....

:-)

I am confused.  /usr/pkg/lib/gps.h:

  #define GPSD_API_MAJOR_VERSION  16      // bump on incompatible changes
  #define GPSD_API_MINOR_VERSION  0       // bump on compatible changes

but SConscript

  api_version_major = 3
  api_version_minor = 16

I am feeling foggy, so perhaps take this as "please explain how this is
supposed to work" and I'll try harder to understand.

Reply via email to