Commit 1660edc committed Feb 5, 2025 · 6 / 6
1 parent 16d12c8 commit 1660edc Copy full SHA for 1660edc
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
This file describes changes in the PackageManager package.
2
2
3
+ 1.6.1 (2025-02-05)
4
+ - Handle GAP 4.15's new --packagedirs option
5
+ - Compile newly installed packages more liberally
6
+ - Minor improvements to code quality
7
+
3
8
1.6 (2024-09-19)
4
9
- Deprecate functions beginning "InstallPackageFrom", instead preferring
5
10
InstallPackage as a single entry point.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ SetPackageInfo( rec(
10
10
11
11
PackageName := " PackageManager" ,
12
12
Subtitle := " Easily download and install GAP packages" ,
13
- Version := " 1.6" ,
14
- Date := " 19/09/2024 " , # dd/mm/yyyy format
13
+ Version := " 1.6.1 " ,
14
+ Date := " 05/02/2025 " , # dd/mm/yyyy format
15
15
License := " GPL-2.0-or-later" ,
16
16
17
17
Persons := [
You can’t perform that action at this time.
0 commit comments