0.8.1 (2019-11-17)
---------------------
- Forgot to update Changelog for 0.8.0
0.8.0 (2019-11-17)
---------------------
- Add support for Python 3 by encukou
- Add support for Tox, Pyflakes, Coverage and Buildbucket pipelines
- Remove support for Buildout
Changes since 0.4.0:
* Added a new simplified dynamic display method. It's smaller in
size, uses less escape sequences and is faster overall.
* Added PF_SOURCE to execute a script prior to running pfetch.
This allows the user to script things.
* ASCII Art is now bold.
* os: Added support for IRIX, CRUX, OpenWRT and Bedrock Linux.
* host: Fixed incorrect host output.
* host: Added MINIX support.
* wm: Added fallback to non-EWMH WMs .
And many more minor changes.
Changes in version 2.2.1 (20 Jan 2018)
- Fixed bug that could prevent TLE update to work on Windows
- Increased size of TLE source widget in preferences dialog
Changes in version 2.2 (5 Jan 2018)
- New Monitor mode for antenna controller
- Improved satellite search field in module editor
- Finished migration to Gtk+ 3
- Fixed time controller jumping to January in manual mode when using local time
- Fixed crash when connecting to rotctld server that isn't running
- Fixed missing version number in Debian packages
- Avoid using gcc-specific language extensions
- Fixed some automake warnings
- Fixed "GtkDialog mapped without a transient parent..." messages
- Various internal bugfixes and improvements
- Updated translations
- Updated satellite data
- Updated windows build files
Changes in version 2.0 (10 Dec 2017)
- New logo
- Initial port to Gtk+ 3
- Import transponder data from Satnogs database https://db.satnogs.org/
- Support for multiple TLE sources
- Improved radio and antenna rotator controllers (no application freeze)
- Map can be centered around arbitrary longitude
- Natural sort function for satellite list in module configuration
- Select a satellite in all views
- AOS and LOS signalling in rigctl interface
- Autotrack satellites in a module
- Support for user defined end stops on Azimuth axis
- Experimental gpsd support
- Change frequency and antenna position using the mouse wheel
- Highlight satellites within range in the list view
- Improved handling of decayed satellites
- Fixed application freezing while talking to radios and rotators
- Fixed incorrect program name in desktop files
- Fixed 100% CPU load on manual time adjustment
- Fixed issue controlling Yaesu FT-847
- Fixed old log files not being saved
- Fixed track button in rotator controller having no effect
- Fixed operational status of satellites
- Fixed wrong icon in time controller
- Fixed mising ground track for new satellites
- Fixed show next pass shows the current pass
- Fixed problems with plotting footprints near the poles
- Fixed satellite nickname not escaped for Pango
- Updated translations
Version 0.7.0 - 2020-02-23
* Bug fixes (see mercurial logs for details)
* Use Gtk default font as font by default
* Manage non editable event
* Add support for Python 3.8
* Replace font-desc properties by font
Version 0.6 - 2019-10-05
* Add support for Python 3.7
Version 0.5 - 2019-03-22
* Use GTK+ 3
* Remove support for Python 2
* Add single day view
Version 0.4 - 2018-06-26
* Add support for Python 3
Version 0.3 - 2016-11-28
* Add support for goocanvas >= 2.0
* Add colors and font-desc properties to Calendar
Version 0.2 - 2015-02-11
* Bug fixes (see mercurial logs for details)
GooCanvas 2.0.4 (Oct 10 2017)
===============
o Support latest gtk-doc and add an index #788436.
GooCanvas 2.0.3 (Aug 30 2017)
===============
o Fixed stuck pointer grab bug #711709.
o Fixed several introspection problems.
o Removed use of a lot of deprecated GTK+ API.
GooCanvas 2.0.2 (Nov 3 2013)
===============
o Fixed the drawing code to work with GTK+ 3.10.
o Added/fixed a few introspection flags. GooCanvasLineDash should now be
usable via introspection.
Since pkgtools/check-portability is not installed by default, it will not
harm any existing pkgsrc setup. To activate it, it has to be installed
manually. After a testing phase, it will be installed whenever
PKG_DEVELOPER is set.
Disable OpenSSL support, since this still breaks with OpenSSL 1.1.
It can maybe be re-enabled at a later date.
I'm not sure if this software is still maintained, but it seems useful
enough without the crypto support.
Checks whether the given files use features of programming languages that
are not portable to a wide range of platforms.
See mk/check/check-portability.mk.
https://mail-index.netbsd.org/tech-pkg/2020/03/10/msg022787.html
This new check is not active by default, and the package is not forced to
be installed. This will be done after getting some experience in
practical cases.
The code has been tested by extracting about 1.7 GB of pkgsrc distfiles
and scanning for lines containing both "[[" and "]]".
The function make.df.depends() constructs a dataframe for DEPENDS lines in
the updated Makefile. That dataframe is combined with other dataframes for
different portions of the Makefile. Consequently, all the dataframes must
have the same fields or combining with rbind() fails. Previously, the
dataframe had the wrong set of fields; this explicitly selects the correct
set that matches the other dataframes so that they can all be combined
correctly.
Changes in 3.8.1
2020-xx-xx
- Bug fixes / improvements
- Stack allocate line segments in OverlapUnion (Paul Ramsey)
- Avoid returning non-empty CoordinateSequence from empty Point
(#1001, Dan Baston)
- Avoid assertion failure with MSVC 2017 / 2019 (#1002, Dan Baston)
- Remove whitespace from end of GEOSversion() output (azhi)
- Improve performance of GEOSisValid (#1008, Dan Baston)
- Avoid changing MultiLineString component order in GEOSReverse
(#1013, Dan Baston)
- Fix missing vtable for LineString and CoordinateArraySequenceFactory
(#299 and #1016, Evgen Bodunov)
- Reduce performance regression in GEOSBuffer (#1020)
Changes in 3.8.0
2019-10-10
- New things:
- CAPI: GEOSBuildArea (#952, Even Rouault)
- CAPI: GEOSMakeValid (#952, Even Rouault)
- CAPI: GEOSPolygonize_valid (#727, Dan Baston)
- CAPI: GEOSCoverageUnion (Dan Baston)
- CAPI: GEOSCoordSeq_setXY, GEOSCoordSeq_setXYZ,
GEOSCoordSeq_getXY, GEOSCoordSeq_getXYZ (Dan Baston)
- CAPI: GEOSMinimumBoundingCircle (#735)
- CAPI: GEOSGeom_createPointFromXY (Dan Baston)
- Improvements:
- Improve overall performance by reducing of heap allocations (Dan Baston)
- Improve performance and robustness of GEOSPointOnSurface (Martin Davis)
- Improve performance of GEOSPolygonize for cases with many potential
holes (#748, Dan Baston)
- Support extended precision calculations (ttmath) and port JTS
improvements related to extended precision (Paul Ramsey, Mateusz Loskot)
- Improve performance of GEOSPolygonize for cases with many or complex
shells (Dan Baston, Martin Davis)
- Improve performance of Delaunay triangulations / Voronoi Diagrams
(Dan Baston)
- Improve performance of prepared geometry operations (Dan Baston)
- Improve robustness of Delaunay triangulations (Paul Ramsey, Martin Davis)
- Improve performance of unary union for lines (Dan Baston)
- Improve general predicate, overlay, and buffer performance (Dan Baston, Paul Ramsey)
- Improve cascaded union performance (Paul Ramsey, Martin Davis)
- Allocate default GeometryFactory singleton on the stack (Sandro Mani)
- Harmonize XML tests with JTS and harmonize cmake/autoconf
test running (Paul Ramsey)
- CMake modernization (Mateusz Loskot, Paul Ramsey, Dan Baston)
- Return unique_ptr from most methods that produce a new geometry (Dan Baston)
- Changes:
- Constructive geometry functions in CAPI now preserve SRID
of input arguments in output (#896)