Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=d7833134490b5175d1885c76fe90b4835ef27b88

commit d7833134490b5175d1885c76fe90b4835ef27b88
Author: Priyank <priy...@frugalware.org>
Date:   Sun Mar 8 21:04:31 2009 +0530

updates for 1.2.0 (Eris)

diff --git a/NEWS b/NEWS
index 0fc62fe..3624e87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
VERSION                                 DESCRIPTION
---------------------------------------------------------------------------------------------------------
+1.2.0 Eris (2009-03-08)                        - Added a brand new Preferences 
dialog that can be used to configure various pacman-g2 options
+                                       - BUGFIX: Clicking the synchronize 
button synced only the active repo instead of all repos.
+                                       - BUGFIX (#3641): Fixed a bug where 
some strings were not translated in the glade file
+                                       - BUGFIX (#3657): GFpm doesn't hide the 
progress dialog after an operation is finished.
+                                       - FEATURE (#2877): GFpm now shows 
Compressed and Uncompressed size in package info.
+                                       - Cancelling an on-going package 
download operation is now supported (finally ;))
+                                       - IconCache monitor is now disabled by 
default. [reason: buggy]
+                                       - Minor UI enhancements
+                                       - New Translaton : Vietnamese (Thanks 
to Clytie Siddall)
1.1.1                                   - BUGFIX: Fixed a major bug where Gfpm 
repository manager failed to save [options] part
of the configuration file resulting in an inconsistent configuration
BUGFIX: In repository manager, while parsing the repositories from the conf 
file, skip
diff --git a/configure.ac b/configure.ac
index 7a53234..3af613b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
ENV_CFLAGS=$CFLAGS

AC_PREREQ(2.59)
-AC_INIT([Gfpm], 1.1.1, [priyan...@gmail.com], gfpm)
-AC_DEFINE_UNQUOTED([GFPM_RELEASE_NAME], ["Callisto"], [Release codenames])
+AC_INIT([Gfpm], 1.2.0, [priyan...@gmail.com], gfpm)
+AC_DEFINE_UNQUOTED([GFPM_RELEASE_NAME], ["Eris"], [Release codenames])
AC_CONFIG_SRCDIR([src/gfpm.c])
AC_LANG(C)
AM_CONFIG_HEADER(config.h)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to