File: ChangeLog

package info (click to toggle)
pd-zexy 2.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,628 kB
  • sloc: ansic: 13,054; sh: 520; makefile: 202
file content (146 lines) | stat: -rw-r--r-- 4,978 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
zexy (2.4.4) RELEASED; urgency=medium

  * New object [envvar] (to read environment variables)
  * [regex] fix help and case-insensitive search
  * [rawprint] special handling of (valid-looking) gpointers
  * [segregate] use built-in [list] instead of [a2l]
  * Make sure all help patches have a [pd META]
  * Add [declare] to help patches and abstractions

  * Internals
    + [makesymbol] mark helper-function as potentially unused
    + renamed "zexy_strndup" to "z_strndup"
    + Replacement function "z_strnlen()"
  * Cleanup
    - replace verbose() with logpost()/pd_error()
  * Housekeeping
    - Drop [abs~] (it's in Pd vanilla for ages)
    - Drop duplicate [regex] help
    - Remove src/Makefile.nt
    - Remove verbose() wrapper (not needed for ages)
  * Add a release script
  * [ci] drop 'pages' job
  * Fix shell-scripts with 'shellcheck'
  * Reformat code with clang-format

 -- IOhannes m zmölnig <zmoelnig@iem.at> Thu, 05 Feb 2026 13:48:45 +0100

zexy (2.4.3) RELEASED; urgency=medium

  * Group deken packages by Operating System,
    rather than by floatsize

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Wed, 6 Dec 2023 11:29:06 +0100

zexy (2.4.2) RELEASED; urgency=medium

  * Fix memory leaks in [list2symbol]
  * Fix output of [rawprint] with dollsyms
  * Add [pd META] to helppatches (for automatic objectlist generation)
  * Update to pd-lib-builder 0.7.0
  * Single and double precision builds
  * Fix spelling mistakes

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Fri, 07 Jul 2023 14:43:06 +0200

zexy (2.4.1) RELEASED; urgency=medium

  * Bump version-number in zexy-meta.pd
  * Rebuild (for Darwin/amd64)
  * Fix date for v2.4.0 in ChangeLog

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Wed, 02 Feb 2022 14:30:22 +0100

zexy (2.4.0) RELEASED; urgency=medium

  * [makefilename] now takes a list of any format specifier
  * Pd-0.52 compat (use pd_error() instead of error())
  * Fix buffer handling with [sfrecord]

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Tue, 18 Jan 2022 15:29:52 +0100

zexy (2.3.1) RELEASED; urgency=medium

  * Fix crasher bug in [msgfile]
  * [lpt] build fixes
  * Various other build fixes

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Sat, 30 May 2020 23:18:01 +0200

zexy (2.3.0) RELEASED; urgency=medium

  * [msgfile] new formats:
    - 'csv': import/export of CSV-files (","-separated), with proper escaping
    - 'fudi': "pd"-like import that handles escaped linebreaks
    - 'txt': "cr"-like import that handles escaped linebreaks
  * [lpt] completely new implementation for windows
  * Bug-fixes
  * Thin wrappers around class_new/class_addmethod for terser declarations
  * Re-format entire code-base
  * Switch to pd-lib-builder (drop all other build-systems)
  * Switch to cerntralized iem-ci configuration
  * Fix older ChangeLog entries

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Thu, 20 Feb 2020 22:02:20 +0200


zexy (2.2.8) RELEASED; urgency=medium

  * Fix typos (including limiter's "treshold")
  * Drop support for Pd<0.41
  * Fix MinGW linking issues with [time]/[date]
  * Use (const char*) for t_symbol->s_name
  * Fix line-endings
  * Continuous Integration
    * linux/macOS/w32/w64 builds & deken-uploads

 -- IOhannes m zmölnig <zmoelnig@iem.at>  Tue, 2 Oct 2018 21:10:42 +0200

zexy (2.2.7) RELEASED; urgency=medium

  * [multireceive]
  *  - dynamically calculate proxy names
  *  - added help-patch
  * [demultiplex] / [multiplex]
  *  - use passive inlet instead of "select" method
  * Turn aliases into proper clases
    (Closes: https://sourceforge.net/p/pure-data/bugs/929/)
  * Fix crasher bug with "dsp" methods
  * Minor and major Bug-fixes
  * Properly initialize variables
  * More tests
  * Fix typos
  * Add CI-configuration
  * Don't include repository-settings in release-tarballs

 -- IOhannes m zmölnig <zmoelnig@iem.at>  Sun, 21 Jan 2018 22:55:11 +0100

zexy (2.2.6) RELEASED; urgency=low

  * Fix NULL-pointer access and file handle leaks
  * Fix for autotools
  * Allow to build both single-object and multiobject binaries in one go
    (just use "--enable-library=both")
  * Allow setting the build-date string via autoconf-args
  * Consistency fixes for objects.

  * Switched to git

 -- IOhannes m zmölnig <zmoelnig@iem.at>  Fri, 22 Jan 2016 22:16:02 +0100

zexy (2.2.5) RELEASED; urgency=low

  * Switch to autotools
  * Generate ChangeLog with "dch -c ChangeLog"

 -- IOhannes m zmoelnig (gpg-key at iem) <zmoelnig@iem.at>  Thu, 29 Sep 2011 14:19:18 +0200

zexy (2.2.4) RELEASED; urgency=low

  * Disable SIMD code by default (prevent crashes)
  * [msgfile] does not crash with [add2( on an emtpy buffer
  * [pack]/[unpack] now accept all messages (like their vanilla counterparts)
  * [limiter~] on-the-fly oversampling parameters (higher precision)
  * All code is now UTF-8

 -- IOhannes m zmoelnig (gpg-key at iem) <zmoelnig@iem.at>  Wed, 26 Sep 2011 21:20:20 +0200