Skip to content

Commit

Permalink
Merge pull request #450 from dmurdoch/release_1.3.17
Browse files Browse the repository at this point in the history
Start on 1.3.17 release.
  • Loading branch information
dmurdoch authored Jan 17, 2025
2 parents 8a6b623 + dd2e9cb commit ca6db5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rgl
Version: 1.3.16
Version: 1.3.17
Title: 3D Visualization Using OpenGL
Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# rgl 1.3.17

## Bug fix

* The previous fix for `rgl.init()` introduced a new possible
segfault for users who had DISPLAY unset or set to a non-existent
server.

# rgl 1.3.16

## Bug fixes
Expand Down
11 changes: 5 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 1.3.16
# 1.3.17

This small release fixes a segfault when running under Xvfb on
MacOS, and improves some triangulation code.

I think the segfault is probably not the one BDR has been seeing
in his MacOS runs, but it might be.
Unfortunately the recent 1.3.16 release introduced a new bug
which caused segfaults for users who didn't have DISPLAY
set properly. This version should fix the new issue while
keeping the 1.3.16 fix.

0 comments on commit ca6db5c

Please sign in to comment.