Skip to content

Commit ac9a84a

Browse files
committed
2.9.2 Release
1 parent 79a891d commit ac9a84a

2 files changed

Lines changed: 70 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.1
1+
2.9.2

debian/changelog

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
linuxcnc (1:2.9.2) UNRELEASED; urgency=medium
2+
3+
* Add dither option to PWMGen for improved analog resolution
4+
* axis: Fix run-from-line - bug #2771
5+
* debian/changelog: fix epoch & white space
6+
* deleted craftsman gui, as it is not python 2 nor gtk3 based and not mantained for a long period
7+
* deleted gmoccapy plasma, as glade panels are still in gtk2
8+
* Docs: Many updates
9+
* fix hardcoded description in Spanish language Closes: #1057312
10+
* Fixes warnings for possible string truncation with strncpy()
11+
* Gladevcp: fix error on missing filter program
12+
* gmoccapy: Fixed Inappropriate Logical Expression (#2769)
13+
* gmoccapy: fixes error when trying to hide the turtle-jog button in gmoccapy
14+
* hal_glib -add get_linuxcnc_version function
15+
* Increase size of STACK_ENTRY_LEN
16+
* Merge pull request #2567 from petterreinholdtsen/2.9-gcode-g38.2
17+
* Merge pull request #2757 from dpslwk/patch-1
18+
* Merge pull request #2761 from LinuxCNC/s_code_fix
19+
* Merge pull request #2765 from LinuxCNC/pncconf_fix_missing_ssport
20+
* Merge pull request #2772 from hansu/fix-debian-1057312
21+
* Merge pull request #2775 from smoe/translation_breaking_po4a
22+
* Merge pull request #2782 from Sigma1912/patch-2
23+
* Merge pull request #2783 from Sigma1912/patch-3
24+
* Merge pull request #2790 from havardAasen/fix-string-truncation
25+
* Merge pull request #2791 from havardAasen/havardAasen-patch-1
26+
* Merge pull request #2795 from havardAasen/build-dependency
27+
* motion control: allow the spindle to be on with speed of 0
28+
* motion: fix brake/direction setting when S command is sent.
29+
* motion.c: Improve handling of misc_error pin names See #2780 #2773
30+
* pmx483-test: change package message to python3-serial
31+
* pncconf - change spindle stepgen enable from spindle-enable to machine-is-on
32+
* pncconf -fix HAL load command for 2 serialports
33+
* qtaxis -add version string to log
34+
* qtdragon -add a default 'factor' to avoid error message
35+
* qtdragon_hd -fix stylesheets for 5 axis, adjust qtdragon.ui
36+
* qtdragon/hd -add version messages to about and log
37+
* qtdragon/hd -fix spindle override quick setting buttons
38+
* qtdragon/hd -update version after fixing probing bug
39+
* qtplasmac docs: update python serial version
40+
* qtplasmac: fix 5th axis buttons
41+
* qtplasmac: fix case switching in run from line
42+
* qtplasmac: fix gcode filter comments error
43+
* qtplasmac: fix imperial cut parameter ranges
44+
* qtplasmac: fix power button styling
45+
* qtplasmac: fix removal of temporary materials in run from line
46+
* qtplasmac: fix run from line code restoration
47+
* qtplasmac: fix string formatting and version check
48+
* qtplasmac: fix translation error in pmx485_check
49+
* qtplasmac: fix updater typo, document update_log.txt
50+
* qtplasmac: prevent extra temporary material addition from conversational
51+
* qtplasmac: rework versioning due to master branch diverging
52+
* qtvcp -add vismach obj files to search, change path from debug to info
53+
* qtvcp -auto_height: improve logging/status output
54+
* qtvcp -copy panel: update to check for the qtvcp/screens or panels path
55+
* qtvcp -docs: the 'copy_dialog' panel changed to just 'copy'
56+
* qtvcp -notify: silence annoying error message
57+
* qtvcp -probe routines:fix spindle start on error or abort
58+
* qtvcp -touchoff_subprogram: fix typos so it works properly.
59+
* Restore functionality of NO_PROBE ini settings
60+
* revert changes for strncat()
61+
* RTAI: Fix build against RTAI+GNU11
62+
* snprintf uses %d on a double (issue 2784)
63+
* stdglue.py: Fix error on loading stdglue remaps using an R word. (The previous code errored on attempted comparison between dict and float)
64+
* tests: status.state should be checked against command execution status
65+
* Update build-dependency for OpenGL
66+
* Update combi_dro.py
67+
68+
-- andypugh <andy@bodgesoc.org> Wed, 20 Dec 2023 13:19:18 +0000
69+
170
linuxcnc (1:2.9.1) unstable; urgency=medium
271

372
* Add 7I94T, 7I97T, 7I76EU card support

0 commit comments

Comments
 (0)