Skip to content

Commit df83fbb

Browse files
committed
tools release
1 parent 0bc5cfb commit df83fbb

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

content/guides/getting_started.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ To install with the Linux script installer:
5050

5151
[source,shell]
5252
----
53-
curl -O https://download.clojure.org/install/linux-install-1.10.3.998.sh
54-
chmod +x linux-install-1.10.3.998.sh
55-
sudo ./linux-install-1.10.3.998.sh
53+
curl -O https://download.clojure.org/install/linux-install-1.10.3.1020.sh
54+
chmod +x linux-install-1.10.3.1020.sh
55+
sudo ./linux-install-1.10.3.1020.sh
5656
----
5757

5858
==== Custom location
@@ -61,7 +61,7 @@ To install to a custom location (like `/opt/infrastructure/clojure`), use the op
6161

6262
[source,shell]
6363
----
64-
sudo ./linux-install-1.10.3.998.sh --prefix /opt/infrastructure/clojure
64+
sudo ./linux-install-1.10.3.1020.sh --prefix /opt/infrastructure/clojure
6565
----
6666

6767
Extend the MANPATH in `/etc/man_db.conf` to include the manual pages:

content/releases/tools.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ For more information see the following docs:
2222

2323
Recent official releases are described here. Prereleases and older versions can be found in the https://github.com/clojure/brew-install/blob/1.10.3/CHANGELOG.md[repo changelog].
2424

25+
=== 1.10.3.1020 (Nov 5, 2021) [[v1.10.3.1020]]
26+
27+
* https://clojure.atlassian.net/browse/TDEPS-83[TDEPS-83] Invalidate classpath cache when local dep manifests change
28+
* Add new `clj -X:deps list` program to list the full lib set on the classpath, see https://clojure.github.io/tools.deps.alpha/clojure.tools.cli.api-api.html#clojure.tools.cli.api/list[API docs] for more info
29+
* Bump deps to more recent versions - aws-api, jetty-client, etc
30+
* Clean up exception handling for -X/-T
31+
* Use https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md[tools.deps.alpha] 0.12.1067
32+
2533
=== 1.10.3.998 (Oct 26, 2021) [[v1.10.3.998]]
2634

2735
* Remove `bottle :unneeded` from brew formulas (no longer needed)

0 commit comments

Comments
 (0)