Skip to content

Commit 3e58d0e

Browse files
committed
changelog: updated for 0.1.0 release
1 parent b3ca94e commit 3e58d0e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## 0.1.0
2+
3+
Initial development release based on Debian stable (Jessie).
4+
5+
#### Notes
6+
7+
- Based off turnkeylinux/bootstrap and turnkeylinux/fab/share.
8+
- Imported files refactored, rewritten and tweaked (see git log).
9+
10+
- APT configurations
11+
12+
- Don't install recommends by default.
13+
- Don't download translation files.
14+
- Explicitly request gzipped indexes, keep compressed on-disk.
15+
- Ensure APT is aggressive about removing packages it added.
16+
- Prevent initscripts from running during install/update.
17+
- Use httpredir.debian.org for fastest geo-location updates.
18+
- Only main repo enabled (contrib, non-free commented out).
19+
20+
- APT clean convenience script: apt-clean [--aggressive]
21+
22+
- Cleans all APT related cached files.
23+
- Supports optional --aggressive option to clean docs, locales,
24+
manpages, info, groff, linda and lintian. Note that copyright
25+
files are *not* deleted.
26+
- Locale to exclude from aggressive clean is determined from
27+
environment variable LANG. If not set, ``en_*`` is assumed.
28+
29+
- Bashrc
30+
31+
- Set PS1 (promptpath) to max 2 levels (readability, usefulness).
32+
- Enable color support when possible.
33+

0 commit comments

Comments
 (0)