Skip to content

Commit 9a1f464

Browse files
authored
Release 0.28.2 with TileDB Embedded 2.24.2 as fallback (#725)
1 parent 33a75ac commit 9a1f464

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# tiledb 0.28.2
2+
3+
* This release of the R package builds against [TileDB 2.24.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.24.2), and has also been tested against earlier releases as well as the development version (#725)
4+
5+
16
# tiledb 0.28.1
27

38
* This release of the R package builds against [TileDB 2.24.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.24.1), and has also been tested against earlier releases as well as the development version (#714, #715, #717, #724)

Diff for: cleanup

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
22

3+
cd src && make -f Makevars clean
34
rm -f src/Makevars src/*.o src/*.so config.log config.status inst/tiledb-*.tar.gz src/connection/*.o
45
rm -rf tiledb.Rcheck autom4te.cache inst/tiledb/ inst/config.log inst/config.status tiledb/ inst/lib/

Diff for: src/Makevars.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ $(LIB_CON): connection/connection.o
2727
@rm $^
2828

2929
clean:
30-
rm -f $(SHLIB) $(OBJECTS) $(LIB_CON) connection/connection.o
30+
@rm -f $(SHLIB) $(OBJECTS) $(LIB_CON) connection/connection.o
3131

3232
.PHONY: all clean

Diff for: tools/tiledbVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: 2.24.1
2-
sha: db03540
1+
version: 2.24.2
2+
sha: 76cd03c

0 commit comments

Comments
 (0)