-
Notifications
You must be signed in to change notification settings - Fork 298
NEWS: minor corrections #2395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
NEWS: minor corrections #2395
Conversation
Spelling and other suggestions.
Draft (first and second passes, reading quickly). I can make a more thorough pass, later. Change osx and MacOS to macOS? |
A quick second pass. Not comprehensive. (I noticed a few minor issues immediately after the first pass.)
* actions_script: script version of 'actions' in lua | ||
* lua scripts: now can have real arguments instead of | ||
pre-expended ones | ||
pre-expended ones |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pre-expended ones | |
pre-expanded ones |
(I'm not sure about this change.)
- Fix build on osx | ||
- Fix libelf detection on debian | ||
- Fix libelf detection on Debian | ||
- Fix pkg_shutdown unproperly reinitializing closed fds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix pkg_shutdown unproperly reinitializing closed fds | |
- Fix pkg_shutdown unproperly reinitializing closed file descriptors |
- fix duplicate pkg registration overwriting the existing pkg | ||
- better ABI name on linux | ||
- better ABI name on Linux | ||
- lots of changes in internal API to use fd when possible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- lots of changes in internal API to use fd when possible | |
- lots of changes in internal API to use file descriptor when possible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I'm not sure about this.)
- move more pkg audit details into the library | ||
- allow to run pkg query without any privileges | ||
- extend the audit periodic script to report deprecated packages | ||
- Fix fd leak to rcscripts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fd leak or file descriptor leak?
I guess, this was meant to be: 1.21.99.5 to 1.21.99.6
1.21.99.6 to 1.21.99.6 seems incorrect (the two are equal to each other). So, my attempt to correct two sets of changes: 1.21.99.5 to 1.21.99.6, then 1.21.99.6 to 2.0.99.
can you rebase? |
I probably can rebase, although my (little) Git knowledge has largely evaporated over the past year or so. I'll need a very clear head, so, maybe mid-September. Thanks for your patience. |
Spelling and other suggestions.