Skip to content

Commit

Permalink
Update ChangeLog and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Feb 3, 2024
1 parent 7cd708f commit 6dc2fa7
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.in

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
153 changes: 153 additions & 0 deletions docs/ChangeLog.v1.6.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,152 @@
2023-12-14 23:46:39 +0100 Volker Enderlein <[email protected]> (b14657d)

Update CI scripts.

M .github/workflows/codeql.yml
M appveyor.yml

2023-12-13 21:16:31 +0100 Volker Enderlein <[email protected]> (74f9418)

Update CI workflow.

M .github/workflows/continuous-integration-workflow.yml

2023-12-03 22:02:11 +0100 Volker Enderlein <[email protected]> (ac81cc9)

Bind to current Coin version in AppVeyor script. [skip ci]

M appveyor.yml

2023-12-03 20:25:44 +0100 Volker Enderlein <[email protected]> (ddbaf0c)

Update codeql.yml [skip ci]

M .github/workflows/codeql.yml

2023-12-03 20:21:57 +0100 Volker Enderlein <[email protected]> (e708eaa)

Update codeql.yml [skip ci]

M .github/workflows/codeql.yml

2023-12-03 20:19:02 +0100 Volker Enderlein <[email protected]> (b3ffb2f)

Added codeql.yml [skip ci]

A .github/workflows/codeql.yml

2023-11-25 15:44:58 +0100 Volker Enderlein <[email protected]> (83dff50)

Delete obsolete lgtm.yml [skip ci]

D lgtm.yml

2023-11-20 23:18:27 +0100 Volker Enderlein <[email protected]> (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 <[email protected]> (5b6b9d4)

Updated submodules.

M data
M src/Inventor/Win/common

2023-03-26 22:50:02 +0200 Volker Enderlein <[email protected]> (9b77259)

Update submodules

M cpack.d
M data
M src/Inventor/Win/common

2023-03-26 22:03:06 +0200 Volker Enderlein <[email protected]> (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 <[email protected]> (12bb12f)

Update github actions [skip ci]

M .github/workflows/continuous-integration-workflow.yml

2022-03-21 20:53:39 +0100 Volker Enderlein <[email protected]> (5264de6)

Add checksum calculation to CI

M appveyor.yml

2022-03-17 00:00:43 +0100 Volker Enderlein <[email protected]> (99492a4)

Add current images to appveyor CI

M appveyor.yml

2021-10-13 22:13:36 +0200 Volker Enderlein <[email protected]> (0eba941)

Update submodule

M src/Inventor/Win/common

2021-03-16 22:23:24 +0100 Volker Enderlein <[email protected]> (6c9d0e7)

Add LGTM static analysis configuration file

A lgtm.yml

2021-01-16 15:32:41 +0100 Volker Enderlein <[email protected]> (28ba7a8)

Add checksum generation to CI script

M appveyor.yml

2021-01-13 21:55:02 +0100 Volker Enderlein <[email protected]> (d49f675)

Fix for broken ABI version on .so link

M src/CMakeLists.txt

2021-01-12 00:33:58 +0100 Volker Enderlein <[email protected]> (30252f4)

Update submodule dependency

M src/Inventor/Win/common

2020-12-05 20:23:01 +0100 Volker Enderlein <[email protected]> (7ed1eaa)

Fix for CMake 3.19.1 regression (#35)

M src/CMakeLists.txt

2020-08-07 22:01:54 +0200 Volker Enderlein <[email protected]> (f49b8d1)

Set minimum required windows version to XP

M CMakeLists.txt

2020-07-15 22:32:41 +0200 Volker Enderlein <[email protected]> (c252513)

Update ChangeLog and NEWS files.

M NEWS
M docs/ChangeLog.v1.6.1

2020-07-15 21:55:34 +0200 Volker Enderlein <[email protected]> (44d1a89)

Fix for pkg-config file generation.
Expand Down Expand Up @@ -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 <[email protected]> (c9ec92a)

Added tag SoWin-1.6.0 for changeset afdcf628507c

0 comments on commit 6dc2fa7

Please sign in to comment.