blob: 2403687ea0813ab165dfb849c67b6eec9bdfc362 (
plain)
| 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
 | ####           #         #    #
#  #           #         #
#     ### #### ###   ### #    # ###  #  # #  #
#  # #  # #    #  #  ##  #    # #  # #  #  ##
#### #### #    #### ###  #### # #  # ###  #  #
------------------------------------------------------------
- 2023-07-15 :: Godot 4 has been added to the testing
   repository and version 3 of godot has been renamed to
   'godot3'.
- 2022-02-17 :: Users who have 'xorg-server' should install
  'libxcvt' package and switch to it using the alternative
  system:
        cpt bi libxcvt
        cpt a | grep ^libxcvt | cpt a -
- 2021-09-06 :: 'gzip' has been renamed to 'pigz'. You need
  to run the following to switch between packages:
        cpt bi pigz
        cpt a | grep ^pigz | cpt a -
        cpt r gzip
- 2021-08-10 :: 'm4' is no longer part of the standard base
- 2021-07-31 :: otools 'grep' seems to break the build
  system of certain packages, you are advised to replace
  it by running:
        cpt a busybox /usr/bin/grep
 |