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