diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-03-01 11:05:20 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-03-01 11:05:20 +0100 |
commit | 1c0aabf59cfc2f55f20412bb83c772490999e649 (patch) | |
tree | c91386d758f767f67e272614ed2c106b980eeb94 | |
parent | 41b83c0b57de025aaeeaff78b40eda2997722a66 (diff) |
Bumped version to 0.1.3grilo-0.1.3
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +NEW in 0.1.3 +============ + + * Added ranks to plugins + * Added functions to search sources by capabilities + * Added a new metadata key: Bitrate + * Test-UI: some improvements + * Documentation: add gtk-doc for GrlMediaPlugin and GrlMetadataSource + + NEW in 0.1.2 ============ diff --git a/configure.ac b/configure.ac index ee4e4a7..a7583c0 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # Copyright (C) 2010 Igalia S.L.. All rights reserved. m4_define([prj_name], [grilo]) -m4_define([prj_version], [0.1.2]) +m4_define([prj_version], [0.1.3]) AC_INIT([prj_name], [prj_version]) |