From cff798a9f10714b50801791aa5ca64d2313f525b Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Thu, 30 Oct 2025 14:53:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D0=BB=20=D1=81=D0=B8=D0=B3=D0=BD=D0=B0=D0=BB=D1=8B=20?= =?UTF-8?q?=D0=B8=20=D1=81=D0=BE=D1=87=D0=B5=D1=82=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 4 ++-- lib/procedure.tcl | 4 ++-- projman.tcl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2baa31a..c907f40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ projman (2.0.0-alpha19) stable; urgency=medium - * Поправил changelog + * Небольшие исправления - -- Sergey Kalinin Thu, 30 Oct 2025 13:12:49 +0300 + -- Sergey Kalinin Thu, 30 Oct 2025 14:47:05 +0300 projman (2.0.0-alpha19) stable; urgency=medium diff --git a/lib/procedure.tcl b/lib/procedure.tcl index 7612f0d..6cb52a2 100644 --- a/lib/procedure.tcl +++ b/lib/procedure.tcl @@ -900,9 +900,9 @@ proc Run {w filePath} { set f [open [file join [file dirname $filePath] errors] "r"] set processPID [pid $pipe] - bind $w.frame.text [list SendSignal $processPID "SIGKILL"] + bind $w.frame.text [list SendSignal $processPID "SIGINT"] bind $w.frame.text [list SendSignal $processPID "SIGTSTP"] - bind $w.frame.text [list SendSignal $processPID "SIGINT"] + bind $w.frame.text [list SendSignal $processPID "SIGKILL"] # set pipe [open "|$command $filePath" "r"] # set f [open [file join ~ tmp errors] "r"] diff --git a/projman.tcl b/projman.tcl index b65929a..3d09cb7 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish8.6 "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha19 -# Build: 30102025135933 +# Build: 30102025145246 ###################################################### # определим текущую версию, релиз и т.д.