Magellan Linux

Diff of /tags/mage-0_4_104/ChangeLog

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

revision 1597 by niro, Thu Dec 29 15:25:13 2011 UTC revision 1656 by niro, Fri Jan 13 23:22:10 2012 UTC
# Line 1  Line 1 
1    2012-01-13  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1655] VERSION:
4      -version 0.4.85
5     * [r1654] usr/lib/mage/mage4.functions.sh:
6      -honor mounted or empty $MAGEDIR in syncmage_tarball()
7     * [r1653] usr/lib/mage/mage4.functions.sh:
8      -introduce mcheckemptydir()
9     * [r1652] usr/lib/mage/mage4.functions.sh:
10      -use mchecksum everywhere
11     * [r1651] usr/lib/mage/smage2.functions.sh:
12      -fixed split_package PCATEGORIE -> PCAT issue and always unset
13      PCATEGORIE
14     * [r1650] usr/lib/mage/mage4.functions.sh:
15      -disabled unused choppkgname function
16     * [r1649] usr/lib/mage/mage.rc.global.in,
17      usr/lib/mage/mage4.functions.sh,
18      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
19      -added mage-feature pkgdistrotag to support DISTROTAG in package
20      tarballs
21     * [r1648] usr/lib/mage/mage4.functions.sh,
22      usr/lib/mage/smage2.functions.sh:
23      -honor license information
24     * [r1646] ChangeLog:
25      -updates ChangeLog
26     * [r1645] VERSION:
27      -version 0.4.84
28     * [r1644] usr/lib/mage/autodepend.sh,
29      usr/lib/mage/search_soname.sh:
30      -added some simple sanity checks
31     * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD],
32      usr/lib/mage/search_soname.sh[ADD]:
33      -install more scripts (pkg_all_sources, autodepend and
34      search_soname)
35     * [r1642] usr/lib/mage/convert_databases.sh,
36      usr/lib/mage/convert_databases_meta.sh,
37      usr/lib/mage/convert_databases_smage.sh,
38      usr/lib/mage/generate_meta_data.sh,
39      usr/lib/mage/pkg_all_sources.sh:
40      -honor the PCATEGORIE deprecation and make the scripts work with
41      the latest changes to smage/mage
42     * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
43      -deprecate PCATEGORIE in favor of PCAT and warn the packages
44      about it
45     * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD],
46      usr/lib/mage/smage2.sh:
47      -split of smage2-functions into an extra include
48     * [r1639] usr/lib/mage/smage2.sh:
49      -fixed spelling
50     * [r1638] etc/mage.rc.example:
51      -fixed alphabetical order and added missing static feature
52     * [r1637] usr/share/doc/mage/template.mage,
53      usr/share/doc/mage/template.smage2:
54      -updated templates
55     * [r1636] usr/lib/mage/smage2.sh:
56      -pre-fixed all stamps after src_install with post-
57     * [r1635] usr/lib/mage/smage2.sh:
58      -fixed wrong feature name srcpkg -> srcpkgbuild
59     * [r1634] usr/lib/mage/smage2.sh:
60      -fixed broken mstriplibtoolarchive and never run file on other
61      mstrip* when nothing was found
62     * [r1633] usr/lib/mage/smage2.sh:
63      -minstalldocs(): fixed uncompressed docs installation
64     * [r1632] usr/lib/mage/smage2.sh:
65      -fixed broken commit
66     * [r1631] usr/lib/mage/smage2.sh:
67      -let mage-features decide to build static libs and always enable
68      shared libs
69     * [r1630] usr/lib/mage/smage2.sh:
70      -always use verbose mode for source downloads
71     * [r1629] usr/lib/mage/mage.rc.global.in:
72      -added missing known mage-features and moved stepbystep to the
73      right place of the alphabetical order
74     * [r1628] usr/lib/mage/mage4.functions.sh:
75      -highlight unkown mage-features
76     * [r1627] usr/lib/mage/mage4.functions.sh:
77      -added missing known mage-features and moved stepbystep to the
78      right place of the alphabetical order
79     * [r1626] usr/lib/mage/mage4.functions.sh:
80      -mdownload(): append wget_opts, do not overwrite
81     * [r1625] usr/lib/mage/mage4.functions.sh:
82      -fixed spelling
83    
84    2012-01-10  Niels Rogalla <niro@magellan-linux.de>
85    
86     * [r1623] ChangeLog:
87      -updated ChangeLog
88     * [r1622] VERSION:
89      -version 0.4.83
90     * [r1621] usr/lib/mage/smage2.sh:
91      -introduce .stamps dir for build time stamps and remove this dir
92      on new builds if it exists
93     * [r1620] usr/lib/mage/mage4.functions.sh:
94      -added --resume support for smage
95     * [r1619] usr/lib/mage/mage.rc.global.in:
96      -prefer mesh as sourceforge mirror
97    
98    2012-01-09  Niels Rogalla <niro@magellan-linux.de>
99    
100     * [r1618] usr/lib/mage/smage2.sh:
101      -fixed a typo
102     * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
103      -added --resume support for smage
104     * [r1616] usr/lib/mage/smage2.sh:
105      -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that
106      CXXFLAGS set in mage.rc are honored
107     * [r1615] usr/lib/mage/smage2.sh:
108      -minstalldocs(): fixed compressed docs installation
109     * [r1614] usr/lib/mage/smage2.sh:
110      -split_restore_variables(): no verbose clutter while restoring
111      mage-features
112     * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
113      -support CTARGET crosscompile host settings
114     * [r1612] usr/lib/mage/mage.rc.global.in:
115      -added dir.gz to purge targets
116     * [r1611] etc/mage.rc.example:
117      -do not tell something about internal features
118    
119    2012-01-03  Niels Rogalla <niro@magellan-linux.de>
120    
121     * [r1609] ChangeLog:
122      -updated ChangeLog
123     * [r1608] VERSION:
124      -version 0.4.82
125     * [r1607] etc/mage.rc.example:
126      -fixed header, clean up and tell something about mage-features
127     * [r1606] Makefile:
128      -generate arch specific stuff at build time
129     * [r1605] usr/lib/mage/mage.rc.global[DEL],
130      usr/lib/mage/mage.rc.global.in[CPY]:
131      -renamed mage.rc.global > mage.rc.global.in
132     * [r1604] usr/lib/mage/smage2.sh:
133      -allow unpack of jar files
134     * [r1603] usr/lib/mage/mage4.functions.sh:
135      -finally be silent when loading initial setup of mage-features
136     * [r1602] usr/lib/mage/env-rebuild.sh:
137      -fixed broken " and \' substition
138    
139    2012-01-02  Niels Rogalla <niro@magellan-linux.de>
140    
141     * [r1601] usr/lib/mage/smage2.sh:
142      - reverted accidently applied mstriplibtool change
143     * [r1600] usr/lib/mage/smage2.sh:
144      - do not die if mdownload has not error code 0; some mirrors may
145      not work and we want try all defined SRC_URIs. mchecksum catches
146      any download instead
147    
148    2011-12-30  Niels Rogalla <niro@magellan-linux.de>
149    
150     * [r1599] usr/lib/mage/mage4.functions.sh:
151      -fixed some missing COLDEFAULTS
152    
153  2011-12-29  Niels Rogalla <niro@magellan-linux.de>  2011-12-29  Niels Rogalla <niro@magellan-linux.de>
154    
155     * [r1597] ChangeLog:
156      -updated ChangeLog
157   * [r1596] VERSION:   * [r1596] VERSION:
158    -version 0.4.81    -version 0.4.81
159   * [r1595] usr/lib/mage/smage2.sh:   * [r1595] usr/lib/mage/smage2.sh:

Legend:
Removed from v.1597  
changed lines
  Added in v.1656