Commit 174b7db5 authored by Eric Timmons's avatar Eric Timmons
Browse files

Prepare for 0.4.0-rc.1

parent e4008300
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -24,6 +24,16 @@
    the user must specify a command that completely starts the child lisp in a
    clean state.
  + Better support for using MSYS2's git on Windows.
  + Support for Mac M1 (#20).
  + Fixed bug causing groveling to take an inordinately long time for systems
    with =:defsystem-depends-on= or direct calls to =asdf:load-system= in their
    system definition files (!9).
  + Fixed bug causing unused git and asd directives to linger in
    =clpmfile.lock= (#32).
  + Add support for bare git repos in clpmfile (not from Github or
    Gitlab) (#22).
  + Add clpmfile =:api-version= ="0.4"=. Remains backwards compatible with
    0.3. (#22).

  Fixes from the aborted 0.3.6:

+9 −7
Original line number Diff line number Diff line
@@ -64,15 +64,17 @@ appropriate tag or see [[http://www.clpm.dev]].
   [[https://files.clpm.dev/clpm/][https://files.clpm.dev/clpm/]]. The current release files for each platform
   are:

   + [[https://files.clpm.dev/clpm/clpm-0.4.0-alpha.3-darwin-amd64.tar.gz][clpm-0.4.0-alpha.3-darwin-amd64.tar.gz]] :: CLPM compiled for 64bit Mac OS.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-alpha.3-linux-amd64.tar.gz][clpm-0.4.0-alpha.3-linux-amd64.tar.gz]] :: CLPM compiled for 64bit Linux.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-alpha.3-linux-arm64.tar.gz][clpm-0.4.0-alpha.3-linux-arm64.tar.gz]] :: CLPM compiled for 64bit Linux
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-rc.1-darwin-amd64.tar.gz][clpm-0.4.0-rc.1-darwin-amd64.tar.gz]] :: CLPM compiled for 64bit Mac OS.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-rc.1-darwin-arm64.tar.gz][clpm-0.4.0-rc.1-darwin-arm64.tar.gz]] :: CLPM compiled for 64bit Mac OS with
     M1 processors.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-rc.1-linux-amd64.tar.gz][clpm-0.4.0-rc.1-linux-amd64.tar.gz]] :: CLPM compiled for 64bit Linux.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-rc.1-linux-arm64.tar.gz][clpm-0.4.0-rc.1-linux-arm64.tar.gz]] :: CLPM compiled for 64bit Linux
     on ARM processors.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-alpha.3-windows-amd64.msi][clpm-0.4.0-alpha.3-windows-amd64.msi]] :: CLPM installer for 64 bit Windows.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-alpha.3.tar.gz][clpm-0.4.0-alpha.3.tar.gz]] :: Source code, including git submodules.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-alpha.3.DIGESTS][clpm-v0.4.0-alpha.3.DIGESTS]] :: Text file containing the SHA512 sums for
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-rc.1-windows-amd64.msi][clpm-0.4.0-rc.1-windows-amd64.msi]] :: CLPM installer for 64 bit Windows.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-rc.1.tar.gz][clpm-0.4.0-rc.1.tar.gz]] :: Source code, including git submodules.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-rc.1.DIGESTS][clpm-v0.4.0-rc.1.DIGESTS]] :: Text file containing the SHA512 sums for
     every previously mentioned file.
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-alpha.3.DIGESTS.asc][clpm-0.4.0-alpha.3.DIGESTS.asc]] :: Same as =clpm-v0.4.0-alpha.3.DIGESTS=,
   + [[https://files.clpm.dev/clpm/clpm-0.4.0-rc.1.DIGESTS.asc][clpm-0.4.0-rc.1.DIGESTS.asc]] :: Same as =clpm-v0.4.0-rc.1.DIGESTS=,
     but signed with GPG key =0x10327DE761AB977333B1AD7629932AC49F3044CE=.

*** GNU/Linux and Darwin