Bump version up to 0.13-1. 0.0.13 0.13
authorSalvatore Iovene <salvatore@iovene.com>
Sun, 10 Jan 2010 14:23:19 +0000 (16:23 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Sun, 10 Jan 2010 14:23:19 +0000 (16:23 +0200)
configure.ac
debian/changelog
debian/control

index 8b48613..93398b8 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(tweakr, 0.0.12)
+AC_INIT(tweakr, 0.0.13)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
@@ -48,8 +48,6 @@ PKG_CHECK_MODULES(HILDON_DESKTOP, libhildondesktop-1)
 AC_SUBST(HILDON_DESKTOP_LIBS)
 AC_SUBST(HILDON_DESKTOP_CFLAGS)
 
-CFLAGS="-g -O0 -Wall -Werror"
-
 AC_ARG_ENABLE(cast-checks,  [  --disable-cast-checks   compile with GLIB cast checks disabled],[cchecks=${enableval}],cchecks=yes)
 if test "x$cchecks" = "xno"; then
     CFLAGS="$CFLAGS -DG_DISABLE_CAST_CHECKS"
index 30afce5..3194424 100644 (file)
@@ -1,3 +1,12 @@
+tweakr (0.0.13-1) UNRELEASED; urgency=low
+
+  * Better label: Edit desktop bookmarks.
+  * Only edit desktop bookmarks that are on some view.
+  * Add the content of po/Makefile.in.in.
+  * Hide the real Profile button, and assume its name and icon.
+
+ -- Salvatore Iovene <salvatore@iovene.com>  Sun, 10 Jan 2010 16:22:20 +0200
+
 tweakr (0.0.12-3) UNRELEASED; urgency=low
 
   * Remove dh_maemolauncher.
index 4cffb7e..f204961 100644 (file)
@@ -6,7 +6,7 @@ Standards-Version: 3.6.0
 
 Package: tweakr
 Architecture: any
-Section: libs
+Section: user/system
 Depends: ${shlibs:Depends}
 Description: Control panel applet for tweaking various settings
  An applet that tweaks various settings otherwise hardly accessible.