Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Lindh Olsson
e3-require
Commits
10f310c5
Commit
10f310c5
authored
3 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Updated changelog
parent
328f30b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+5
-1
5 additions, 1 deletion
CHANGELOG.md
with
5 additions
and
1 deletion
CHANGELOG.md
+
5
−
1
View file @
10f310c5
...
...
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### New Features
*
Recursive dependency for headers at build-time. This is a more major change that involves:
*
Module dependecies are now fetched from
`CONFIG_MODULE`
in the sense that
`X_DEP_VERSION`
is parsed as a
dependency on the module
`x`
*
It is no longer necessary to specify
`REQUIRED += ...`
nor
`x_VERSION = $(X_DEP_VERSION)`
within the module makefile
### Bugfixes
...
...
@@ -20,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
Autocompletion for
`iocsh.bash`
has been added
*
Removed
`iocsh_gdb.bash`
and
`iocsh_nice.bash`
, both of whose functionality can be called via
`iocsh.bash -dg`
and
`iocsh.bash -n`
, respectively.
*
Patch file location has been change from
`patch/Site/$VERSION-description.p0.patch`
to
`patch/Site/$VERSION/description.p0.patch`
*
Require will automatically build
`.template`
and
`.substitutions`
files into the common build directory instead of into the source Db path
*
Require will automatically build
`.template`
and
`.substitutions`
files into the common build directory instead of into the source Db path
*
Rudimentary testing has been added:
*
*
Tests that the correct version is loaded
*
*
Tests that elementary patching/building works as expected
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment