This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
33 lines (29 loc) · 1.9 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
TODO list for yalpack-0.2.0
Please bear in mind that the dev branch is not ready for release; most of the documentation has not been updated, and a bit more testing is needed.
For next release:
* Try to avoid extra extraction and repackaging calls as much as possible (pkginst, pkgup)
Status: Probable working solution found. More testing needed.
(fix is in dev branch)
* Compatibility with both SysVInit and systemd (pkgup)
Status: Restarting the init daemon for systemd tested successfully; this was the only compatibility issue.
(fix is in dev branch)
* Streamline newfiles (look at initial confirmation prompts)
Status: Ready; will be in next release.
(fix is in dev branch)
* Restore "make install" functionality so that yalpack can be packaged and not actually used.
(fix is in dev branch; Makefile will allow for "make no-use" for only packaging yalpack; this should not be called without DESTDIR)
("make package" is still strongly preferred for actually using the scripts)
* Probably merge libcheck and libprecise (very similar functionality)
Status: libprecise merged into libcheck (libprecise's functionality can be turned on and off with flags)
(fix is in dev branch)
* More concise documentation
* Further optimizations
Status: liblist and pkgcheck are faster. Except for installing and upgrading heavy packages, gains won't be as dramatic as 0.1.7 > 0.1.8.
(fix is in dev branch)
dev branch status:
An upgrade from glibc-2.33 to 2.34 was successful on the development LFS version on Aug. 16th. This was a merged-usr installation; further testing is needed on systems with true /bin, /lib and /sbin directories.
For the future:
* Retest glibc downgrades with selected compatible binaries already installed to the system
* Full testing on the future LFS 11.0 release candidate
Status: dev branch is looking good so far.
* Full testing on the future LFS 11.0 stable release