Skip to content

Commit ae16ac8

Browse files
committed
Update ChangeLog.md
fix markdown formatting
1 parent 6204893 commit ae16ac8

File tree

1 file changed

+38
-37
lines changed

1 file changed

+38
-37
lines changed

ChangeLog.md

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,56 @@
11
Changes between versions:
22

33
v0.4.0: (Pushed December 12, 2013)
4-
- Handle cases when the MacPorts prefix is a symlink
5-
- Fix many `shellcheck` warnings
6-
- check to make sure all results are non-empty in port-configuration.sh
7-
- Multiple new scripts:
8-
- macportstrac.sh
9-
- testport_script.sh
10-
- Point\_Cloud\_Library\_1.5.1\_script.sh
11-
- Check linked-against-libraries with `nm` in port-depcheck.sh, to make sure that the port actually uses symbols from the libraries (there are environment variables that can be set to skip this check, read the text of the script for more)
12-
- Check libtool overlinking in port-depcheck.sh
13-
- be more apostrophe-phobic
14-
- compare dependencies of the port's active variants in port-depcheck.sh, instead of the default ones
4+
5+
* Handle cases when the MacPorts prefix is a symlink
6+
* Fix many `shellcheck` warnings
7+
* check to make sure all results are non-empty in port-configuration.sh
8+
* Multiple new scripts:
9+
- macportstrac.sh
10+
- testport_script.sh
11+
- Point\_Cloud\_Library\_1.5.1\_script.sh
12+
* Check linked-against-libraries with `nm` in port-depcheck.sh, to make sure that the port actually uses symbols from the libraries (there are environment variables that can be set to skip this check, read the text of the script for more)
13+
* Check `libtool` overlinking in port-depcheck.sh
14+
* be more apostrophe-phobic
15+
* compare dependencies of the port's active variants in port-depcheck.sh, instead of the default ones
1516

1617
v0.3.0: (Pushed May 15, 2013)
17-
- Now installs documentation
18-
- More statements printed in port-depcheck.sh
19-
- port-depcheck.sh now removes tempfiles
20-
- port-unprovided.sh now writes to a logfile and prints more warning messages
21-
- update printing of environment in Port-Configuration.sh
22-
- Provide description of all scripts in the Readme.md file
18+
* Now installs documentation
19+
* More statements printed in port-depcheck.sh
20+
* port-depcheck.sh now removes tempfiles
21+
* port-unprovided.sh now writes to a logfile and prints more warning messages
22+
* update printing of environment in Port-Configuration.sh
23+
* Provide description of all scripts in the Readme.md file
2324

2425
v0.2.0: (Pushed March 18, 2013)
25-
- Make sure prefix is checked in all scripts
26-
- More commentary in scripts
27-
- update version of MacPorts installed by install_macports.sh
28-
- other various improvements
26+
* Make sure prefix is checked in all scripts
27+
* More commentary in scripts
28+
* update version of MacPorts installed by install_macports.sh
29+
* other various improvements
2930

3031
v0.1.4: (Pushed March 4, 2013)
31-
- Multiple new scripts:
32-
- port-depcheck.sh
33-
- gen\_macports\_patches.sh
34-
- install_macports.sh
35-
- macportsupdate.sh
36-
- port-copy.sh
37-
- port-patch.sh
38-
- avidemux-build.sh
39-
- Improve port-unprovided.sh:
40-
- add `--help` option
41-
- add `-r` option for acting recursively
32+
* Multiple new scripts:
33+
- port-depcheck.sh
34+
- gen\_macports\_patches.sh
35+
- install_macports.sh
36+
- macportsupdate.sh
37+
- port-copy.sh
38+
- port-patch.sh
39+
- avidemux-build.sh
40+
* Improve port-unprovided.sh:
41+
- add `--help` option
42+
- add `-r` option for acting recursively
4243

4344
v0.1.3: (Pushed February 6, 2013) Include registry-fixing perl script from trac
4445

4546
v0.1.2: (Pushed February 1, 2013)
46-
- Add port-configuration.sh script
47-
- Make sure that MacPorts is actually installed in all scripts
48-
- Improve commentary in scripts
47+
* Add port-configuration.sh script
48+
* Make sure that MacPorts is actually installed in all scripts
49+
* Improve commentary in scripts
4950

5051
v0.1.1: (Pushed January 29, 2013)
51-
- Update the portfile
52-
- rename fetchall.sh to port-fetchall.sh
52+
* Update the portfile
53+
* rename fetchall.sh to port-fetchall.sh
5354

5455
v0.1.0: (Pushed January 29, 2013) First tag in my fork
5556

0 commit comments

Comments
 (0)