aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2012-10-29Mention backward-incompatible changes to -x and -l in NEWSPetr Machata
2012-10-28Fix typo in NEWSPetr Machata
2012-10-27Tolerate idiosyncrasies of pre-0.7 ltrace.confPetr Machata
- "void main(void);" accepted without warning to mean "void main();" - "itn" accepted without warning to mean "int" - "void main(void, xxx);" accepted with warning to mean "void main(hide(int), xxx);". This gets warning, because shipped ltrace.conf never contained this idiom. Update NEWS with explanation of the above.
2012-10-26Update copyright information and license headersPetr Machata
2012-10-25Mention new documentation in NEWSPetr Machata
2012-10-25Formatting in NEWSPetr Machata
2012-10-25Fix versions in NEWSPetr Machata
2012-10-24Add a NEWS entry for PIE supportPetr Machata
2012-10-23Changes in NEWSPetr Machata
Add more detail to some points. Shuffle entries around.
2012-10-19Add NEWS filePetr Machata
This should be used for tracking user-visible changes. I retroactively filled in entries from 0.6 on (inclusive).