-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathCHANGELOG
executable file
·306 lines (284 loc) · 13 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
4.1.5 - b3225aa - 2017-01-31
------------------------------
* First version of the installer that mostly works and can actually install Customizer. (#163)
* ISOHybrid is now run on the image. This requires installation of the 'isolinux' package. (#163)
* Fix the Makefile up to handle pyqt5 and python3. (#163)
* Functional checks on the installer have passed on linux and windows. Mac remains to be tested. (#163)
* Support for renaming the final iso with /etc/livecd-release in the rootfs (#163)
* Support for 64bit efi signed kernels (#163)
* Support for PyQT5 (Not enabled by default yet, but the code is in a working state) (#163)
4.1.4 - 2815f71 - 2016-12-31
------------------------------
* Updated version in debian/changelog, Makefile
* Revised debian/changelog
* Fixed inconsistent text and versioning (#146)
* Fixed dependent files for GUI (#143)
* Revised manual with better text, relative links (#142)
* Fixed typo and comment in qemu.py (#78)
+ Implemented INSTALL script to make installation easier (#141, pr#151)
+ Implemented unique version for "old stable" (#144)
+ Added custom icons for authentication dialog (#148, pr#150)
+ Added contributing guidelines (#147)
+ Added docs/workflow.md to explain work flow (#138)
4.1.3 - 228049f - 2016-10-30
------------------------------
* From this release, reference commit refers to last relevant commit
that has been made prior to updating this change log
i.e. 228049f refers to pr#139 for milestone 4.1.3
* Simplified listing, change log, readme (#124, #132, #134)
* Renamed ChangeLog to CHANGELOG (#132)
* Fixed missing window icon and Alt-Tab icon (#123)
* Fixed packaging errors (#131)
* Fixed various spec and hashbang lines (#133, pr#135)
* Updated package changelog with latest version (#127)
* Updated version in Makefile
* Updated copyright year
+ Added maintainer of the official fork in debian/copyright
+ Added docs/manual.md to contain text from old readme
- Removed genabout.py
4.1.2 - 9fba42b - 2016-09-10
------------------------------
* First 'proper' update by interim maintainer @clearkimura
* Initial commit based on code review (#119, ongoing)
* Updated Contributors (as August 2016)
* Fixed error messages not being displayed (kamilion@b2020fd)
* Fixed various typos in src/* files
* Fixed desktop entry according to spec
4.1.1 - 207cad4 - untagged
------------------------------
* Updated README.md
* Updated Contributors (as March 2016)
4.1.1 - 2a7864f - untagged
------------------------------
* Modified GUI: 'About' tab splits into 'Credits' and 'License'
* Updated README.md
* Updated Contributors
* Various fixes (#93, #98, #90, #100, #103, #85, #105, #106)
* Various improvements for handling rebuild and checksums (pr#108)
* Better support for 15.04 and newer releases
+ Implemented chunked hashing that reduces memory usage (pr#110)
+ Added Korean translation
+ Added Contributors
+ Added genabout.py to convert Contributors into HTML format
+ Added early support for Python 3 (compatible with Python 2.7)
4.1.1 - 4bdcc7a - 2015-05-06
------------------------------
* Various bug fixes and improvements
* Support Unicode paths (#93)
* Improve chroot and config handling
+ Support running Apper software manager
+ Implemented browsing of working directories
+ Support translations, affects only the GUI
4.1.0 - b75e06a - 2015-01-08
------------------------------
* Re-written in Python
* Updated locales handling for newer Ubuntu releases (#68)
* Updated QEMU wrapping code to hanlde newer versions (#59)
* Improved hooks support (#64)
* Fixed some upgrade issues by not diverting /sbin/initctl (#63)
+ Bind-mount /tmp neccessary in some cases (#67)
+ Introduced build system via GNU Make
(http://www.gnu.org/software/make/)
+ Unified code for CLI and GUI without the need for glue
+ Support for Ubuntu releases 12.04+ introduced
- Support for Ubuntu releases prior to 12.04 dropped
- Temporary dropped some extra features
3.2.3 - a75b4f7 - 2013-06-21
------------------------------
* Updated license/copyright year
* Tweaked config file restore function to restore variables according
to the current defaults
* Using compression variable to choose SquashFS image compression
* Expanded exclude.list to exclude more junk
* Fixed QEMU start on Ubuntu 12.04 (#11)
* Fixed regression in deb script (#9)
* Fixed regression in xnest script (#7)
* Fixed detection of newer version of XFCE4 Terminal Emulator
* Fixed vmlinuz.efi not being copied on 12.4.2 or newer (#24)
* Fixed DISTRIB_ID and DISTRIB_RELEASE customization (#25)
* Using workaround for the squashfs-tools compression method issue
* Preventing possible string to integer comparison
- Snapshots feature is no more
3.2.2 - 8555f6c - 2012-01-04
------------------------------
* Updated license year
* Event/Debug messages changes/added
* Linking /proc/mounts to /etc/mtab so that applications relying on it
will work as expected
* Blocking/unblocking /sbin/initctl and /sbin/update-grub is done
outside of chroot as well as the clean-up
* Mounting the ISO image in random sub-directory of MOUNT_DIR
* Always picking-up the most recent Kernel when rebuilding ISO
* Mounting the ISO image as readonly to supress warnings
* Fixed Release Notes URL text box showing strange symbol at the end
+ Lock GUI via /opt/Customizer/gui_lock to prevent multiple instances
+ while chroot the init scripts (/etc/init.d) are blocked (faked with
/bin/true) so upgrading related packages shouldn't be a problem
+ If gfxboot.cfg doesn't exist only splash picture widgets left in
SysLinux form
+ Added support for MATE applications (caja and pluma)
+ Added option to choose locales
+ Showing time and date on scripts execution
3.2.1 - 07195dc - 2012-01-19
------------------------------
* Using public variables in GUI to avoid re-reading of files
* Removed double check for X-sessions and package manager on startup
* Avoided double loading files when getting/replacing regexp
* Terminal emulator is detected instead of using x-terminal-emulator
link for better compatibility
* GUI widgets will be disabled if work directories doesn't exist on
Check.Existense()
* Other minor corrections
+ GUI will print debug messages in terminal for tracking events
+ Appending default values in files if match not found (by GUI)
+ Added Grub2 customization (splash and colors)
+ Added more essential files and directories
- Motd is not rebranded anymore
- Titles are no longer appended to the terminal
- Checking for another running instance of the GUI is removed, due to
unreliable (temporary)
- Text editor is no longer set, detected whenever it is needed
- Editing sources.list from CLI no longer possible
3.2.0 - 8aa140e - 2012-01-09
------------------------------
* QEMU will now handle amd64 machines when emulating the ISO
* GUI gathers variables and changes them without 'SHELL' code
(should be faster)
* Improved file-manager detecting for browsing directories
* Split TimeZone selection in 2-textboxes for easier selection
* Tar now default compression for snapshots
* Syslinux customization preview improved
* GUI code cleanup
+ Existence of configuration file is checked from GUI and created with
defaults if needed
+ Fixing path to /home directory and display entries after exiting the
nested X-session ('Desktop')
+ Browsing essential directories available in menu
+ Editing essential files available in menu
3.1.2 - 545bac9 - 2012-01-05
------------------------------
* Default resolution for Xephyr is 800x600
* Credits, License and About are now separate GUI forms
* Support only aptitude and synaptic for package management from now
* No prompt which package manager should be run (priority is synaptic,
aptitude is next)
* Removed double check for Xorg when executing package manager
+ Added option to append (or not) title to terminal (for compability
with different Terminal emulators)
+ Added option to change MOUNT_DIR from GUI (in settings)
+ Archive enabled only if package manager is installed
+ Skipping mount of pseudo filesystems if already mounted
- Removed the option to delete windows files, obsolete
3.1.1 - d4f2e95 - 2011-12-24
------------------------------
* SysLinux customization fixes
* Force chroot tooltip fixed
* FTweaks border set to fixed
* Messages fixes
+ Skipping initctl and grub-update blocking if chroot is forced,
to prevent major disasters
+ Enabling 'Clean' in GUI, even when important files are missing
+ Added apt-helper enable/disable option
+ Added warning message to chrooted terminal to quit with "exit"
+ Mounting pseudo filesystems when rebuilding (was missing in 3.1.0
due to major changes)
+ Added missing license form icon
3.1.0 - undated
------------------------------
* Organized script for better overview and functionality
* Fixed issue with the package manager script if nothing was entered
* Scripts will execute properly if CLI.sh is called from root user
* Fixed deleting of boot and windows files
* Removed useless cat usage in the function fixing sources.list
* Preserving permissions when creating snapshots
+ Added option to output messages with and without using colors
+ Added force chroot enter option
+ Added check for X-session after executing hook and installing GUI
to enable 'Desktop'
+ Added missing credits to clearkimura in Version()
+ Added copyright in scripts
3.0.7 - 2011-11-27
------------------------------
* Modified initctl fix to work with Oneiric and newer releases
* Fixed copying of initrd.img and vmlinuz on Oneiric and newer
* Fixed chroot lock on internal command error
* Fixed GUI License form text frame
* Fixed Terminal tittle called by 'Desktop'
+ Deactivating grub-update while chrooted into the filesystem
3.0.6 - 2011-11-26
------------------------------
* Improved snapshots scripts preventing possible issues
* Swapped the live user and hostname GUI fields
* Fixed Xnest.sh termination
* Fixed GUI crash when unable to extract ISOs content
* Improved bash scripts portability
* Replaced 'uname -m' with 'dpkg --print-architecture' to get the
proper architecture
* Some QEMU.sh improvements
+ User can choose compression format for the snapshots
+ Killing customizer at GUI exit
+ Added check if filesystem is already locked by another script
+ Implemented long arguments handling into CLI.sh
- Removed obsolete update feature due to changes in the development
3.0.5 - 2011-09-27
------------------------------
* Enhanced DEB package post-installation scripts
* DEB package now depends on gambas packages >2.0 and <2.9
* DEB package now depends on x11-xserver-utils
* /usr/bin/customizer uses sh instead of bash to execute the GUI,
initiates faster
* Fixes applied for WORK_DIR path that contains spaces
* QEMU.sh also initiated as root, needed to chroot to get variables
* QEMU.sh checks for running X-server (Xorg)
* Squashed filesystem no longer created with "-all-root", causes dbus
issues and probably more
* Changing WORK_DIR not possible in the middle of customization
* Dbus should work fine, mounting /var/lib/dbus and /var/run/dbus for
running X applications (sessions, package managers) within chroot
+ Added Software-Center to supported package managers (doesn't work
if Distribution name is changed)
+ DEB package creates menu entry for window managers, such as
Fluxbox, Openbox etc.
3.0.4 - 2011-09-18
------------------------------
* Removed title change in scripts and moved to GUI, solves few issues
* Removed not needed "#!/bin/bash" in some of the chroot-hooks to
prevent spawning unnecessary bash shells
+ Added option to change the work directory from GUI
+ Added check if another instance of the GUI is already running to
prevent double-chrooting and other issues
+ Added missing import of "Functions.sh" in "QEMU.sh" and "Update.sh"
script to report errors properly
+ Added comments in the main configuration file
3.0.3 - 2011-09-17
------------------------------
* Fixed DEB package post-installation script, was messed up in v3.0.2
* Fixed version checking in the update script
* No space allowed in Hostname GUI field
3.0.2 - 2011-09-15
------------------------------
* Fixed copying settings to /etc/skel after closing nested X-session
* Changed version text in GUI (in 3.0.1 was not)
* QEMU VRAM is now 256 by default
3.0.1 - 2011-09-14
------------------------------
* Removed some chmod lines in Use.sh which were left in the rush
* SysLinux splash change fixes (changing Linux Mint syslinux colors
still not possible)
+ Added imagemagick to DEB package dependencies needed for changing
syslinux splash
+ Added forgotten IceWM GUI installation
+ Changing the Linux Mint syslinux splash is possible now
+ /opt/Customizer deleted before installation using DEB packages
3.0.0 - 2011-09-14
------------------------------
* Numerous scripts and GUI fixes/improvements
* Improved Linux Mint support
+ Using global configuration file now (/opt/Customizer/settings.conf)
+ Option to choose which X-session to run
+ Option to choose which package manager to run
- Full user name and Code name dropped from GUI configuration fields,
changing code name isn't recommended at all
- UMR Downloader not available anymore, because downloading as root
isn't recommended
- Zenity isn't used to report errors for TTY compatibility