Release 0.3.0.


git-svn-id: https://google-glog.googlecode.com/svn/trunk@71 eb4d4688-79bd-11dd-afb4-1d65580434c0
diff --git a/ChangeLog b/ChangeLog
index 2525c0d..8f6190c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-07-30  Google Inc. <opensource@google.com>
+
+	* google-glog: version 0.3.0
+	* Fix a deadlock happened when user uses glog with recent gflags.
+	* Suppress several unnecessary warnings (thanks keir).
+	* NetBSD and OpenBSD support.
+	* Use Win32API GetComputeNameA properly (thanks magila).
+	* Fix user name detection for Windows (thanks ademin).
+	* Fix several minor bugs.
+
 2009-04-10  Google Inc. <opensource@google.com>
 	* google-glog: version 0.2.1
 	* Fix timestamps of VC++ version.
diff --git a/configure b/configure
index 9d15c1a..41b829b 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for glog 0.2.1.
+# Generated by GNU Autoconf 2.61 for glog 0.3.0.
 #
 # Report bugs to <opensource@google.com>.
 #
@@ -728,8 +728,8 @@
 # Identity of this package.
 PACKAGE_NAME='glog'
 PACKAGE_TARNAME='glog'
-PACKAGE_VERSION='0.2.1'
-PACKAGE_STRING='glog 0.2.1'
+PACKAGE_VERSION='0.3.0'
+PACKAGE_STRING='glog 0.3.0'
 PACKAGE_BUGREPORT='opensource@google.com'
 
 ac_unique_file="README"
@@ -1430,7 +1430,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures glog 0.2.1 to adapt to many kinds of systems.
+\`configure' configures glog 0.3.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1500,7 +1500,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of glog 0.2.1:";;
+     short | recursive ) echo "Configuration of glog 0.3.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1609,7 +1609,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-glog configure 0.2.1
+glog configure 0.3.0
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1623,7 +1623,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by glog $as_me 0.2.1, which was
+It was created by glog $as_me 0.3.0, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2316,7 +2316,7 @@
 
 # Define the identity of the package.
  PACKAGE='glog'
- VERSION='0.2.1'
+ VERSION='0.3.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -25181,7 +25181,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by glog $as_me 0.2.1, which was
+This file was extended by glog $as_me 0.3.0, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -25234,7 +25234,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-glog config.status 0.2.1
+glog config.status 0.3.0
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/configure.ac b/configure.ac
index 9435084..75ec5a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 # make sure we're interpreted by some minimal autoconf
 AC_PREREQ(2.57)
 
-AC_INIT(glog, 0.2.1, opensource@google.com)
+AC_INIT(glog, 0.3.0, opensource@google.com)
 # The argument here is just something that should be in the current directory
 # (for sanity checking)
 AC_CONFIG_SRCDIR(README)
diff --git a/packages/deb/changelog b/packages/deb/changelog
index 1328539..0a43a37 100644
--- a/packages/deb/changelog
+++ b/packages/deb/changelog
@@ -1,3 +1,9 @@
+google-glog (0.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Google Inc. <opensource@google.com>  Thu, 30 Jul 2009 21:31:35 +0900
+
 google-glog (0.2.1-1) unstable; urgency=low
 
   * New upstream release.