Magellan Linux

Diff of /trunk/mage/ChangeLog

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

revision 1586 by niro, Tue Aug 30 12:22:26 2011 UTC revision 1587 by niro, Wed Dec 28 14:55:55 2011 UTC
# Line 1  Line 1 
1    2011-12-28  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1586] VERSION:
4      -version 0.4.80
5     * [r1585] usr/lib/mage/compressdoc:
6      -included several upstream fixes and prepare for man-db support
7     * [r1584] usr/lib/mage/mage.rc.global,
8      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
9      usr/lib/mage/smage2.sh:
10      -added MAGE_FEATURE functionality and dropped all old variables
11      and use it in all refernces
12     * [r1583] usr/lib/mage/mage.rc.global:
13      -added PURGE_TARGET defaults
14     * [r1582] usr/lib/mage/smage2.sh:
15      -save PKGTYPE variable too when calling split_packages
16     * [r1581] usr/lib/mage/smage2.sh:
17      -sanitized variable names in minstalldocs and compress docs only
18      if requested
19     * [r1580] usr/lib/mage/smage2.sh:
20      -added mpurgetargets and mstriplibtoolarchive
21     * [r1579] usr/lib/mage/smage2.sh:
22      -fixed spelling
23     * [r1578] usr/lib/mage/smage2.sh:
24      -sanitized strip functions;we don't run accidently a full strip
25      on libs
26     * [r1577] usr/lib/mage/smage2.sh:
27      -src_check after src_compile
28     * [r1576] usr/lib/mage/smage2.sh:
29      -removed cruft
30     * [r1575] usr/lib/mage/smage2.sh:
31      -added src_check facility
32     * [r1574] usr/lib/mage/smage2.sh:
33      -removed all sleeps to reduce the delay
34     * [r1573] usr/lib/mage/smage2.sh:
35      -fixed spelling
36     * [r1572] usr/lib/mage/smage2.sh:
37      -get all global variables from includes
38     * [r1571] usr/lib/mage/smage2.sh:
39      -fixed header
40     * [r1570] usr/lib/mage/env-rebuild.sh:
41      -sanitized variable names and do not substitude everytime from
42      new
43     * [r1569] usr/lib/mage/env-rebuild.sh:
44      -fixed spelling
45     * [r1568] usr/lib/mage/env-rebuild.sh:
46      -use MROOT directly instead of P alias
47     * [r1567] usr/lib/mage/env-rebuild.sh:
48      -make SPECIALVARS more readable
49     * [r1566] usr/lib/mage/env-rebuild.sh:
50      -removed cruft
51     * [r1565] usr/lib/mage/env-rebuild.sh:
52      -fixed header
53     * [r1564] usr/lib/mage/depwalker.sh:
54      -fixed speling
55     * [r1563] usr/lib/mage/depwalker.sh:
56      -renamed function rumwanders() -> depwalking() and all its
57      references too
58     * [r1562] usr/lib/mage/depwalker.sh:
59      -fixed spelling
60     * [r1561] usr/lib/mage/depwalker.sh:
61      -removed old cruft
62     * [r1560] usr/lib/mage/depwalker.sh:
63      -get colors and MLIBDIR from includes
64     * [r1559] usr/lib/mage/depwalker.sh:
65      -fixed header
66    
67    2011-12-27  Niels Rogalla <niro@magellan-linux.de>
68    
69     * [r1558] usr/lib/mage/mage.rc.global:
70      -added as-needed LDFLAGS
71     * [r1557] usr/lib/mage/mage.rc.global:
72      -moved MAGE_TREE_DEST under default options
73     * [r1556] usr/lib/mage/mage.rc.global:
74      -moved all download options near default mirrors
75     * [r1555] usr/lib/mage/mage.rc.global:
76      -moved ARCH to arch options and added all extension defaults to
77      mage.rc.global
78     * [r1554] usr/lib/mage/mage.rc.global:
79      -moved distribution settings up
80     * [r1553] usr/lib/mage/mage.rc.global:
81      -better descriptions for some options
82     * [r1552] usr/lib/mage/mage.rc.global:
83      -fixed header
84     * [r1551] usr/lib/mage/mage4.sh:
85      -fixed spelling
86     * [r1550] usr/lib/mage/mage4.sh:
87      -dropped local color defines and get them from mage4.functions
88     * [r1549] usr/lib/mage/mage4.functions.sh:
89      -introduce mchecksum(), convertmirrors(), mdownload() functions
90      to consolidate several splitted functions in mage/smage and use
91      them
92     * [r1548] usr/lib/mage/mage4.functions.sh:
93      -fixed spelling and whitespaces
94      -removed old commented cruft
95     * [r1547] usr/lib/mage/mage4.functions.sh:
96      -moved color defines into global mage4.functions.sh include
97     * [r1546] usr/lib/mage/magequery.sh:
98      -no hardcoded mage.rc pathes
99     * [r1545] usr/lib/mage/pkgbuild_dir.sh:
100      -fixed header
101      -removed all locallay defined varibales/functions which have
102      proper includes
103      -use variable names not arguments
104      -removed deprecated build_rmtimestamp function
105     * [r1544] usr/lib/mage/etc-update:
106      -fixed header
107    
108    2011-12-20  Niels Rogalla <niro@magellan-linux.de>
109    
110     * [r1543] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh:
111      -configurable strip options for every facility and added support
112      to strip static libraries too
113     * [r1542] usr/lib/mage/mage.rc.global:
114      - spelling
115     * [r1541] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
116      -check for and require root privileges when needed by mage
117     * [r1540] usr/lib/mage/magequery.sh:
118      - fix [ character on regex searches
119    
120  2011-08-30  Niels Rogalla <niro@magellan-linux.de>  2011-08-30  Niels Rogalla <niro@magellan-linux.de>
121    
122     * [r1509] usr/lib/mage/magequery.sh:
123      - fix + character on regex searches
124     * [r1507] usr/lib/mage/magequery.sh:
125      utf8 fix
126     * [r1505] ChangeLog:
127      -updated ChangeLog
128   * [r1504] VERSION:   * [r1504] VERSION:
129    -version 0.4.29    -version 0.4.29
130   * [r1503] usr/lib/mage/magequery.sh:   * [r1503] usr/lib/mage/magequery.sh:

Legend:
Removed from v.1586  
changed lines
  Added in v.1587