Skip to content

Commit

Permalink
Release version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Aug 9, 2022
1 parent 6f9eebf commit def08a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=======================
1.12.1 - August 9, 2022
=======================

- Fixed a crash caused by trying to deallocate already freed graphics
buffers in certain situations.

=========================
1.12.0 - October 18, 2021
=========================
Expand Down
4 changes: 2 additions & 2 deletions include/wpe/wpebackend-fdo-version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Igalia S.L.
* Copyright (C) 2021-2022 Igalia S.L.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -28,6 +28,6 @@

#define WPE_FDO_MAJOR_VERSION 1
#define WPE_FDO_MINOR_VERSION 12
#define WPE_FDO_MICRO_VERSION 0
#define WPE_FDO_MICRO_VERSION 1

#endif /* !WPEBACKEND_FDO_VERSION_H */
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ api_version = '1.0'
# - 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, use [C, R+1, A].
soversion = [9, 0, 8]
soversion = [9, 1, 8]

# Mangle [C, R, A] into an actual usable *soversion*.
soversion_major = soversion[0] - soversion[2] # Current-Age
Expand Down

0 comments on commit def08a5

Please sign in to comment.