1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/dbs/trunk/ChangeLog

Revision 3786, 3.2 KB (checked in by belka-ew, 28 hours ago)

PAM and Berkeley DB splitted in two packages

Line 
12012-05-22 Eugene Wissner <belka.ew@gmail.com>
2        * Fixed track ticket #68
3        * dl-base: typo in createdir() ("removedir" instead of "createdir" in the error
4        message)
5
62012-05-20 Eugene Wissner <belka.ew@gmail.com>
7        * Removed old ChangeLog_dlg_*, keep only dbs ChangeLog in the tree
8
92012-05-19 Eugene Wissner <belka.ew@gmail.com>
10        * lib/dl-build: Fixed track ticket #77
11        * lib/dl-build: Change in applypatch() file search path from
12        $DLG_PKGPATH/$NAME/$filename to $DLG_PKGPATH/$filename
13        * lib/dl-build: configargs(): Removed the dot from the end of
14        --localstatedir
15
162010-10-27 Tiago "Salvador" Souza <ts.salvador@gmail.com>
17        * lib/dl-build: Fixed track tickets #72 and #73. Now dbs should be able to find
18        the desc files and doinst.sh files on their proper location.
19
20
212010-10-04 Tiago "Salvador" Souza <ts.salvador@gmail.com>
22        * lib/dl-base: Removed the entry on the preparescratchspace() function
23        that made it always clear up the source repository whenever it was ran.
24        Track ticket #71.
25
262010-09-26 Sasa Ostrouska <saxa@droplinegnome.org>
27
28        * etc/compile-order-2.32: Added the file which is the copied
29        compile-order-2.30 file.
30
312010-09-25 Sasa Ostrouska <saxa@droplinegnome.org>
32
33        * bin/showdeps.py: Fixed the usage line, to explain more on how to use the
34        showdeps.py script.
35
362010-01-27 Georgi "ShadowX" Kolev <shadowx@escom.bg>
37        * Few minior bugs and typos fixed.
38
392009-12-19 Georgi "ShadowX" Kolev <shadowx@escom.bg>
40        * Change in bin/showdep.py so it display version of deps.
41        * Added bin/genchangelog.py
42        - New changelog format:
43            [date name mail]
44                Changes
45        Date format: YYYY-MM-DD
46
47        * Sync with dbs changes
48        - Added lzma support.
49        - Added PKG_SANIFYNOTOUCH variable to avoid sanifysource from
50        touching all files on a package as that can break some builds (like vala)
51        - Added a check to see if the current system supports the
52        new slackware packages.
53
54        * Added 'create' option to dbs.sh
55        - runs bin/new-build-script.sh
56
57        * Fixed download_all()
58
59        * Fixed issue with download_src() while url contains $DLG_SFMIRROR
60
61        * Added resume support to build_all() function :)
62
63        * Fixed error with showdeps.py :) my bad
64
65        * Fixed function download_src
66
67        * Added order check if configure fails.
68        - If configure fails , we'll spawn bin/showdeps.py
69        so we can get the build deps for the package from gnome.org
70        /We are getting gnome version from etc/dropline-version /
71
72        * Directory structure changes
73        - New directories: bin/ lib/ etc/ IndexFiles/
74        - Removed directory SOURCES/ (content moved to scripts/)
75        - Directory SCRIPTS/ is now scripts/
76        - Directory META/ is now meta/
77
78        * SOURCES/ directory was depressed. All addiction files needed to build
79        a package will now be located in scripts/*/$package_name
80
81        * Fixed pathways for the new directory structure.
82
83        * config and compile-order file moved to etc/
84
85        * dropline-header moved to lib/
86
87        * dropline-function.sh moved to lib/ and split into 4 files:
88        - dl-base
89        - dl-download
90        - dl-build
91        - dl-install
92
93        * Index files [DroplineFiles$VERSION & Dropline64Files$VERSION]
94        Moved to IndexFiles/
95
96        * Added dialog based menu [beta testing]
97        Supports:
98        - configuration edit
99        - build/install package(s)
100        - download source(s)
101        Located in:
102        - lib/dl-config.ui
103        - lib/dl-menu.ui
104        - lib/dl-main.ui
105
106        * Fixed few minior bugs
107
108
109
110# vim: ts=4 sw=4
Note: See TracBrowser for help on using the browser.