Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

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

revision 1623 by niro, Tue Jan 10 15:51:08 2012 UTC revision 1764 by niro, Sat Feb 18 13:56:58 2012 UTC
# Line 1  Line 1 
1    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1763] VERSION:
4      -version 0.4.89
5     * [r1762] usr/lib/mage/mage4.functions.sh:
6      -fixed a typo
7     * [r1760] ChangeLog:
8      -updated ChangeLog
9     * [r1759] VERSION:
10      -version 0.4.88
11     * [r1758] usr/lib/mage/mage4.functions.sh:
12      -improved count_protected_files() function to fix several issues
13    
14    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
15    
16     * [r1690] usr/lib/mage/mage4.functions.sh:
17      -fixed broken mtime handling of symlinks
18     * [r1689] usr/lib/mage/smage2.functions.sh:
19      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
20      marchsdepend() functions
21    
22    2012-02-06  Niels Rogalla <niro@magellan-linux.de>
23    
24     * [r1687] ChangeLog:
25      -updated ChangeLog
26     * [r1686] VERSION:
27      -version 0.4.87
28     * [r1685] usr/lib/mage/mage.rc.global.in:
29      -let the makefile set the right CHOST and CFLAGS for the current
30      arch
31     * [r1684] usr/lib/mage/smage2.functions.sh:
32      -always honor state set in distribution file, but prefer local
33      states from smage2 file
34     * [r1683] etc/mage.rc.example:
35      -removed description of pkgbuild feature, which is internal only
36      and should not changed by normal user
37     * [r1682] etc/mage.rc.example:
38      -fixed spelling
39     * [r1681] etc/mage.rc.example:
40      -removed MAGE_FEATURES comment
41     * [r1680] usr/lib/mage/smage2.functions.sh:
42      -do not add --enable-shared for waf configure scripts, which
43      support --disable-* options only
44     * [r1679] usr/lib/mage/smage2.functions.sh:
45      -pretty print, add a new line
46     * [r1678] Makefile:
47      -let the makefile set the right CHOST and CFLAGS for the current
48      arch
49     * [r1677] usr/lib/mage/mage.rc.global.in:
50      -fixed spelling
51     * [r1676] usr/lib/mage/mage.rc.global.in:
52      -added garr, dfn and global-auto sourceforge mirrors
53     * [r1675] usr/lib/mage/mage4.functions.sh:
54      -update_tarball: only exclude distribution from uri if it matches
55      stable|testing|unstable
56    
57    2012-01-14  Niels Rogalla <niro@magellan-linux.de>
58    
59     * [r1661] ChangeLog:
60      -updated ChangeLog
61     * [r1660] VERSION:
62      -version 0.4.86
63     * [r1659] usr/lib/mage/smage2.sh:
64      -more PCATEGORIE->PCAT fixes for split-packages
65     * [r1658] usr/lib/mage/mage4.functions.sh:
66      -verbose mchecksum
67    
68    2012-01-13  Niels Rogalla <niro@magellan-linux.de>
69    
70     * [r1656] ChangeLog:
71      -updated ChangeLog
72     * [r1655] VERSION:
73      -version 0.4.85
74     * [r1654] usr/lib/mage/mage4.functions.sh:
75      -honor mounted or empty $MAGEDIR in syncmage_tarball()
76     * [r1653] usr/lib/mage/mage4.functions.sh:
77      -introduce mcheckemptydir()
78     * [r1652] usr/lib/mage/mage4.functions.sh:
79      -use mchecksum everywhere
80     * [r1651] usr/lib/mage/smage2.functions.sh:
81      -fixed split_package PCATEGORIE -> PCAT issue and always unset
82      PCATEGORIE
83     * [r1650] usr/lib/mage/mage4.functions.sh:
84      -disabled unused choppkgname function
85     * [r1649] usr/lib/mage/mage.rc.global.in,
86      usr/lib/mage/mage4.functions.sh,
87      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
88      -added mage-feature pkgdistrotag to support DISTROTAG in package
89      tarballs
90     * [r1648] usr/lib/mage/mage4.functions.sh,
91      usr/lib/mage/smage2.functions.sh:
92      -honor license information
93     * [r1646] ChangeLog:
94      -updates ChangeLog
95     * [r1645] VERSION:
96      -version 0.4.84
97     * [r1644] usr/lib/mage/autodepend.sh,
98      usr/lib/mage/search_soname.sh:
99      -added some simple sanity checks
100     * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD],
101      usr/lib/mage/search_soname.sh[ADD]:
102      -install more scripts (pkg_all_sources, autodepend and
103      search_soname)
104     * [r1642] usr/lib/mage/convert_databases.sh,
105      usr/lib/mage/convert_databases_meta.sh,
106      usr/lib/mage/convert_databases_smage.sh,
107      usr/lib/mage/generate_meta_data.sh,
108      usr/lib/mage/pkg_all_sources.sh:
109      -honor the PCATEGORIE deprecation and make the scripts work with
110      the latest changes to smage/mage
111     * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
112      -deprecate PCATEGORIE in favor of PCAT and warn the packages
113      about it
114     * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD],
115      usr/lib/mage/smage2.sh:
116      -split of smage2-functions into an extra include
117     * [r1639] usr/lib/mage/smage2.sh:
118      -fixed spelling
119     * [r1638] etc/mage.rc.example:
120      -fixed alphabetical order and added missing static feature
121     * [r1637] usr/share/doc/mage/template.mage,
122      usr/share/doc/mage/template.smage2:
123      -updated templates
124     * [r1636] usr/lib/mage/smage2.sh:
125      -pre-fixed all stamps after src_install with post-
126     * [r1635] usr/lib/mage/smage2.sh:
127      -fixed wrong feature name srcpkg -> srcpkgbuild
128     * [r1634] usr/lib/mage/smage2.sh:
129      -fixed broken mstriplibtoolarchive and never run file on other
130      mstrip* when nothing was found
131     * [r1633] usr/lib/mage/smage2.sh:
132      -minstalldocs(): fixed uncompressed docs installation
133     * [r1632] usr/lib/mage/smage2.sh:
134      -fixed broken commit
135     * [r1631] usr/lib/mage/smage2.sh:
136      -let mage-features decide to build static libs and always enable
137      shared libs
138     * [r1630] usr/lib/mage/smage2.sh:
139      -always use verbose mode for source downloads
140     * [r1629] usr/lib/mage/mage.rc.global.in:
141      -added missing known mage-features and moved stepbystep to the
142      right place of the alphabetical order
143     * [r1628] usr/lib/mage/mage4.functions.sh:
144      -highlight unkown mage-features
145     * [r1627] usr/lib/mage/mage4.functions.sh:
146      -added missing known mage-features and moved stepbystep to the
147      right place of the alphabetical order
148     * [r1626] usr/lib/mage/mage4.functions.sh:
149      -mdownload(): append wget_opts, do not overwrite
150     * [r1625] usr/lib/mage/mage4.functions.sh:
151      -fixed spelling
152    
153  2012-01-10  Niels Rogalla <niro@magellan-linux.de>  2012-01-10  Niels Rogalla <niro@magellan-linux.de>
154    
155     * [r1623] ChangeLog:
156      -updated ChangeLog
157   * [r1622] VERSION:   * [r1622] VERSION:
158    -version 0.4.83    -version 0.4.83
159   * [r1621] usr/lib/mage/smage2.sh:   * [r1621] usr/lib/mage/smage2.sh:

Legend:
Removed from v.1623  
changed lines
  Added in v.1764