Loading CHANGELOG.org +7 −0 Original line number Diff line number Diff line #+TITLE: CLPM Changelog * v0.3.6 - 2021-01-11 + Fix bug saving project metadata on Windows. + Fix client's UIOP dependency to better suit ECL's bundled fork of ASDF. + Fix issue READing strings in client from a lisp that is not SBCL. + Parse inherited CL_SOURCE_REGISTRY config in client using ASDF. * v0.3.5 - 2020-11-11 + Fix bug in ordering releases for semantic versioned projects that include Loading README.org +11 −11 Original line number Diff line number Diff line Loading @@ -58,24 +58,24 @@ files. [[https://files.clpm.dev/clpm/][https://files.clpm.dev/clpm/]]. The current release files for each platform are: + [[https://files.clpm.dev/clpm/clpm-amd64-darwin-v0.3.5.tar.gz][clpm-amd64-darwin-v0.3.5.tar.gz]] :: CLPM compiled for 64bit Mac OS. + [[https://files.clpm.dev/clpm/clpm-amd64-linux-gnu-v0.3.5.tar.gz][clpm-amd64-linux-gnu-v0.3.5.tar.gz]] :: CLPM compiled for 64bit Linux + [[https://files.clpm.dev/clpm/clpm-amd64-darwin-v0.3.6.tar.gz][clpm-amd64-darwin-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Mac OS. + [[https://files.clpm.dev/clpm/clpm-amd64-linux-gnu-v0.3.6.tar.gz][clpm-amd64-linux-gnu-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Linux using GNU libc (by far the most common). + [[https://files.clpm.dev/clpm/clpm-amd64-linux-musl-v0.3.5.tar.gz][clpm-amd64-linux-musl-v0.3.5.tar.gz]] :: CLPM compiled for 64bit + [[https://files.clpm.dev/clpm/clpm-amd64-linux-musl-v0.3.6.tar.gz][clpm-amd64-linux-musl-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Linux using musl libc (e.g., Alpine Linux). + [[https://files.clpm.dev/clpm/clpm-arm64-linux-gnu-v0.3.5.tar.gz][clpm-arm64-linux-gnu-v0.3.5.tar.gz]] :: CLPM compiled for 64bit Linux + [[https://files.clpm.dev/clpm/clpm-arm64-linux-gnu-v0.3.6.tar.gz][clpm-arm64-linux-gnu-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Linux on ARM processors using GNU libc. + [[https://files.clpm.dev/clpm/clpm-arm64-linux-musl-v0.3.5.tar.gz][clpm-arm64-linux-musl-v0.3.5.tar.gz]] :: CLPM compiled for 64bit + [[https://files.clpm.dev/clpm/clpm-arm64-linux-musl-v0.3.6.tar.gz][clpm-arm64-linux-musl-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Linux on ARM processors using musl libc. + [[https://files.clpm.dev/clpm/clpm-armv7-linux-gnu-v0.3.5.tar.gz][clpm-armv7-linux-gnu-v0.3.5.tar.gz]] :: CLPM compiled for 32bit Linux + [[https://files.clpm.dev/clpm/clpm-armv7-linux-gnu-v0.3.6.tar.gz][clpm-armv7-linux-gnu-v0.3.6.tar.gz]] :: CLPM compiled for 32bit Linux on ARM processors using GNU libc. + [[https://files.clpm.dev/clpm/clpm-armv7-linux-musl-v0.3.5.tar.gz][clpm-armv7-linux-musl-v0.3.5.tar.gz]] :: CLPM compiled for 32bit + [[https://files.clpm.dev/clpm/clpm-armv7-linux-musl-v0.3.6.tar.gz][clpm-armv7-linux-musl-v0.3.6.tar.gz]] :: CLPM compiled for 32bit Linux on ARM processors using musl libc. + [[https://files.clpm.dev/clpm/clpm-amd64-windows-v0.3.5.msi][clpm-amd64-windows-v0.3.5.msi]] :: CLPM installer for 64 bit Windows. + [[https://files.clpm.dev/clpm/clpm-v0.3.5.tar.gz][clpm-v0.3.5.tar.gz]] :: Source code, including git submodules. + [[https://files.clpm.dev/clpm/clpm-v0.3.5.DIGESTS][clpm-v0.3.5.DIGESTS]] :: Text file containing the SHA512 sums for + [[https://files.clpm.dev/clpm/clpm-amd64-windows-v0.3.6.msi][clpm-amd64-windows-v0.3.6.msi]] :: CLPM installer for 64 bit Windows. + [[https://files.clpm.dev/clpm/clpm-v0.3.6.tar.gz][clpm-v0.3.6.tar.gz]] :: Source code, including git submodules. + [[https://files.clpm.dev/clpm/clpm-v0.3.6.DIGESTS][clpm-v0.3.6.DIGESTS]] :: Text file containing the SHA512 sums for every previously mentioned file. + [[https://files.clpm.dev/clpm/clpm-v0.3.5.DIGESTS.asc][clpm-v0.3.5.DIGESTS.asc]] :: Same as =clpm-v0.3.5.DIGESTS=, + [[https://files.clpm.dev/clpm/clpm-v0.3.6.DIGESTS.asc][clpm-v0.3.6.DIGESTS.asc]] :: Same as =clpm-v0.3.6.DIGESTS=, but signed with GPG key =0x10327DE761AB977333B1AD7629932AC49F3044CE=. *** GNU/Linux and Darwin Loading client/version.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ (in-package #:clpm-client) ;; If the location of this changes, the asd file must be updated! (defvar *version* "0.3.5" (defvar *version* "0.3.6" "The client's version.") (defun clpm-client-version () Loading clpm/version.lisp +2 −2 Original line number Diff line number Diff line Loading @@ -15,11 +15,11 @@ ;; NOTE: If this form changes position in this file you *must* update clpm.asd as ;; well. (defparameter *version-for-asdf* "0.3.5" (defparameter *version-for-asdf* "0.3.6" "ASDF is overly picky about its version numbers. This should be the primary version number (no prerelease info) as ~*base-version*~.") (defparameter *base-version* "0.3.5" (defparameter *base-version* "0.3.6" "The base version number of CLPM.") (defparameter *full-version* nil Loading scripts/build-wxs.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ `(("Wix" "xmlns" "http://schemas.microsoft.com/wix/2006/wi") (("Product" "Id" "*" "Name" "Common Lisp Package Manager (CLPM)" "Version" "0.3.5" "Version" "0.3.6" "Manufacturer" "https://www.clpm.dev" "UpgradeCode" "D499FD17-A05C-41F8-837E-8B1BF4C4403B" "Language" "1033") Loading Loading
CHANGELOG.org +7 −0 Original line number Diff line number Diff line #+TITLE: CLPM Changelog * v0.3.6 - 2021-01-11 + Fix bug saving project metadata on Windows. + Fix client's UIOP dependency to better suit ECL's bundled fork of ASDF. + Fix issue READing strings in client from a lisp that is not SBCL. + Parse inherited CL_SOURCE_REGISTRY config in client using ASDF. * v0.3.5 - 2020-11-11 + Fix bug in ordering releases for semantic versioned projects that include Loading
README.org +11 −11 Original line number Diff line number Diff line Loading @@ -58,24 +58,24 @@ files. [[https://files.clpm.dev/clpm/][https://files.clpm.dev/clpm/]]. The current release files for each platform are: + [[https://files.clpm.dev/clpm/clpm-amd64-darwin-v0.3.5.tar.gz][clpm-amd64-darwin-v0.3.5.tar.gz]] :: CLPM compiled for 64bit Mac OS. + [[https://files.clpm.dev/clpm/clpm-amd64-linux-gnu-v0.3.5.tar.gz][clpm-amd64-linux-gnu-v0.3.5.tar.gz]] :: CLPM compiled for 64bit Linux + [[https://files.clpm.dev/clpm/clpm-amd64-darwin-v0.3.6.tar.gz][clpm-amd64-darwin-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Mac OS. + [[https://files.clpm.dev/clpm/clpm-amd64-linux-gnu-v0.3.6.tar.gz][clpm-amd64-linux-gnu-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Linux using GNU libc (by far the most common). + [[https://files.clpm.dev/clpm/clpm-amd64-linux-musl-v0.3.5.tar.gz][clpm-amd64-linux-musl-v0.3.5.tar.gz]] :: CLPM compiled for 64bit + [[https://files.clpm.dev/clpm/clpm-amd64-linux-musl-v0.3.6.tar.gz][clpm-amd64-linux-musl-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Linux using musl libc (e.g., Alpine Linux). + [[https://files.clpm.dev/clpm/clpm-arm64-linux-gnu-v0.3.5.tar.gz][clpm-arm64-linux-gnu-v0.3.5.tar.gz]] :: CLPM compiled for 64bit Linux + [[https://files.clpm.dev/clpm/clpm-arm64-linux-gnu-v0.3.6.tar.gz][clpm-arm64-linux-gnu-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Linux on ARM processors using GNU libc. + [[https://files.clpm.dev/clpm/clpm-arm64-linux-musl-v0.3.5.tar.gz][clpm-arm64-linux-musl-v0.3.5.tar.gz]] :: CLPM compiled for 64bit + [[https://files.clpm.dev/clpm/clpm-arm64-linux-musl-v0.3.6.tar.gz][clpm-arm64-linux-musl-v0.3.6.tar.gz]] :: CLPM compiled for 64bit Linux on ARM processors using musl libc. + [[https://files.clpm.dev/clpm/clpm-armv7-linux-gnu-v0.3.5.tar.gz][clpm-armv7-linux-gnu-v0.3.5.tar.gz]] :: CLPM compiled for 32bit Linux + [[https://files.clpm.dev/clpm/clpm-armv7-linux-gnu-v0.3.6.tar.gz][clpm-armv7-linux-gnu-v0.3.6.tar.gz]] :: CLPM compiled for 32bit Linux on ARM processors using GNU libc. + [[https://files.clpm.dev/clpm/clpm-armv7-linux-musl-v0.3.5.tar.gz][clpm-armv7-linux-musl-v0.3.5.tar.gz]] :: CLPM compiled for 32bit + [[https://files.clpm.dev/clpm/clpm-armv7-linux-musl-v0.3.6.tar.gz][clpm-armv7-linux-musl-v0.3.6.tar.gz]] :: CLPM compiled for 32bit Linux on ARM processors using musl libc. + [[https://files.clpm.dev/clpm/clpm-amd64-windows-v0.3.5.msi][clpm-amd64-windows-v0.3.5.msi]] :: CLPM installer for 64 bit Windows. + [[https://files.clpm.dev/clpm/clpm-v0.3.5.tar.gz][clpm-v0.3.5.tar.gz]] :: Source code, including git submodules. + [[https://files.clpm.dev/clpm/clpm-v0.3.5.DIGESTS][clpm-v0.3.5.DIGESTS]] :: Text file containing the SHA512 sums for + [[https://files.clpm.dev/clpm/clpm-amd64-windows-v0.3.6.msi][clpm-amd64-windows-v0.3.6.msi]] :: CLPM installer for 64 bit Windows. + [[https://files.clpm.dev/clpm/clpm-v0.3.6.tar.gz][clpm-v0.3.6.tar.gz]] :: Source code, including git submodules. + [[https://files.clpm.dev/clpm/clpm-v0.3.6.DIGESTS][clpm-v0.3.6.DIGESTS]] :: Text file containing the SHA512 sums for every previously mentioned file. + [[https://files.clpm.dev/clpm/clpm-v0.3.5.DIGESTS.asc][clpm-v0.3.5.DIGESTS.asc]] :: Same as =clpm-v0.3.5.DIGESTS=, + [[https://files.clpm.dev/clpm/clpm-v0.3.6.DIGESTS.asc][clpm-v0.3.6.DIGESTS.asc]] :: Same as =clpm-v0.3.6.DIGESTS=, but signed with GPG key =0x10327DE761AB977333B1AD7629932AC49F3044CE=. *** GNU/Linux and Darwin Loading
client/version.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ (in-package #:clpm-client) ;; If the location of this changes, the asd file must be updated! (defvar *version* "0.3.5" (defvar *version* "0.3.6" "The client's version.") (defun clpm-client-version () Loading
clpm/version.lisp +2 −2 Original line number Diff line number Diff line Loading @@ -15,11 +15,11 @@ ;; NOTE: If this form changes position in this file you *must* update clpm.asd as ;; well. (defparameter *version-for-asdf* "0.3.5" (defparameter *version-for-asdf* "0.3.6" "ASDF is overly picky about its version numbers. This should be the primary version number (no prerelease info) as ~*base-version*~.") (defparameter *base-version* "0.3.5" (defparameter *base-version* "0.3.6" "The base version number of CLPM.") (defparameter *full-version* nil Loading
scripts/build-wxs.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ `(("Wix" "xmlns" "http://schemas.microsoft.com/wix/2006/wi") (("Product" "Id" "*" "Name" "Common Lisp Package Manager (CLPM)" "Version" "0.3.5" "Version" "0.3.6" "Manufacturer" "https://www.clpm.dev" "UpgradeCode" "D499FD17-A05C-41F8-837E-8B1BF4C4403B" "Language" "1033") Loading