Skip to content

Commit 76f35fd

Browse files
committed
Update log with commits since 2023-02-27
1 parent 834994a commit 76f35fd

File tree

1 file changed

+74
-18
lines changed

1 file changed

+74
-18
lines changed

ChangeLog

Lines changed: 74 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
commit 834994a075da397c581499ce41662d2f9d878ef2
2+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
3+
Date: Wed Jul 26 19:45:04 2023 -0400
4+
5+
Define static assert for Ghost BSD
6+
7+
Similar to https://github.com/apache/mynewt-core/issues/2040#issuecomment-554571476
8+
9+
commit 703c261a6c428deefd68401ce92e2bb728915424
10+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
11+
Date: Wed Jul 26 16:32:52 2023 -0400
12+
13+
More advanced variables
14+
15+
commit 028ba3e64c724ea2533b3846145d5990b775a7fd
16+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
17+
Date: Wed Jul 26 16:10:36 2023 -0400
18+
19+
Mark various variables as advanced for CMake
20+
21+
commit f9079cf1c46382d82932c5a12236b9638edcc644
22+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
23+
Date: Wed Jul 26 14:35:25 2023 -0400
24+
25+
Remove odd_pathnames from distcheck-full set
26+
27+
Too problematic with 3rd party builds - we'll just keep it as a
28+
stand-alone test when conditions are right to run it. We may be able to
29+
make it standard again if we fully separate src/other/ext into its own
30+
repository and make it a separate build, but that's down the road.
31+
32+
commit 40f38f89ce4ae6d84378ba70b99ee66cf00f1a79
33+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
34+
Date: Wed Jul 26 13:03:33 2023 -0400
35+
36+
Ah, apparently 1.6.40 png has this covered already...
37+
38+
commit b6f71f4bec72d8d0781705056eab65dd7117b999
39+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
40+
Date: Wed Jul 26 12:55:52 2023 -0400
41+
42+
Add a way to suppress the PNG use of 'd' suffix
43+
44+
Grr. If build type gets set to Debug, instead of being left empty,
45+
Linux is also throwing in the 'd' suffix on debug build libs from png.
46+
Add a way to specify at configure time not to do that - it really messes
47+
with our build logic. Should probably try to upstream this or something
48+
like it.
49+
50+
commit c5e99fcc9ba931e109a1cbbbcac4a102715855fb
51+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
52+
Date: Wed Jul 26 11:32:34 2023 -0400
53+
54+
Fix executable permission on sh files
55+
56+
Looks like we lost executable settings in the 2023-02-02 year updating
57+
commit. Was manifesting in a distcheck failure when the check target's
58+
invocation of benchmark clobber wasn't succeeding due to benchmark not
59+
being executable, leaving behind files. That calling of the benchmark
60+
script didn't prefix with an explicit ${SH_EXEC} call, and thus relied
61+
on benchmark being directly executable on its own.
62+
63+
commit 8da7ea79d1740fba20d0f77d401247ded98cbe71
64+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
65+
Date: Wed Jul 26 11:10:22 2023 -0400
66+
67+
List perplex outputs for distclean
68+
69+
commit 8d7db5bab5fbc0087e55ed32e279ffb32e871890
70+
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
71+
Date: Wed Jul 26 10:04:46 2023 -0400
72+
73+
Update log with commits since 2023-02-27
74+
175
commit 3ed4f9a66ef72ba32fa9a696b3a66afcaf47af88
276
Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
377
Date: Wed Jul 26 10:03:37 2023 -0400
@@ -1463,21 +1537,3 @@ Author: Clifford Yapp <238416+starseeker@users.noreply.github.com>
14631537
Date: Wed Mar 1 11:30:53 2023 -0500
14641538

14651539
Merge branch 'RELEASE', bump PATCH number
1466-
1467-
commit dc828f826d5d2b5cf4c4c958d06d0577ca3af6a2
1468-
Author: f4alt <christopherjmacgregor@gmail.com>
1469-
Date: Mon Feb 27 12:33:35 2023 -0500
1470-
1471-
Update log with commits since 2022-11-23
1472-
1473-
commit 9ccc64779361b5a87c63f129346cd20c72bfb7f5
1474-
Author: f4alt <christopherjmacgregor@gmail.com>
1475-
Date: Mon Feb 27 12:32:58 2023 -0500
1476-
1477-
correct NEWS release date
1478-
1479-
commit 5c481242c038cc0d9c72e3be60fc996c05a7764f
1480-
Author: f4alt <christopherjmacgregor@gmail.com>
1481-
Date: Mon Feb 27 12:25:04 2023 -0500
1482-
1483-
set misc version numbers

0 commit comments

Comments
 (0)