Skip to content

Commit

Permalink
Release version 0.7.90
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Sep 4, 2020
1 parent c448d3b commit e70c864
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}/cmake")
include(VersioningUtils)
include(GNUInstallDirs)

set_project_version(0 7 1)
set_project_version(0 7 90)

# Before making a release, the LT_VERSION string should be modified.
# The string is of the form C:R:A.
Expand All @@ -13,7 +13,7 @@ set_project_version(0 7 1)
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
calculate_library_versions_from_libtool_triple(COGCORE 4 0 3)
calculate_library_versions_from_libtool_triple(COGCORE 4 1 3)

project(cog VERSION "${PROJECT_VERSION}" LANGUAGES C)
include(DistTargets)
Expand Down
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
==========================
0.7.90 - September 4, 2020
==========================

- cog: Added the --ignore-tls-errors command line option which allows ignoring
TLS certificate validation errors.
- cog: Fixed navigation in some sites by following URI passed to window.open()
loading them in the active view.
- fdo: Improve the logic to set the opaque region of the Wayland surface if it
could have changed between exported frames, which saves some CPU time.
- drm: Support choosing the video mode to use using the
COG_PLATFORM_DRM_VIDEO_MODE environment variable.


======================
0.7.1 - April 11, 2020
======================
Expand Down

0 comments on commit e70c864

Please sign in to comment.