Magellan Linux

Diff of /tags/installer-simple-0_4_91_20160613_2/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2458 by niro, Tue Jan 7 15:12:41 2014 UTC revision 2651 by niro, Wed Jul 2 14:39:26 2014 UTC
# Line 1  Line 1 
1    2014-07-02  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2650] conf/installer.conf.in:
4      -fixed a nasty typo
5     * [r2648] ChangeLog:
6      -updated ChangeLog
7     * [r2647] Makefile:
8      -fixed broken IMAGEROOT and INSTALLROOT variables sed lines
9     * [r2645] ChangeLog:
10      -updated ChangeLog
11     * [r2644] functions/dracut.sh:
12      -run kernel post/pre install silent
13    
14    2014-04-02  Niels Rogalla <niro@magellan-linux.de>
15    
16     * [r2643] ChangeLog:
17      -updated ChangeLog
18     * [r2642] bin/installer.sh.in:
19      -use new DEFAULT_IMAGEROOT/IMAGEROOT variable
20     * [r2641] Makefile, systemd/installer.service.in,
21      systemd/mnt-cdrom.mount[DEL]:
22      -dropped mnt-cdrom.mount and using dracuts /run/initramfs/live
23      iso mount path
24     * [r2640] Makefile:
25      -rename DEFAULT_CDROOT variable in favor of configurable
26      DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too
27      and generate installer.conf
28     * [r2639] conf/installer.conf.in:
29      -rename DEFAULT_CDROOT variable in favor of configurable
30      DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too
31     * [r2638] conf/installer.conf[DEL], conf/installer.conf.in[CPY]:
32      -installer.conf renamed to installer.conf.in
33    
34    2014-01-08  Niels Rogalla <niro@magellan-linux.de>
35    
36     * [r2517] locale/de/installer.po, locale/installer.pot:
37      -updated locales
38     * [r2516] functions/installer-dialogs.sh:
39      -fixed OK_LABEL of dialog_install_successful()
40     * [r2515] locale/de/installer.po:
41      -fixed locale
42     * [r2513] ChangeLog:
43      -updated ChangeLog
44     * [r2512] locale/de/installer.po:
45      -updated locales
46     * [r2511] systemd/installer.service.in:
47      -conflict with getty service
48     * [r2509] ChangeLog:
49      -updated ChangeLog
50     * [r2508] Makefile, systemd/installer.service.in:
51      -make installer.service locale configurable
52     * [r2507] systemd/installer.service.in:
53      -fixed broken dependencies
54     * [r2506] systemd/installer.service.in:
55      -revert last commit
56     * [r2505] systemd/installer.service.in:
57      -fixed broken dependencies
58     * [r2504] Makefile:
59      -install installer.service
60     * [r2502] ChangeLog:
61      -updated ChangeLog
62     * [r2501] locale/de/installer.po, locale/installer.pot:
63      -updated locales
64     * [r2500] bin/installer.sh.in:
65      -simplify intel quirk
66     * [r2499] bin/installer.sh.in:
67      -fixed whitespaces
68     * [r2498] functions/installer-dialogs.sh:
69      -fixed dialog_setup_hdd_info(): drivenode broken
70     * [r2497] Makefile:
71      -remove installer.pot.dump and .pot.fixed at clean target
72     * [r2496] generate-po.sh:
73      - --unique switch of msguniq seems to be broken - it merge every
74      line which has the same beginning and does not compare the whole
75      line
76     * [r2495] generate-po.sh:
77      -keep original dump pot and fixed pot to make debugging easier
78     * [r2493] bin/installer.sh.in, functions/hwdetection.sh:
79      -fix locale handling: do not export LC_MESSAGES globally, use
80      LC_ALL=C on all commands which interprets the output
81     * [r2492] functions/hwdetection.sh:
82      -if requested use sudo on all commands which require root
83      privileges
84     * [r2491] bin/installer.sh.in, functions/hwdetection.sh:
85      -refactor hdd_size_below_256mb() as device_minimum_size()
86     * [r2490] functions/hwdetection.sh:
87      -drop create_initrd() function
88     * [r2489] bin/installer.sh.in:
89      -mount sanity check
90     * [r2488] bin/installer.sh.in, functions/common-dialogs.sh,
91      functions/dracut.sh, functions/hwdetection.sh:
92      -revert last commit
93     * [r2487] bin/installer.sh.in, functions/common-dialogs.sh,
94      functions/dracut.sh, functions/hwdetection.sh:
95      -mount sanity check
96     * [r2486] bin/installer.sh.in:
97      -only install /boot if not exist
98     * [r2485] bin/installer.sh.in:
99      -renamed install_mount_rootfs() -> mount_rootfs() and
100      install_umount_rootfs() -> mount_rootfs()
101     * [r2484] bin/installer.sh.in:
102      -more sorting
103     * [r2483] bin/installer.sh.in:
104      -fixed whitespaces
105     * [r2482] bin/installer.sh.in:
106      -sorted functions
107     * [r2481] bin/installer.sh.in:
108      -renamed dialog_hardware_detection() -> task_hardware_detection()
109     * [r2480] bin/installer.sh.in:
110      -dropped deprecated bootloader and initrd functions
111     * [r2479] bin/installer.sh.in:
112      -renamed dialog_setup_hdd_partitions_auto() to
113      task_setup_hdd_partitions_auto()
114     * [r2478] bin/installer.sh.in:
115      -renamed dialog_setup_hdd_partitions_manual() to
116      task_setup_hdd_partitions_manual()
117     * [r2477] bin/installer.sh.in, functions/installer-dialogs.sh:
118      -split dialog_main() into task_main() and the dialog itself to
119      dialog_main(), which moved to installer-dialogs.sh
120     * [r2476] bin/installer.sh.in, functions/hwdetection.sh:
121      -moved hdd_size_below_256mb() to hwdetection.sh
122     * [r2475] bin/installer.sh.in, functions/installer-dialogs.sh:
123      -split dialog_setup_system_menu() into task_setup_system_menu()
124      and the dialog itself to dialog_setup_system_menu(), which moved
125      to installer-dialogs.sh
126     * [r2474] bin/installer.sh.in, functions/installer-dialogs.sh:
127      -moved dialog_setup_hdd_info() dialog_setup_hdd_info_auto() to
128      installer-dialog.sh
129     * [r2473] bin/installer.sh.in:
130      -choose better variable names
131     * [r2472] bin/installer.sh.in:
132      -honor locales
133    
134  2014-01-07  Niels Rogalla <niro@magellan-linux.de>  2014-01-07  Niels Rogalla <niro@magellan-linux.de>
135    
136     * [r2471] bin/installer.sh.in:
137      -fixed whitespaces
138     * [r2470] bin/installer.sh.in:
139      -fixed dialog_hardware_detection()
140     * [r2469] bin/installer.sh.in:
141      -fixed dialog_setup_hdd_info()
142     * [r2468] bin/installer.sh.in:
143      -CANCEL_LABEL=Exit for dialog_main
144     * [r2467] bin/installer.sh.in:
145      -dialog_hardware_detection() size
146     * [r2466] functions/hwdetection.sh:
147      -added iface_has_link() function (from dracut)
148     * [r2465] Makefile:
149      -always create installer.sh and installer.service
150     * [r2462] make-tarball.sh:
151      -fixed repo uri
152     * [r2460] bin/installer.sh.in, functions/installer-dialogs.sh:
153      -fixed spelling
154     * [r2459] locale/de/installer.po, locale/installer.pot:
155      -updates locales
156     * [r2458] ChangeLog:
157      -updated ChangeLog
158   * [r2457] functions/common-dialogs.sh:   * [r2457] functions/common-dialogs.sh:
159    -revert the last commit    -revert the last commit
160   * [r2456] Makefile:   * [r2456] Makefile:

Legend:
Removed from v.2458  
changed lines
  Added in v.2651