mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
Release version 2.1
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
# Seer Change Log
|
||||
|
||||
## [2.1beta] - 2023-XX-XX
|
||||
## [2.1] - 2023-08-23
|
||||
* Add Execution dialog to record breakpoint events. This solves the problem
|
||||
of too many break/error dialogs to "swat away" as the program is debugged.
|
||||
* Add a method to add/change gdb commands to execute when a breakpoint (breakpoint, watchpoint, catchpoint) is reached.
|
||||
|
||||
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
||||
seergdb (2.1beta) UNRELEASED; urgency=medium
|
||||
seergdb (2.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Seer is Qt6 based. Still can compile with Qt5.
|
||||
|
||||
-- Ernie Pasveer <epasveer@att.net> Sun, 03 Jun 2023 22:18:38 +0200
|
||||
-- Ernie Pasveer <epasveer@att.net> Sun, 12 Aug 2023 22:18:38 +0200
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.1.0)
|
||||
|
||||
project(seergdb VERSION 2.1.0 LANGUAGES CXX)
|
||||
project(seergdb VERSION 2.1 LANGUAGES CXX)
|
||||
|
||||
set(PROJECT_NAME seergdb)
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
// Increment this with every release on GitHub.
|
||||
// See scripts/change_versionnumber
|
||||
//
|
||||
#define SEER_VERSION "2.1beta"
|
||||
#define SEER_VERSION "2.1"
|
||||
|
||||
namespace Seer {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user