--- trunk/mage/ChangeLog 2011/07/25 12:17:19 1442 +++ trunk/mage/ChangeLog 2014/01/06 14:36:45 2378 @@ -1,5 +1,721 @@ +2014-01-06 Niels Rogalla + + * [r2377] VERSION: + -version 0.4.103 + * [r2376] usr/lib/mage/depwalker.sh: + -fixed a typo and whitespaces + * [r2374] ChangeLog: + -updated ChangeLog + * [r2373] VERSION: + -version 0.4.102 + * [r2372] usr/lib/mage/mage4.functions.sh: + -fixed a logic issue + * [r2371] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh: + -introduce rerun_pkgfunctions() and let the user re-run + preinstall|postinstall parts of an installed package + * [r2369] ChangeLog: + -updated ChangeLog + * [r2368] VERSION: + -version 0.4.101 + * [r2367] usr/lib/mage/meta-generator.sh: + -split meta data and content data to seperate files into a dir + named PKGMETADIR + * [r2366] usr/lib/mage/meta-generator.sh: + -renamed variable METAFILE to PKGMETAFILE + * [r2365] usr/lib/mage/generate_meta_data.sh, + usr/lib/mage/mage4.functions.sh, + usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh: + -drop obsolete MAGE_TARGETS support + * [r2364] usr/lib/mage/mage4.functions.sh: + sminclude(): honor SILENT=1 + * [r2363] usr/lib/mage/smage2.functions.sh: + sminclude(): honor SILENT=1 + * [r2362] usr/lib/mage/smage2.functions.sh: + -marchdepend(), marchsdepend(), marchsrcdir(): make the used + variable variable + * [r2361] usr/lib/mage/smage2.functions.sh: + -fixed whitespaces + * [r2360] usr/lib/mage/depwalker.sh: + -added --smage switch to support depwalking of smage2 files + * [r2359] usr/lib/mage/depwalker.sh: + -fixed wrong methods in usage() + * [r2358] usr/lib/mage/mage4.sh: + -fixed usage description of install/pretend-build-prerequisites + +2013-12-06 Niels Rogalla + + * [r2296] usr/lib/mage/meta-generator.sh: + -load mage-features + * [r2295] usr/lib/mage/meta-generator.sh: + -fixed race-condition + * [r2294] usr/lib/mage/meta-generator.sh: + -distrotag() -> print_distrotag() + * [r2293] usr/lib/mage/meta-generator.sh: + -enabled inherits and SPLIT_PACKAGE_BASE information + * [r2292] usr/lib/mage/meta-generator.sh: + -fixed PCATEGORIE->PCAT + * [r2291] usr/lib/mage/meta-generator.sh: + -honor distrotag everywhere + * [r2290] usr/lib/mage/meta-generator.sh: + -pull in smage2 functions + * [r2289] usr/lib/mage/meta-generator.sh: + -use smagesource() to honor distrotags + * [r2288] usr/lib/mage/meta-generator.sh: + -some sanity checks + * [r2287] usr/lib/mage/meta-generator.sh[ADD]: + -initial release + +2013-12-02 Niels Rogalla + + * [r2286] usr/lib/mage/depwalker.sh: + -fixed broken pretend/install-build-prerequisites commands + * [r2285] usr/lib/mage/depwalker.sh: + -introduced decho() and replaced all debug messages with this + function + +2013-11-20 Niels Rogalla + + * [r2283] ChangeLog: + -updated ChangeLog + * [r2282] VERSION: + -version 0.4.100 + * [r2281] usr/lib/mage/depwalker.sh: + -provide enhanced debug information + * [r2280] usr/lib/mage/depwalker.sh: + -fixed broken upgrade methods with commit r2195 and r2210 + +2013-10-25 Niels Rogalla + + * [r2278] ChangeLog: + -updated ChangeLog + * [r2277] VERSION: + -version 0.4.99 + * [r2276] usr/lib/mage/depwalker.sh: + -mention that pcat is mandatory + * [r2275] usr/lib/mage/depwalker.sh: + -fixed spelling + * [r2274] usr/lib/mage/depwalker.sh: + -fixed line-wrap + * [r2273] usr/lib/mage/mage.rc.global.in, usr/lib/mage/mage4.sh: + -make the default update method for the package database + selectable + * [r2272] usr/lib/mage/mage4.functions.sh: + -try to resume downloads via checksum like we do in smage2 - + fixme: this will check checksums twice + * [r2271] usr/lib/mage/mage4.functions.sh: + -simplify pkgname/pkgfile usage + * [r2270] usr/lib/mage/mage4.functions.sh: + -fixed whitespaces + * [r2269] usr/lib/mage/depwalker.sh: + -fixed usage + * [r2268] usr/lib/mage/autodepend.sh, + usr/lib/mage/create_desktop_app.sh, + usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh, + usr/lib/mage/mgroupadd, usr/lib/mage/mgroupdel, + usr/lib/mage/mkinfodir, usr/lib/mage/museradd, + usr/lib/mage/muserdel, usr/lib/mage/pkg_all_sources.sh, + usr/lib/mage/search_soname.sh: + -fixed header + +2013-10-16 Niels Rogalla + + * [r2233] usr/lib/mage/mage4.sh: + -download and srcdownload require root privileges + * [r2232] usr/lib/mage/mage4.functions.sh: + -mchecksum(): only print errors while running the file-size check + to not clutter any output + * [r2230] ChangeLog: + -updated ChangeLog + * [r2229] VERSION: + -version 0.4.98 + * [r2228] Makefile: + -fixed header + * [r2227] Makefile: + -removed non-sense DESTDIR definition + * [r2226] Makefile: + -fixed whitespaces + * [r2225] usr/lib/mage/mage4.functions.sh: + -mchecksum(): check for zero file-size, which is not allowed + * [r2224] usr/lib/mage/mage4.functions.sh: + get_highest_magefile(): print debug messages to stderr to not + break the return values + * [r2223] usr/lib/mage/mage4.functions.sh: + -removed which dependency + * [r2222] usr/lib/mage/mage4.sh: + die(): only print debug infos on request and always clean the + xtitles + * [r2221] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh: + -allow debug mode for depwalker + * [r2220] usr/lib/mage/depwalker.sh: + -fixed whitespaces + +2013-10-14 Niels Rogalla + + * [r2210] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh: + -add support for build-prerequisites + * [r2209] usr/lib/mage/smage2.sh: + -add MLIBDIR to default path + +2013-10-10 Niels Rogalla + + * [r2195] usr/lib/mage/depwalker.sh: + -depwalker: do not add loop dependencies to the install list + twice + +2013-09-02 Niels Rogalla + + * [r2176] ChangeLog: + -updated ChangeLog + * [r2175] VERSION: + -version 0.4.97 + +2013-08-17 Niels Rogalla + + * [r2174] usr/lib/mage/museradd: + -fix_usermod_opts(): fixed broken -M handling, go trough *all* + opts + +2013-08-15 Niels Rogalla + + * [r2173] usr/lib/mage/mage.rc.global.in: + -disable icecc by default + * [r2172] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh: + -fix broken icecc feature, icecream -> icecc + +2013-08-14 Niels Rogalla + + * [r2167] usr/lib/mage/mage4.functions.sh: + -added icecc to known mage features + * [r2165] ChangeLog: + -updated ChangeLog + * [r2164] VERSION: + -version 0.4.96 + * [r2163] usr/lib/mage/smage2.functions.sh: + -split_restore_variables(): fixed a logical error SPECIAL_VARS-> + SPECIAL_FUNCTIONS + * [r2161] ChangeLog: + -updated ChangeLog + * [r2160] VERSION: + -version 0.4.95 + * [r2159] etc/mage.rc.example, usr/lib/mage/mage.rc.global.in, + usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh: + -support icecream distributed cc (icecc) + * [r2158] usr/lib/mage/smage2.functions.sh: + -split_packages: honor and protect SPECIAL_FUNCTIONS variable + * [r2157] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh: + -added mqalint support and use a stub function until we provide + lint check tools offically + * [r2156] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh: + -introduce unpack_package() function to unpack single packages + and do unpack of a package while installing phase and not all + packages at once to save space + * [r2155] usr/lib/mage/ldd-fix.sh: + -make use of magequery + +2013-07-15 Niels Rogalla + + * [r2144] ChangeLog: + -updated ChangeLog + * [r2143] VERSION: + -version 0.4.94 + * [r2142] usr/lib/mage/museradd: + -add support for -M/-H of useradd/adduser to suppress homedir + creation. usermod does not support this switch, it must be + ignored + * [r2141] usr/lib/mage/depwalker.sh: + -print invalid apps and do not print errors + * [r2140] usr/lib/mage/smage2.functions.sh: + -remove excessive tabbing and duplicate entries from dependencies + +2013-02-01 Niels Rogalla + + * [r2047] ChangeLog: + -updated ChangeLog + * [r2046] VERSION: + -version 0.4.93 + * [r2045] usr/lib/mage/mage.rc.global.in: + -fixed whitespaces + * [r2044] usr/lib/mage/mage.rc.global.in: + -fixed buildpkg -> pkgbuild in description + * [r2043] usr/lib/mage/smage2.sh: + -honor PKGTYPE=virtual in all split_package cases + * [r2042] usr/lib/mage/smage2.sh: + -improved split_package handling and honor split_info for all + cases + * [r2041] usr/lib/mage/smage2.functions.sh: + -fixed whitespaces + * [r2040] usr/lib/mage/smage2.functions.sh: + -do not save/restore PKGTYPE twice for split_packages + * [r2039] usr/lib/mage/autodepend.sh: + -really honor prefix + +2012-11-19 Niels Rogalla + + * [r1993] ChangeLog: + -updated ChangeLog + * [r1992] VERSION: + -version 0.4.92 + +2012-10-26 Niels Rogalla + + * [r1963] usr/lib/mage/mage4.functions.sh: + -fixed a cmd typo: xarg -> xargs + +2012-10-25 Niels Rogalla + + * [r1962] usr/lib/mage/mage4.functions.sh: + -enhanced protected files counter with bash internal base + functions + * [r1961] usr/lib/mage/mage4.functions.sh: + -print cosmetic + +2012-10-12 Niels Rogalla + + * [r1955] usr/lib/mage/pkg_all_sources.sh: + -fixed whitespaces + * [r1954] usr/lib/mage/autodepend.sh: + -honor usr-move and resolve full soname pathes to improved the + file search in the package database + * [r1953] usr/lib/mage/search_soname.sh: + -improved soname detection + * [r1952] usr/lib/mage/mage4.functions.sh: + -fixed need_busybox_support() function to honor USR-move + * [r1951] usr/lib/mage/mgroupadd, usr/lib/mage/museradd: + -users created by packagemanagement should be system users + +2012-04-11 Niels Rogalla + + * [r1798] ChangeLog: + -updated ChangeLog + * [r1797] VERSION: + version 0.4.91 + * [r1796] usr/lib/mage/smage2.functions.sh: + -marchsrcfile: add $1 to make different variable names possible + * [r1795] usr/lib/mage/smage2.functions.sh: + -show full path to file which gets unpacked + +2012-03-12 Niels Rogalla + + * [r1786] ChangeLog: + -updated ChangeLog + * [r1785] VERSION: + -version 0.4.90 + * [r1784] usr/lib/mage/smage2.sh: + -honor !pkgbuild with split_packages and respect variables set in + split_info too + * [r1783] usr/lib/mage/magequery.sh: + -always export C locale to fix utf-8 issues + * [r1782] usr/lib/mage/ldd-fix.sh: + -honor multiple argvs + * [r1781] usr/lib/mage/mage4.functions.sh: + -added some nice colors for mprintfeatures() + * [r1780] usr/lib/mage/mage4.sh: + -added option 'print-features' + * [r1779] usr/lib/mage/env-rebuild.sh: + -handle XDG dirs right and fix glib gio/schema errors + +2012-02-18 Niels Rogalla + + * [r1764] ChangeLog: + -updated ChangeLog + * [r1763] VERSION: + -version 0.4.89 + * [r1762] usr/lib/mage/mage4.functions.sh: + -fixed a typo + * [r1760] ChangeLog: + -updated ChangeLog + * [r1759] VERSION: + -version 0.4.88 + * [r1758] usr/lib/mage/mage4.functions.sh: + -improved count_protected_files() function to fix several issues + +2012-02-16 Niels Rogalla + + * [r1690] usr/lib/mage/mage4.functions.sh: + -fixed broken mtime handling of symlinks + * [r1689] usr/lib/mage/smage2.functions.sh: + -added march(), marchsrfile(), marchsrcdir(), marchdepend(), + marchsdepend() functions + +2012-02-06 Niels Rogalla + + * [r1687] ChangeLog: + -updated ChangeLog + * [r1686] VERSION: + -version 0.4.87 + * [r1685] usr/lib/mage/mage.rc.global.in: + -let the makefile set the right CHOST and CFLAGS for the current + arch + * [r1684] usr/lib/mage/smage2.functions.sh: + -always honor state set in distribution file, but prefer local + states from smage2 file + * [r1683] etc/mage.rc.example: + -removed description of pkgbuild feature, which is internal only + and should not changed by normal user + * [r1682] etc/mage.rc.example: + -fixed spelling + * [r1681] etc/mage.rc.example: + -removed MAGE_FEATURES comment + * [r1680] usr/lib/mage/smage2.functions.sh: + -do not add --enable-shared for waf configure scripts, which + support --disable-* options only + * [r1679] usr/lib/mage/smage2.functions.sh: + -pretty print, add a new line + * [r1678] Makefile: + -let the makefile set the right CHOST and CFLAGS for the current + arch + * [r1677] usr/lib/mage/mage.rc.global.in: + -fixed spelling + * [r1676] usr/lib/mage/mage.rc.global.in: + -added garr, dfn and global-auto sourceforge mirrors + * [r1675] usr/lib/mage/mage4.functions.sh: + -update_tarball: only exclude distribution from uri if it matches + stable|testing|unstable + +2012-01-14 Niels Rogalla + + * [r1661] ChangeLog: + -updated ChangeLog + * [r1660] VERSION: + -version 0.4.86 + * [r1659] usr/lib/mage/smage2.sh: + -more PCATEGORIE->PCAT fixes for split-packages + * [r1658] usr/lib/mage/mage4.functions.sh: + -verbose mchecksum + +2012-01-13 Niels Rogalla + + * [r1656] ChangeLog: + -updated ChangeLog + * [r1655] VERSION: + -version 0.4.85 + * [r1654] usr/lib/mage/mage4.functions.sh: + -honor mounted or empty $MAGEDIR in syncmage_tarball() + * [r1653] usr/lib/mage/mage4.functions.sh: + -introduce mcheckemptydir() + * [r1652] usr/lib/mage/mage4.functions.sh: + -use mchecksum everywhere + * [r1651] usr/lib/mage/smage2.functions.sh: + -fixed split_package PCATEGORIE -> PCAT issue and always unset + PCATEGORIE + * [r1650] usr/lib/mage/mage4.functions.sh: + -disabled unused choppkgname function + * [r1649] usr/lib/mage/mage.rc.global.in, + usr/lib/mage/mage4.functions.sh, + usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh: + -added mage-feature pkgdistrotag to support DISTROTAG in package + tarballs + * [r1648] usr/lib/mage/mage4.functions.sh, + usr/lib/mage/smage2.functions.sh: + -honor license information + * [r1646] ChangeLog: + -updates ChangeLog + * [r1645] VERSION: + -version 0.4.84 + * [r1644] usr/lib/mage/autodepend.sh, + usr/lib/mage/search_soname.sh: + -added some simple sanity checks + * [r1643] Makefile, usr/lib/mage/autodepend.sh[ADD], + usr/lib/mage/search_soname.sh[ADD]: + -install more scripts (pkg_all_sources, autodepend and + search_soname) + * [r1642] usr/lib/mage/convert_databases.sh, + usr/lib/mage/convert_databases_meta.sh, + usr/lib/mage/convert_databases_smage.sh, + usr/lib/mage/generate_meta_data.sh, + usr/lib/mage/pkg_all_sources.sh: + -honor the PCATEGORIE deprecation and make the scripts work with + the latest changes to smage/mage + * [r1641] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh: + -deprecate PCATEGORIE in favor of PCAT and warn the packages + about it + * [r1640] Makefile, usr/lib/mage/smage2.functions.sh[ADD], + usr/lib/mage/smage2.sh: + -split of smage2-functions into an extra include + * [r1639] usr/lib/mage/smage2.sh: + -fixed spelling + * [r1638] etc/mage.rc.example: + -fixed alphabetical order and added missing static feature + * [r1637] usr/share/doc/mage/template.mage, + usr/share/doc/mage/template.smage2: + -updated templates + * [r1636] usr/lib/mage/smage2.sh: + -pre-fixed all stamps after src_install with post- + * [r1635] usr/lib/mage/smage2.sh: + -fixed wrong feature name srcpkg -> srcpkgbuild + * [r1634] usr/lib/mage/smage2.sh: + -fixed broken mstriplibtoolarchive and never run file on other + mstrip* when nothing was found + * [r1633] usr/lib/mage/smage2.sh: + -minstalldocs(): fixed uncompressed docs installation + * [r1632] usr/lib/mage/smage2.sh: + -fixed broken commit + * [r1631] usr/lib/mage/smage2.sh: + -let mage-features decide to build static libs and always enable + shared libs + * [r1630] usr/lib/mage/smage2.sh: + -always use verbose mode for source downloads + * [r1629] usr/lib/mage/mage.rc.global.in: + -added missing known mage-features and moved stepbystep to the + right place of the alphabetical order + * [r1628] usr/lib/mage/mage4.functions.sh: + -highlight unkown mage-features + * [r1627] usr/lib/mage/mage4.functions.sh: + -added missing known mage-features and moved stepbystep to the + right place of the alphabetical order + * [r1626] usr/lib/mage/mage4.functions.sh: + -mdownload(): append wget_opts, do not overwrite + * [r1625] usr/lib/mage/mage4.functions.sh: + -fixed spelling + +2012-01-10 Niels Rogalla + + * [r1623] ChangeLog: + -updated ChangeLog + * [r1622] VERSION: + -version 0.4.83 + * [r1621] usr/lib/mage/smage2.sh: + -introduce .stamps dir for build time stamps and remove this dir + on new builds if it exists + * [r1620] usr/lib/mage/mage4.functions.sh: + -added --resume support for smage + * [r1619] usr/lib/mage/mage.rc.global.in: + -prefer mesh as sourceforge mirror + +2012-01-09 Niels Rogalla + + * [r1618] usr/lib/mage/smage2.sh: + -fixed a typo + * [r1617] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh: + -added --resume support for smage + * [r1616] usr/lib/mage/smage2.sh: + -export mage.rc LDFLAGS and fixed CXXFLAGS handling, that + CXXFLAGS set in mage.rc are honored + * [r1615] usr/lib/mage/smage2.sh: + -minstalldocs(): fixed compressed docs installation + * [r1614] usr/lib/mage/smage2.sh: + -split_restore_variables(): no verbose clutter while restoring + mage-features + * [r1613] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh: + -support CTARGET crosscompile host settings + * [r1612] usr/lib/mage/mage.rc.global.in: + -added dir.gz to purge targets + * [r1611] etc/mage.rc.example: + -do not tell something about internal features + +2012-01-03 Niels Rogalla + + * [r1609] ChangeLog: + -updated ChangeLog + * [r1608] VERSION: + -version 0.4.82 + * [r1607] etc/mage.rc.example: + -fixed header, clean up and tell something about mage-features + * [r1606] Makefile: + -generate arch specific stuff at build time + * [r1605] usr/lib/mage/mage.rc.global[DEL], + usr/lib/mage/mage.rc.global.in[CPY]: + -renamed mage.rc.global > mage.rc.global.in + * [r1604] usr/lib/mage/smage2.sh: + -allow unpack of jar files + * [r1603] usr/lib/mage/mage4.functions.sh: + -finally be silent when loading initial setup of mage-features + * [r1602] usr/lib/mage/env-rebuild.sh: + -fixed broken " and \' substition + +2012-01-02 Niels Rogalla + + * [r1601] usr/lib/mage/smage2.sh: + - reverted accidently applied mstriplibtool change + * [r1600] usr/lib/mage/smage2.sh: + - do not die if mdownload has not error code 0; some mirrors may + not work and we want try all defined SRC_URIs. mchecksum catches + any download instead + +2011-12-30 Niels Rogalla + + * [r1599] usr/lib/mage/mage4.functions.sh: + -fixed some missing COLDEFAULTS + +2011-12-29 Niels Rogalla + + * [r1597] ChangeLog: + -updated ChangeLog + * [r1596] VERSION: + -version 0.4.81 + * [r1595] usr/lib/mage/smage2.sh: + -respect feature flag !pkgbuild with several build/stripping + functions + * [r1594] usr/lib/mage/smage2.sh: + -never unset PKGTYPE on regen for sake of build check + * [r1593] usr/lib/mage/smage2.sh: + -if PKGTYPE=virtual don't build anything + * [r1592] usr/lib/mage/smage2.sh: + -fixed a typo + * [r1591] usr/lib/mage/smage2.sh: + -more informative messages in default src_* functions + * [r1590] usr/lib/mage/mage4.functions.sh: + -colored mage-feature messages + +2011-12-28 Niels Rogalla + + * [r1589] usr/lib/mage/smage2.sh: + -fixed a race condition with MLIBDIR + * [r1587] ChangeLog: + -updated ChangeLog + * [r1586] VERSION: + -version 0.4.80 + * [r1585] usr/lib/mage/compressdoc: + -included several upstream fixes and prepare for man-db support + * [r1584] usr/lib/mage/mage.rc.global, + usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh, + usr/lib/mage/smage2.sh: + -added MAGE_FEATURE functionality and dropped all old variables + and use it in all refernces + * [r1583] usr/lib/mage/mage.rc.global: + -added PURGE_TARGET defaults + * [r1582] usr/lib/mage/smage2.sh: + -save PKGTYPE variable too when calling split_packages + * [r1581] usr/lib/mage/smage2.sh: + -sanitized variable names in minstalldocs and compress docs only + if requested + * [r1580] usr/lib/mage/smage2.sh: + -added mpurgetargets and mstriplibtoolarchive + * [r1579] usr/lib/mage/smage2.sh: + -fixed spelling + * [r1578] usr/lib/mage/smage2.sh: + -sanitized strip functions;we don't run accidently a full strip + on libs + * [r1577] usr/lib/mage/smage2.sh: + -src_check after src_compile + * [r1576] usr/lib/mage/smage2.sh: + -removed cruft + * [r1575] usr/lib/mage/smage2.sh: + -added src_check facility + * [r1574] usr/lib/mage/smage2.sh: + -removed all sleeps to reduce the delay + * [r1573] usr/lib/mage/smage2.sh: + -fixed spelling + * [r1572] usr/lib/mage/smage2.sh: + -get all global variables from includes + * [r1571] usr/lib/mage/smage2.sh: + -fixed header + * [r1570] usr/lib/mage/env-rebuild.sh: + -sanitized variable names and do not substitude everytime from + new + * [r1569] usr/lib/mage/env-rebuild.sh: + -fixed spelling + * [r1568] usr/lib/mage/env-rebuild.sh: + -use MROOT directly instead of P alias + * [r1567] usr/lib/mage/env-rebuild.sh: + -make SPECIALVARS more readable + * [r1566] usr/lib/mage/env-rebuild.sh: + -removed cruft + * [r1565] usr/lib/mage/env-rebuild.sh: + -fixed header + * [r1564] usr/lib/mage/depwalker.sh: + -fixed speling + * [r1563] usr/lib/mage/depwalker.sh: + -renamed function rumwanders() -> depwalking() and all its + references too + * [r1562] usr/lib/mage/depwalker.sh: + -fixed spelling + * [r1561] usr/lib/mage/depwalker.sh: + -removed old cruft + * [r1560] usr/lib/mage/depwalker.sh: + -get colors and MLIBDIR from includes + * [r1559] usr/lib/mage/depwalker.sh: + -fixed header + +2011-12-27 Niels Rogalla + + * [r1558] usr/lib/mage/mage.rc.global: + -added as-needed LDFLAGS + * [r1557] usr/lib/mage/mage.rc.global: + -moved MAGE_TREE_DEST under default options + * [r1556] usr/lib/mage/mage.rc.global: + -moved all download options near default mirrors + * [r1555] usr/lib/mage/mage.rc.global: + -moved ARCH to arch options and added all extension defaults to + mage.rc.global + * [r1554] usr/lib/mage/mage.rc.global: + -moved distribution settings up + * [r1553] usr/lib/mage/mage.rc.global: + -better descriptions for some options + * [r1552] usr/lib/mage/mage.rc.global: + -fixed header + * [r1551] usr/lib/mage/mage4.sh: + -fixed spelling + * [r1550] usr/lib/mage/mage4.sh: + -dropped local color defines and get them from mage4.functions + * [r1549] usr/lib/mage/mage4.functions.sh: + -introduce mchecksum(), convertmirrors(), mdownload() functions + to consolidate several splitted functions in mage/smage and use + them + * [r1548] usr/lib/mage/mage4.functions.sh: + -fixed spelling and whitespaces + -removed old commented cruft + * [r1547] usr/lib/mage/mage4.functions.sh: + -moved color defines into global mage4.functions.sh include + * [r1546] usr/lib/mage/magequery.sh: + -no hardcoded mage.rc pathes + * [r1545] usr/lib/mage/pkgbuild_dir.sh: + -fixed header + -removed all locallay defined varibales/functions which have + proper includes + -use variable names not arguments + -removed deprecated build_rmtimestamp function + * [r1544] usr/lib/mage/etc-update: + -fixed header + +2011-12-20 Niels Rogalla + + * [r1543] usr/lib/mage/mage.rc.global, usr/lib/mage/smage2.sh: + -configurable strip options for every facility and added support + to strip static libraries too + * [r1542] usr/lib/mage/mage.rc.global: + - spelling + * [r1541] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh: + -check for and require root privileges when needed by mage + * [r1540] usr/lib/mage/magequery.sh: + - fix [ character on regex searches + +2011-08-30 Niels Rogalla + + * [r1509] usr/lib/mage/magequery.sh: + - fix + character on regex searches + * [r1507] usr/lib/mage/magequery.sh: + utf8 fix + * [r1505] ChangeLog: + -updated ChangeLog + * [r1504] VERSION: + -version 0.4.29 + * [r1503] usr/lib/mage/magequery.sh: + -support exact filename searching + * [r1502] usr/lib/mage/mage4.functions.sh: + -fixed svn detection + * [r1501] usr/lib/mage/muserdel: + -support chrooted userdels + * [r1500] usr/lib/mage/museradd: + -support chrooted groupadds + * [r1499] usr/lib/mage/mgroupdel: + -support chrooted groupdels + * [r1498] usr/lib/mage/mgroupadd: + -support chrooted groupadds + 2011-07-25 Niels Rogalla + * [r1444] ChangeLog: + -updated ChangeLog + * [r1443] VERSION: + -version 0.4.28 + * [r1442] ChangeLog[ADD], Makefile: + -added ChangeLog and install it to the docdir + * [r1441] Makefile: + -handle renamed src-doc dir + -install doc data to versionized datadir + * [r1440] usr/share/doc/mage[CPY], usr/share/doc/mage-0.3[DEL]: + -renamed to mage * [r1439] Makefile, VERSION[ADD]: -added global version file and update it via Makefile * [r1438] usr/lib/mage/mage4.functions.sh: