-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
119 lines (85 loc) · 3.92 KB
/
ChangeLog
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
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