Magellan Linux

Annotation of /tags/installer-simple-0_4_91_20160203_1/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2452 - (hide annotations) (download)
Tue Jan 7 15:03:12 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/ChangeLog
File size: 3332 byte(s)
-apply SYSCONFDIR
1 niro 2452 2014-01-06 Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2357] generate-po.sh:
4     -introduce unique_pot() to fix duplicated entries in pot files
5     * [r2356] generate-po.sh:
6     -fixed sorting on update with msgmerge bia --sort-by-files switch
7     * [r2355] generate-po.sh:
8     -use msginit to create initial po files to have valid header
9     information included
10     * [r2354] generate-po.sh:
11     -fixed whitespaces
12     * [r2353] locale/de/installer.po, locale/installer.pot:
13     -updated locale data
14    
15     2014-01-04 Niels Rogalla <niro@magellan-linux.de>
16    
17     * [r2352] locale[ADD], locale/de[ADD], locale/de/installer.po[ADD],
18     locale/installer.pot[ADD]:
19     -initial localization
20     * [r2351] Makefile:
21     -create and install localization
22     * [r2350] generate-po.sh[ADD]:
23     added localization helper
24    
25 niro 2338 2014-01-03 Niels Rogalla <niro@magellan-linux.de>
26 niro 2320
27 niro 2452 * [r2349] Makefile:
28     -fixed a typo
29     * [r2348] Makefile:
30     -fixed a typo
31     * [r2347] Makefile:
32     -fixed a typo
33     * [r2346] functions/common-dialogs.sh[CPY],
34     functions/common.sh[DEL]:
35     -renamed common.sh to common-dialogs.sh
36     * [r2345] bin/installer.sh.in:
37     -removed which dependency
38     * [r2344] bin/installer.sh.in:
39     use hwdetection via hwinfo with run_hardware_detection_disks()
40     function
41     * [r2343] bin/installer.sh.in, conf/installer.conf:
42     -renamed CDPATH variable to CDROOT
43     * [r2342] bin/installer.sh.in, conf/installer.conf:
44     -renamed INSTALLPATH variable to INSTALLROOT
45     * [r2341] bin/installer.sh.in:
46     -fixed whitespaces and variable escaping
47     * [r2340] bin/installer.sh.in:
48     -always declare used variables and check if included one are sane
49     and sort the variables for better readability.
50     * [r2339] bin/installer.sh.in:
51     -ignore the environment, always use C lcoale
52     * [r2338] ChangeLog:
53     -updated ChangeLog
54 niro 2338 * [r2337] functions/common.sh[ADD]:
55     -add some common dialog functions
56     * [r2336] bin/installer.sh.in:
57     -instroduce normal die() function and renamed dialog based die()
58     to dialog_die()
59     * [r2335] Makefile, bin/installer.sh.in, functions/findhdd.sh[DEL],
60     functions/hwdetection.sh[ADD]:
61     -use hwdetection and drop findhdd
62     * [r2334] bin/installer.sh.in:
63     -check if includes exist before sourcing them
64     * [r2333] Makefile, bin/installer.sh.in:
65     -variable LIBDIR
66     * [r2332] Makefile, bin/installer.sh.in, conf[ADD],
67     conf/installer.conf[ADD]:
68     -introduce installer.conf
69     * [r2331] Makefile, systemd[ADD],
70     systemd/installer.service.in[ADD], systemd/mnt-cdrom.mount[ADD]:
71     -include systemd service files
72     * [r2330] Makefile:
73     -fixed whitespaces
74     * [r2329] Makefile:
75     -make all cmds variable
76     * [r2328] Makefile:
77     -fixed line breaks
78     * [r2327] Makefile:
79     -move file creation to make all section
80     * [r2326] Makefile:
81     -removed undefined DESTDIR variable
82     * [r2325] Makefile:
83     -use upper case variables
84     * [r2324] VERSION:
85     -changed to dev version 0.4.90
86     * [r2323] bin/installer.sh.in:
87     -fixed shebang
88     * [r2322] Makefile, bin/installer.sh.in:
89     -fixed dialogbox title, pathes and VCS header
90     * [r2321] bin/alxinstall-ng.sh.in[DEL], bin/installer.sh.in[CPY]:
91     -renamed alxinstall-ng.sh.in to installer.sh.in
92     * [r2320] .[ADD], ChangeLog[ADD], Makefile[ADD], VERSION[ADD],
93     bin[ADD], bin/alxinstall-ng.sh.in[ADD], functions[ADD],
94     functions/findhdd.sh[ADD], make-tarball.sh[ADD]:
95     -import alxinstall-ng-0.3.16
96 niro 2320