File gitg.changes of Package gitg
-------------------------------------------------------------------
Thu Jan 5 11:31:29 UTC 2012 - vuntz@opensuse.org
- Pass --disable-maintainer-mode to configure instead of changing
CFLAGS to fix the build.
-------------------------------------------------------------------
Thu Dec 1 23:54:30 UTC 2011 - dimstar@opensuse.org
- Inject -Wno-error=deprecated-declarations into CFLAGS, in order
to allow building despite the deprecated functions being used.
-------------------------------------------------------------------
Wed Oct 5 13:27:56 UTC 2011 - vuntz@opensuse.org
- Build and package the glade catalog (bnc#689575):
+ Add pkgconfig(gladeui-2.0) BuildRequires.
+ Pass --enable-glade-catalog to configure.
+ Create glade-catalog-gitg subpackage.
-------------------------------------------------------------------
Fri Sep 2 08:32:32 UTC 2011 - vuntz@opensuse.org
- Update to version 0.2.5:
+ Features:
- Allow redirection of stderr to stdout in shell/runner/io
- Added debugging of runner commands
- Better argument parsing (pass first argument to git log)
- Run commit-msg hook when commiting
- Improved format patch name mimicking git
- Added pre-commit and post-commit hook execution
- Use a checkbutton to switch the blame mode
- Change the single line (un)stage to use a pixbuf renderer
+ Bug fixes:
- Fix segvs in arguments and environment parsing in GitgCommand
- Set working directory, GIT_DIR and GIT_INDEX_FILE when
running hooks
- Fixed arguments passed to log for first arg
- gitg.desktop.in.in: Remove deprecated Encoding key from
.desktop file
- Fix parsing changed file lines with spaces in filename
- Improved autogen.sh
- Do not alter selection when commiting through icons
- Code cleanup in gitg-commit-view
- Do not use GtkMisc as it is getting deprecated.
- preferences dialog: fix expand issues.
- Use GtkBox instead of Gtk[HV]Box
-------------------------------------------------------------------
Tue Jul 26 00:32:57 CEST 2011 - vuntz@opensuse.org
- Update to version 0.2.4:
+ Features:
- Blame mode
- Show avatars
- Added shortcut for Commit
- Unstage/stage with double click
- Add a Delete File menu item to the unstage menu
+ Bug fixes:
- Fix diff line renderer sizing issues
- Do not show null in Author of Committer labels
- Fix possible NULL deref
- Fix race condition in the line parser
- Fix path rendering offset issue
- Fix build on OpenBSD
-------------------------------------------------------------------
Fri Jul 22 09:07:15 CEST 2011 - dimstar@opensuse.org
- Update to version 0.2.3:
+ Features:
- Use ustar format for distcheck
+ Bug fixes:
- Use GLADE_CATALOG_DIR instead of GLADE_CATALOGDIR.
- Fix spinner in repository dialog.
- No longer use Gtk[HV]Box as it is deprecated.
- Fix repository dialog.
- Remove and reattach model while loading repository.
- Fix ENABLE_DEBUG use in Makefile.am.
- Fix --disable-debug.
- Remove ChangeLog from the files list: the file is empty.
-------------------------------------------------------------------
Thu Apr 28 14:41:30 UTC 2011 - dimstar@opensuse.org
- Update to version 0.2.2:
+ Added glade catalog file
+ Disable auto-utf8 for repository loading
- Changes from version 0.2.1:
+ Improved debugging
+ Add UTF8 as the first candidate encoding
+ Adjust to GtkSourceView API break
- Changes from version 0.2.0:
+ Port gitg to gtk+ 3
- Changes from version 1.0.0:
+ Port gitg to gsettings
+ Added gitg-config test tool
+ Fix icon sizes
+ Fixed getting/setting global git configuration
+ Explicit linking in tools and tests
- Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0) and
gtksourceview-2.0-devel with pkgconfig(gtksourceview-3.0).
- Remove gconf2-devel BuildRequires.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires.
- Replace GConf2 schemas handling with GSettings schemas handling,
with %glib2_gsettings_schema_* macros.
- Drop gitg-build-fixes.patch: fixed upstream.
-------------------------------------------------------------------
Mon Feb 14 17:51:19 CET 2011 - sbrabec@suse.cz
- Added support for translation-update-upstream.
-------------------------------------------------------------------
Sat Feb 12 17:46:57 CET 2011 - vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
-------------------------------------------------------------------
Fri Jan 7 18:20:36 CET 2011 - vuntz@opensuse.org
- Update to version 0.0.8:
+ Features:
- Added preference to ignore external diff tool
- Improved GitgRunner/GitgCommand/GitgShell
- Added a menu to create a new branch
- Per line staging needs Ctrl
- Add committer info
- Added stat to revision details panel
- Added gitg-revision-details-panel
- Added 'changes' panel
- Move the backend part of gitg into a libgitg library.
- Improved staging/unstaging
- Added 'edit' context menu item for stage/unstage list
- Improve hash search performance
- Add --no-color to some git commands
- Make gitg compile with Gtk+ 3.0 if available.
- Allow creating a tag without a message.
+ Bug fixes:
- Fixed parsing diff from stash
- Do not crash when hiding region header with no next line
- Ellipsize long subjects in revision view
- Don't show repository missing error when launching without
arguments
- Always override format patch export
- Better handling of command line args and repository paths
- Handle sensitivity correctly
- Rewrite gitg_ref_get_localname to return a const result
- Use remote pushes for push branch menu
- Ellipsize parent commit message at end
- Use GtkCellRendererSpinner
- Portability: replace PATH_MAX sized array with dynamic
strings
- Use flag G_SPAWN_CHILD_INHERITS_STDIN when input is not
provided
- Fix building with GSEAL enabled
- Cleaned up preferences dialog (bgo#620284)
- Make format patch override existing files properly
(bgo#620463)
- Improved charset conversion (bgo#623466)
- Use GBinding
- Drop gitg-fix-warning.patch: fixed upstream.
- Add gitg-build-fixes.patch to fix various other warnings.
- Add libgitg-1_0-0 and libgitg-devel subpackages for the new
library.
- Pass --disable-static to configure, and remove .la files in %install.
-------------------------------------------------------------------
Thu Apr 1 20:06:27 CEST 2010 - vuntz@opensuse.org
- Clean package from home:decriptor, to push it in Factory.