]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 't/versioning_improvements'
authorAndre Noll <maan@systemlinux.org>
Mon, 1 Jul 2013 19:06:48 +0000 (21:06 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 1 Jul 2013 19:11:22 +0000 (21:11 +0200)
Cooking for ~2 weeks.

15e99a version.c: Mark version_git() as const.
9bdebf Remove CODENAME macro.
be2f6b gui: Use version_single_line().
d60dae Improve man page layout.
5dbc9a afh/play: Include supported audio formats in help output.
042767 Use self-made help to avoid recompilations on version changes.
48f1fc Provide "purpose" texts.
aa74a9 Revamp ggo help.
9f7a49 afh_recv: Replace ggo text section by description.
b59e0e Make gengetopt descriptions work.
06b3e7 Introduce version.c to limit recompilation on version changes.
75feac Make all commands print git version and improve version string.
b01605 Avoid unwanted log messages during startup.
625fdb Don't check return value of command line parsers unnecessarily.
533b03 Build receivers, filters and writers without -h and -V support.
b59a3c filter: Wrap lines in the available filter list.
9e56d3 audioc: Print config file errors.
e5264d doc: Rewrite udp sender description
5ec373 client: Fix typo in comment.
6d5159 client: Remove duplicate include.

1  2 
Makefile.in
NEWS
audioc.c
client.c
compress_filter.c
gui.c
play.c

diff --cc Makefile.in
Simple merge
diff --cc NEWS
index 8a400d6fc19f78efb25f047f5f1a1f5d8ec35953,07481964e2400d42caeb0db78bf3d66bbbe44509..866904e32955d84a72ff8ba5d9e811a99de975fb
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -8,9 -8,7 +8,13 @@@
          by clock_gettime() on systems which support it.
        - Speed and usability improvements for para_gui.
        - para_client now restores the fd flags of stdin and stdout
 -        on shutdown
 +        on shutdown.
++      - Improved manual pages.
++      - Consistent version strings for all executables.
++      - Reduced depencies on generated files result in fewer
++        recompilations on changes.
 +      - Performance improvements for the compress filter.
 +      - Improved downloads web page.
  
  -----------------------------------------
  0.4.12 (2012-12-20) "volatile relativity"
diff --cc audioc.c
Simple merge
diff --cc client.c
Simple merge
Simple merge
diff --cc gui.c
Simple merge
diff --cc play.c
Simple merge