aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: ec29cd802414a420cedc6c74d84135d2fd13b6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
The real ChangeLog is the git log. This is just a summary of the
user-visible changes between releases.

New in 0.8.1:
=============

This is a bugfix release.

sbolint:
- When linting tarballs, files with extra dots in the filename (e.g.
  foo.bar.tar.gz) were failing to validate. Fixed.
- Also handle tarballs created by file-roller, which list the directory
  last rather than first. And tarballs created by 'tar cvfz foo.tar.gz
  foo/*', which don't list the directory at all.

New in 0.8.0:
=============

Added this NEWS file :)

Added a new tool: sbodl, which downloads sources and checks md5sums.

sbolint:
- Suggestions only (not an error/warning) to split python builds into
  separate python2- and python3- builds, and to use the python2 command
  rather than plain python (because someday, /usr/bin/python will become
  a symlink to python3, not python2).
- Add a bit of color in the output (red errors, green OK, etc).
- Check TMP= PKG= OUTPUT= assignments.
- Check for outdated (i386, i486) ARCH and flags.
- Check for hidden and empty files/directories.
- Fix off-by-one error in slack-desc line length check.
- Add check for trailing whitespace on slack-desc non-blank lines.

sbopkglint:
- Add tests for /usr/info.
- /etc/ld.so.conf.d is not allowed.
- *-mimetypes.list is now allowed in /usr/share/applications.
- Broken python modules (named UNKNOWN-*) are now detected.

Thanks to bedlam, fourtysixandtwo, Fonix, lockywolf, timsoft, and
probably others for the ideas that led to the new features in 0.8.0.