Makefile.am | 7 ------- configure.ac | 2 +- doc/README.html.in | 4 ++++ 3 files changed, 5 insertions(+), 8 deletions(-)
New commits: commit 85e09f48a9384a30a526b3498921e5516ba4d5d4 Author: Arun Raghavan <arun.ragha...@collabora.co.uk> Date: Fri Mar 8 13:25:44 2013 +0530 build-sys: Drop ChangeLog generation from git The changelog generation script is not maintained, not installed on most devs' systems, and the from-git changelog is mostly not useful. diff --git a/Makefile.am b/Makefile.am index 2aeb1ce..79eb53a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,10 +51,3 @@ fedora-snapshot: dist .PHONY: homepage ACLOCAL_AMFLAGS = -I m4 - -dist-hook: - if test -d .git ; then \ - git pull ; \ - chmod u+w ${distdir}/ChangeLog || true ; \ - git-changelog.perl > ${distdir}/ChangeLog ; \ - fi commit 52e41d27ab18e80256bc53f7cf2017d3242eba1f Author: Arun Raghavan <arun.ragha...@collabora.co.uk> Date: Fri Mar 8 13:19:41 2013 +0530 build-sys: Prepare for a 2.0 release diff --git a/configure.ac b/configure.ac index 8ba85a3..25cf493 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with pavucontrol. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.62) -AC_INIT([pavucontrol],[1.0],[mzcnihpbageby (at) 0pointer (dot) de]) +AC_INIT([pavucontrol],[2.0],[mzcnihpbageby (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/pavucontrol.cc]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/README.html.in b/doc/README.html.in index 91950ad..c0a3911 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -38,6 +38,10 @@ General Public License for more details.</p> <h2><a name="news">News</a></h2> +<div class="news-date">Fri Mar 8 +2013: </div> <p class="news-text"><a href="@package_...@pavucontrol-2.0.tar.xz">Version +2.0</a> released.</p> + <div class="news-date">Tue Sep 27 2011: </div> <p class="news-text"><a href="@package_...@pavucontrol-1.0.tar.xz">Version 1.0</a> released.</p> _______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits