Changes:
- new extensions:
mq (manage a queue of patches, like quilt only better)
email (send changes as series of email patches)
- new command: merge (replaces "update -m")
- improved commands: log (--limit option added), pull/push ("-r" works
on specific revisions), revert (rewritten, much better)
- comprehensive hook support
- output templating added, supporting e.g. GNU changelog style
- Windows, Mac OS X: prebuilt binary packages, better support
- many reliability, performance, and memory usage improvements
Remove patch-ab, as it has been applied upstream (no dependency over gmake)
Version 1.1 (2006-03-17)
* Features
- Support for user-defined conversion rules.
- Support for xindy and sam2p.
- Improved fig2dev support.
- Experimental cache system.
* Bugfixes
- Better parsing of log files.
- Improved error reporting (including for BibTeX and Metapost).
- Better handling of verbatim environments.
- Many other fixes.
ps2eps is a tool (written in Perl) to produce Encapsulated PostScript
Files (EPS/EPSF) from usual one-paged Postscript documents. It
calculates correct Bounding Boxes for those EPS files and filters some
special postscript command sequences that can produce erroneous
results on printers. EPS files are often needed for including
(scalable) graphics of high quality into TeX/LaTeX (or even Word)
documents.
patch-aa is no longer necessary: rpws is now a perl script
* Changes since 1.4.0-beta4
- new parameters in frame dumps
:screenh and :screenw specify the size of the screen the frame was on.
- New window format characters
- info takes optional argument and new infofmt setting
- aspect ratio hint honoured
- new hook deletewindow
- _net_wm_pid property supported
- set warp change: the mouse position relative to the window is now used
- new command redo
- new editor bindings C-m and C-h
Overview of Changes from GTK+ 2.8.16 to GTK+ 2.8.17
===================================================
* Bugs fixed:
325699 Expander disclosure button is too small [Brad Taylor]
334657 gtk_image_clear doesn't cause redraw
334774 typo in configure.in yields suspicious
warning [Peter Breitenlohner]
335001 gtk_icon_view_set_cursor causes
Segmentation fault [Emmanuel Rodriguez]
335129 garbage output of --help in non UTF-8 locale [Christian Persch]
319032 GtkNotebook does not destroy its children
on destroy() [Yevgen Muntyan]
334906 TreeView DnD between-row highlight color [Ian McDonald]
335717 Gtk-Criticals occur when scrolling a text_view
that is not realized [Nicolas Setton]
336200 Hidden menubar still activates submenus with kbd
[Bastian Nocera]
336254 GtkTreeItem broken [Sven Herzberg]
74620 Clean up button press handling (use
one-grab-op-at-a-time pattern) [Li Yuan]
323862 broken scrolling when selecting [Benjamin Berg]
330617 GTK+ File-chooser dialog crashes
325751 Nautilus crashes when dragging icons to
another screen [Hylke van der Schaaf]
337022 mixed line separators confuse
gtk_text_iter_ends_line [Paolo Borelli]
336796 Textview child is covered by window border [Yevgen Muntyan]
335536 gdk_pixbuf_loader_new_with_type():
What image types are allowed? [Murray Cumming]
336645 Missing progress bar label [Stanislav Brabec]
Fix a problem which caused grab-notify
signal to be missed in some cases [Matthias Clasen]
* Updated translations (bn,cs,dz,et,ka,ne,or,ru,sk,sq,xh)
Version 1.0.2 (released 2006-04-01) hilights:
- Fixed some issues in charset handling.
- Better handling of Jabber away states.
- Some daemon mode stability/usability fixes.
- Lots of miscellaneous fixes, cleanups, etc.
Version 1.0.2 (released 2006-04-01) hilights:
- Fixed some issues in charset handling.
- Better handling of Jabber away states.
- Some daemon mode stability/usability fixes.
- Lots of miscellaneous fixes, cleanups, etc.
Overview of Changes from GLib 2.10.1 to GLib 2.10.2
===================================================
* Bugs fixed:
322476 Missing check for .dylib [Anders Carlsson]
332841 Segmentation Fault when %llu is passed to
vasnprintf and HAVE_SNPRINTF is not defined [Michael McDonald]
333098 Add support for write FDs to GIOChannel [Markus Brinkmann]
334519 Memleak in goption.c::parse_short_option [Chris Wilson]
334471 g_parse_debug_string reads beyond buffer [Morten Welinder]
334611 g_option_context_parse() should not set program
name to '<Unknown>' if it is already set [Chong Kai Xiong]
335207 g_main_context_unref calls g_source_destroy_internal
with incorrect arguments [Chris Wilson]
335216 Slight performance gains (GList, GAsyncQueue) [Chris Wilson]
335209 Use of unitialised memory in g_mem_profile [Chris Wilson]
334943 make check FAIL: threadpool-test
336085 g_option_context_new parameter lacks better
explanation [Claudio Saavedra]
335215 Some breakages with GThreadPool [Chris Wilson]
333879 gthread/gthread-win32.c: IsDebuggerPresent needs
'#define _WIN32_WINDOWS 0x0401' [Kazuki Iwamoto]
334440 dlerror() portability issue causes crash on (old)
a.out NetBSD platform [ITOH Yasufumi]
333916 g_timer_elapsed docs should mention that
microseconds may be NULL [Christian Neumair]
334646 goption + error out params [Christian Persch]
335294 Documentation should not reference G_HAVE_GINT64,
as it's deprecated. [Richard Laager]
* Translation updates (dz,et,he,hi,ka,or,pt_BR,ro,tr)
They used a sharded distinfo, but the version was not updated
for evince-nautilus as seen in recent bulk build report.
So evince-nautilus is being updated to 0.5.2 version also.
I am not sure of all the changes, other than:
Check if date is invalid. Fix for bug 318134.
Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net