Skip to content

Commit de8a1ba

Browse files
committed
LinuxCNC v2.9.5 release
1 parent cb5abdb commit de8a1ba

2 files changed

Lines changed: 102 additions & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.4
1+
2.9.5

debian/changelog

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,104 @@
1+
linuxcnc (1:2.9.5) UNRELEASED; urgency=medium
2+
3+
* tests: save.1 test removed. It's been skipped for 19 years.
4+
* Merge pull request #3529 from LinuxCNC/andypugh/tests/spindle_limits
5+
* Merge pull request #3553 from Sigma1912/patch-2
6+
* Merge pull request #3552 from Sigma1912/halui_fix_axis_and_mdi_command_pins
7+
* halui: on startup, set the first configured axis as 'is-selected' instead of X
8+
* halui: Don't create 'halui.axis.'- pins for unconfigured axes
9+
* qtvcp versa probe: remember setting of auto skew/zero buttons we reopened
10+
* PyVCP test: result file formatting fixes (#3551)
11+
* Merge pull request #3537 from DauntlessAq/probe_error_decel_no_inhibit_2.9
12+
* stepconf -fix human input names in wrong order
13+
* Tests: Add a test for PyVCP - Specifically Issue #3538
14+
* Merge pull request #3540 from andronick83/patch-1
15+
* Added missing period to description of G95. (PR #3542)
16+
* Deprecate gantry.comp
17+
* Fix #3538 - "halparam" tag not working in PyVCP
18+
* probe_error_decel_no_inhibit rebased for 2.9
19+
* Delete tests/spindle_limits/test.ini
20+
* tests: Add a test for spindle INI speed limits function
21+
* Fix a race; add a test to ensure the 'result' and 'stderr' files are closed before continuing to run 'checkresult'.
22+
* Fix command-line directories acceptance by correct expansion.
23+
* Fix a race between setting the signal handlers and marking hal_ready().
24+
* The quit_flag is volatile because it is changed in a signal and used in threads.
25+
* remove buster from CI
26+
* debian: reduce Lintian Warnings. (hardening-no-relro: panelui, module_helper)
27+
* Fixed word typo in remap.adoc (numberer->numbered).
28+
* docs: Add back German translation link in stable branch index page.
29+
* Merge pull request #3493 from BsAtHome/backport_2.9_fix-hm2_modbus
30+
* Backport hm2_modbus fixes and additions from master.
31+
* Merge pull request #3479 from Sigma1912/patch-1
32+
* Update g-code.adoc
33+
* Gladevcp: Update the .ui and .glade files in the sample configs to Gtk+3.0
34+
* clarify documentation on stat 'gcodes' and (spindle)'speed' attributes
35+
* Merge pull request #3460 from Sigma1912/2.9-Fix-preview-update-not-respecting-active-wcs
36+
* Don't use RS274NGC_STARTUP_CODE when updating the preview
37+
* Merge pull request #3454 from Sigma1912/2.9_Fix_issue_3447
38+
* Gmoccapy: Fix very large numbers for spindle speed and 'Vc' in the gui when using G96
39+
* Gmoccapy: Fix 'spindle.0.speed-out' pins being reset to wrong value when using G96
40+
* Merge pull request #3446 from BsAtHome/backport_2.9_hm2_modbus
41+
* Python 3.7 (Debian 10) has no dictionary merge operator, use alternative syntax.
42+
* Split declaration/assignment with label because it is not accepted by the compiler in Debian 10 and 11.
43+
* Backport new hm2_modbus driver to 2.9 branch.
44+
* Merge pull request #3425 from BsAtHome/backport_2.9_fix-deprecated
45+
* Merge pull request #3388 from smoe/patch-18
46+
* Merge pull request #3445 from BsAtHome/backport_2.9_fix-python-313
47+
* Make 2.9 branch compile with python 3.13
48+
* Merge pull request #3422 from BsAtHome/backport_2.9_fix_re-syntax-warning
49+
* Merge pull request #3429 from smoe/typos_29
50+
* 2.9: typos, punctuation in comments
51+
* Make using PyConfig conditional on python version >= 3.8.
52+
* Merge pull request #3423 from BsAtHome/backport_2.9_fix_debug-O0
53+
* Merge pull request #3424 from BsAtHome/backport_2.9_fix-comment-in-comment
54+
* Merge pull request #3421 from BsAtHome/backport_2.9_fix_link-version-script
55+
* Fix deprecated Py_SetProgramName() and deprecated use of Py_UnbufferedStdioFlag.
56+
* Fix comment in comment
57+
* Remove forced -O0 optimization flag.
58+
* Fix invalid escape sequence warnings from halcompile and hal components.
59+
* Use objdump and awk to extract the rtapi exported symbols
60+
* Merge pull request #3416 from BsAtHome/fix_2.9_ci-update
61+
* Fix missing parity error definition
62+
* Update CI base for 2.9 branch to Ubuntu 24.04.
63+
* Backport fix of modcompile
64+
* Merge pull request #3412 from BsAtHome/backport_2.9_fix_update-pktuart-v3
65+
* Merge pull request #3411 from BsAtHome/backport_fix_make-noise
66+
* Merge pull request #3410 from BsAtHome/backport_2.9_fix-pointer-compare
67+
* Varargs export of function is not available in 2.9.
68+
* Update dependencies with PktUART update. Fix crash bugs and warnings in modbus template.
69+
* Update, fix and reorganize hostmot2 PktUART to support V3.
70+
* Remove make terminal clutter
71+
* Use pointer null compare instead of integer compare.
72+
* Merge pull request #3407 from BsAtHome/backport-fix_hm2-constify
73+
* Merge pull request #3405 from BsAtHome/backport-fix_test-halcompile
74+
* Use const char pointers. Add missing pktuart calls. Prevent hal name overruns.
75+
* Add stdio.h header for readline versions that need it.
76+
* debian: updating debian-uploads' changelogs
77+
* debian: Addressing usrmerge
78+
* debian: Added Andy as uploader
79+
* debian: Updated policy standard to 4.7.2
80+
* orient: Commit 79c0966 had an un-noticed effect on the behaviour of M19 reported in issue #3389
81+
* Merge pull request #3392 from Sigma1912/2.9-ServoToGo_remove-web-link-to-spamsite
82+
* ServoToGo: remove old weblinks that now redirect to a spam site
83+
* halui -fix spindle override using direct value.
84+
* gmoccapy: fix setting to disable "run from line"
85+
* halscope: set button left and right padding to 0 to allow smaller window size
86+
* docs: update halscope channel off function + update images
87+
* Fix missing semicolon
88+
* qtdragon_hd_vert -add a sample config for vertical layout.
89+
* qtvcp -qtdragon_hd_vert: add a vertical layout version
90+
* Merge pull request #3339 from NTULINUX/ntulinux/2.9-fixes
91+
* getting-linuxcnc.adoc: Remove spurious backslash in path to iso.
92+
* .gitignore fixes
93+
* Merge pull request #3330 from hansu/gmoccapy-fix-resizing
94+
* gmoccapy: change text to icons of undo/redo buttons to fit window size
95+
* interp_o_word.cc: Insert almost-certainly-missing "breaks" addresses #3290
96+
* qtvcp -vismach gantry_5axis: fix cleanup of HAL component
97+
* qtvcp -vismach millturn: fix cleanup of HAL component
98+
* qtvcp -vismach_fanuc_200f- fix cleanup of HAL component
99+
100+
-- andypugh <andy@bodgesoc.org> Sat, 06 Sep 2025 21:20:33 +0100
101+
1102
linuxcnc (1:2.9.4-2) unstable; urgency=medium
2103

3104
* Team upload.

0 commit comments

Comments
 (0)