diff --git a/Makefile.in b/Makefile.in index 139d080..b62d590 100644 --- a/Makefile.in +++ b/Makefile.in @@ -662,6 +662,7 @@ EXTRA_DIST = \ docs/ChangeLog.v1.4.0 \ docs/ChangeLog.v1.5.0 \ docs/ChangeLog.v1.6.0 \ + docs/ChangeLog.v1.6.1 \ docs/announcement-1_1_0.txt \ docs/announcement-1_2_0.txt \ docs/announcement-1_3_0.txt \ diff --git a/NEWS b/NEWS index d7e3cd7..aa3a8e4 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,11 @@ -New in SoWin v1.6.1 (so far): +New in SoWin v1.6.1 (2024-02-03): * new: - Version control system has been changed from Mercurial to Git - Home of Coin3d organization has been changed from https://bitbucket.org/Coin3D to https://github.com/coin3d due to Bitbucket ending Mercurial support + - Added CI per GitHub actions to repository + - Add handling for background color RGBA + - Minimum required windows version set to XP * bugfixes: - cpack.d was made optional and disabled by default (add -DSOWIN_USE_CPACK=ON diff --git a/docs/ChangeLog.v1.6.1 b/docs/ChangeLog.v1.6.1 index bbba56b..4adef08 100644 --- a/docs/ChangeLog.v1.6.1 +++ b/docs/ChangeLog.v1.6.1 @@ -1,3 +1,152 @@ +2023-12-14 23:46:39 +0100 Volker Enderlein (b14657d) + + Update CI scripts. + +M .github/workflows/codeql.yml +M appveyor.yml + +2023-12-13 21:16:31 +0100 Volker Enderlein (74f9418) + + Update CI workflow. + +M .github/workflows/continuous-integration-workflow.yml + +2023-12-03 22:02:11 +0100 Volker Enderlein (ac81cc9) + + Bind to current Coin version in AppVeyor script. [skip ci] + +M appveyor.yml + +2023-12-03 20:25:44 +0100 Volker Enderlein (ddbaf0c) + + Update codeql.yml [skip ci] + +M .github/workflows/codeql.yml + +2023-12-03 20:21:57 +0100 Volker Enderlein (e708eaa) + + Update codeql.yml [skip ci] + +M .github/workflows/codeql.yml + +2023-12-03 20:19:02 +0100 Volker Enderlein (b3ffb2f) + + Added codeql.yml [skip ci] + +A .github/workflows/codeql.yml + +2023-11-25 15:44:58 +0100 Volker Enderlein (83dff50) + + Delete obsolete lgtm.yml [skip ci] + +D lgtm.yml + +2023-11-20 23:18:27 +0100 Volker Enderlein (8b7f48a) + + Fixed typos found with codespell. + +M BUGS.txt +M aclocal.m4 +M build/build_sowin_win32.sh +M cfg/depcomp +M configure +M docs/ChangeLog.v1.0.0 +M docs/ChangeLog.v1.2.0 +M docs/ChangeLog.v1.5.0 +M docs/ChangeLog.v1.6.0 +M src/Inventor/Win/viewers/killed-prefs.diff +M tools/SoWinWizard/VCWizards/SoWinWizard/1033/NewStyles.css + +2023-11-20 23:18:09 +0100 Volker Enderlein (5b6b9d4) + + Updated submodules. + +M data +M src/Inventor/Win/common + +2023-03-26 22:50:02 +0200 Volker Enderlein (9b77259) + + Update submodules + +M cpack.d +M data +M src/Inventor/Win/common + +2023-03-26 22:03:06 +0200 Volker Enderlein (e721a7f) + + Add handling for background color RGBA + +M CMakeLists.txt +M src/config.h.cmake.in +M test-code/multiview.cpp + +2022-03-22 22:37:11 +0100 Volker Enderlein (12bb12f) + + Update github actions [skip ci] + +M .github/workflows/continuous-integration-workflow.yml + +2022-03-21 20:53:39 +0100 Volker Enderlein (5264de6) + + Add checksum calculation to CI + +M appveyor.yml + +2022-03-17 00:00:43 +0100 Volker Enderlein (99492a4) + + Add current images to appveyor CI + +M appveyor.yml + +2021-10-13 22:13:36 +0200 Volker Enderlein (0eba941) + + Update submodule + +M src/Inventor/Win/common + +2021-03-16 22:23:24 +0100 Volker Enderlein (6c9d0e7) + + Add LGTM static analysis configuration file + +A lgtm.yml + +2021-01-16 15:32:41 +0100 Volker Enderlein (28ba7a8) + + Add checksum generation to CI script + +M appveyor.yml + +2021-01-13 21:55:02 +0100 Volker Enderlein (d49f675) + + Fix for broken ABI version on .so link + +M src/CMakeLists.txt + +2021-01-12 00:33:58 +0100 Volker Enderlein (30252f4) + + Update submodule dependency + +M src/Inventor/Win/common + +2020-12-05 20:23:01 +0100 Volker Enderlein (7ed1eaa) + + Fix for CMake 3.19.1 regression (#35) + +M src/CMakeLists.txt + +2020-08-07 22:01:54 +0200 Volker Enderlein (f49b8d1) + + Set minimum required windows version to XP + +M CMakeLists.txt + +2020-07-15 22:32:41 +0200 Volker Enderlein (c252513) + + Update ChangeLog and NEWS files. + +M NEWS +M docs/ChangeLog.v1.6.1 + 2020-07-15 21:55:34 +0200 Volker Enderlein (44d1a89) Fix for pkg-config file generation. @@ -212,3 +361,7 @@ A build/general A cpack.d A data A src/Inventor/Win/common + +2019-12-23 22:49:28 +0100 Volker Enderlein (c9ec92a) + + Added tag SoWin-1.6.0 for changeset afdcf628507c