Important changes since GNU arch 1.2.1 include:
* reverting the 1k tagline boundary error to a warning, allowing old
archives to continue to be accessed,
* fixing a regression in get-changeset,
* fixing the "one-way" star-merge bug, and
* recognizing patch logs from archives beginning with a digit again.
What's new since 2.0.3:
* bonobo
- New class UnknownBaseImpl, to allow python CORBA implementations to
be used where a bonobo.Object is expected
(eg. bonobo.Object.add_interface) (Gustavo)
- Remove bonobo_ prefixes from all bonobo functions that still have one (Gustav
o)
- New function bonobo.stream_client_read (Gustavo)
- New bonobo.Application API in libbonobo 2.6.
* gnome.vfs
- New module gnome.vfs.async, for asynchronous GnomeVFS operations (I?<83>±aki
)
- Add setters for gnome.vfs.FileInfo (Gustavo)
- Add function gnome.vfs.set_file_info (Gustavo)
* gnome.ui
- New gnome_thumbnail_* wrappers (Gustavo)
* gnome
- Support popt options in gnome.program_init (Rubens, Gustavo)
- Support some string construct-only properties in gnome.program_init (Gustavo)
- Reset LC_NUMERIC to C after gnome.program_init (Gustavo)
- New type wrapper for GnomeModuleInfo, add functions to retrieve all
the GnomeModuleInfo's (Rubens)
- Support the 'module_info' parameter in gnome.program_init (Rubens)
* gtkhtml2
- Add function html_selection_get_text (Juri Pakaste)
* gnome.nautilus
- Follow changes in open_location_* API in nautilus 2.6 (Gustavo)
* misc
- zvt module removed, in favour of external vte python bindings (James)
Overview of Changes from gnome-python 2.5.90 to gnome-python 2.6.0
===================================================================
* bonobo
- bonobo.AppClient is only a GObject, not a BonoboObject (Gustavo)
- bonobo.event_source_client_add_listener now returns the new listener,
to allow future disconnection (Gustavo)
- Remove CORBA exceptions from all bonobo callbacks (Gustavo)
- Fix a bug in bonobo.generic_factory_main (Gustavo)
* gnomeprint
- Add new pango/gnomeprint integration API if libgnomeprint 2.8 is
installed (Gustavo)
* vfs
- Add missing bytes_requested parameter to read/write callbacks of
async operations (Gustavo)
- Raise exception when trying to subclass vfs types (Gustavo, James)
* applet
- Workaround problem in PanelApplet constructor (Gustavo)
- Fix initialization of bonobo (Gustavo)
* general
- Mixed 32/64 bit architecture installation fixes (Jonathan Blandford)
- Add gnome_python_version variable to the gnome module (Gustavo)
- Resolve all known compiler warnings (Gustavo)
Overview of Changes from gnome-python 2.6.0 to gnome-python 2.6.1
=================================================================
* gnome.vfs
- 64 bit fixes in async operations (Benoît Dejean)
- Better parameter handling in vfs_read (Benoît Dejean)
* gnome.canvas
- Allow subclassing without __gobject_init__ (Gustavo)
* gtkhtml2
- Workaround gtkhtml2 initialization bug (Jonathan Blandford)
* general
- Include a couple of missing bonobo examples in the tarball (N. V. Shmyrev)
- Add runtime check for required pygtk version (Gustavo)
Overview of Changes from gnome-python 2.6.1 to gnome-python 2.6.2
=================================================================
* gnome.vfs
- Fix blocking of threads when calling read_entire_file() and bunch
of others;
- gnome.vfs.xfer_* fixes.
What's new since 2.2.0
Wrapping for new objects in Gtk+ 2.4.0:
GtkFileChooser, GtkUIManager (and action/toolbar api), GtkTreeModelFilter,
GtkComboBox, GtkCellLayout. Examples for a few of them can be found in the tarball.
Enum and Flags wrapping, with nice string representations
Better constructor integrations.
Python 2.3 requirement.
Threading improvements, which are currently disabled until we can depend on
Python 2.3.5 (unreleased) or 2.4
Plenty of bug fixes.
pygtk-2.4.1 04-november-2004
- Bug fixes (Johan, Gustavo, John Finlay)
- Allow the headers to be parsable by a C++ compiler
- Updated examples (Johan, John)
Changes:
- awstats_updateall.pl: Added -excludeconf option
- Allow plugins to add entry in menu.
- Allow plugins to add charts with its own way to compile data inside
the update process.
- Added the geoip_region_maxmind and geoip_city_maxmind plugins.
- maillogconvert.pl: Support postfix 2.1 that change its log
format using NOQUEUE string instead of a number for mails that are
rejected before being queued.
- Little speed improvments.
- Counts javascript disabled browsers (A new MiscTracker feature).
- When a direct access to last line is successfull, awstats is directly
in mode "NewLine". No need to find a more recent record for this. This
means the NotSortedRecordTolerance works even between end and start
of updates.
- You can use a particular not used field in your log file to build
a personalized report with the ExtraSection feature. Just use a personalized
log format and use the tag %extraX (where X is a number) to name field you
want to use, then, in ExtraSection parmaters, you can use extraX to tell
wich info to use to extract data for building the chart.
- Support method "put" when analyzing ftp log files.
- Added a bold style around current day/month in label of charts.
- Bug fixes and documentation improvements.
ChangeLog only list the following changes, but there also seem Cocoa related
ones.
2004-06-11 Dom Lachowicz <cinamod@hotmail.com>
* Make GTK+ FE use stock icons
* Bump version number
proc-httpd-errors:
- Ignore Digest startup.
- Ignore first signal repeat.
- Remove PID from unresponsive child warning.
proc-ipmon:
- Handle ip-filter v4.
proc-maillog:
- Put back user and host limits (10).
proc-messages:
- Ignore empty lines from SCSI errors.
- Added daemons: cyrus 2.2, jabber v2, rsynconly wrapper, BIND 9.3, ntpd v4.
- Weed out more NetBSD-current messages.
- Recognize more proftpd messages.
- Ignore more racoon messages.
proc-xferlog:
- Handle deleted files.
- List all incoming and deleted files.
This module generates a variety of random numbers. Capabilities of wide
interest include the generation of:
. uniform numbers between 0 and 1 (or user chosen boundaries)
. random integers between user specified bounds
. random permutations of a list (shuffle a deck of cards)
Remove OpenWindows workaround in pkgsrc for this.
Too many changes to include here.
See http://www.remotesensing.org/libtiff/v3.7.1.html
and http://www.remotesensing.org/libtiff/v3.7.0.html
and previous change files for changes information.
tiff-3.7.1 now includes the lzw compression code again.
It also uses autoconf and libtool now.
A new tool is bmp2tiff.
Docs are placed under share/doc/tiff/html instead of share/doc/html/tiff.
Many manpage symlinks are now missing. (This was reported to tiff list.)
- Add python24 to the supported python versions
- From the Changelog:
gera - v1.08 - Nov 17, 2004
fixed a bug in Variable (leading to a bug in IfInlineEgg)
added long conditional jumps
setString() now uses a call over the string and pop to set the string when
the string is long enough to justify it - thanks spoonm
2004-08-31 Christian Schaller <Uraeus@gnome.org>
* configure.in: Update version to 0.8
2004-08-11 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
2004-07-28 Gustavo Maciel Dias Vieira <gustavo@sagui.org>
* configure.in: Added pt_BR to ALL_LINGUAS.
2004-06-18 Jakub Steiner <jimmac@ximian.com>
* gnome-fs-directory-visiting: the open folder state
2004-06-17 Christian Schaller <christian@fluendo.com>
* Added python mimetype icon to Lush from Nicolas Évrard
2004-06-10 Jakub Steiner <jimmac@ximian.com>
* gnome-fs-executable -> gnome-mime-x-application-executable:
symlinking accross directories seems to be a pain. However
symlinking to nonexistant files hardly the solution ;)
2004-06-10 Jakub Steiner <jimmac@ximian.com>
* Gorilla/icons/scalable/filesystems/Makefile.am:
fix makefile after Christian ;)
2004-06-10 Jakub Steiner <jimmac@ximian.com>
* my-computer.svg: remove the duplicate
2004-06-09 Christian Schaller <christian@fluendo.com>
* fix emblem placements
* fix makefiles after Jakub :)
* Add gnome-fs-client to Gorilla
2004-06-09 Jakub Steiner <jimmac@ximian.com>
* stock_dialog_warning.svg: Do not embed font. Fixes bug #140719
2004-06-09 Jakub Steiner <jimmac@ximian.com>
* (Gorilla) .. devices/*: proper scaling
2004-06-09 Jakub Steiner <jimmac@ximian.com>
* (Gorilla) .. devices/gnome-fs-floppy.svg: 3D should suit it
2004-06-09 Jakub Steiner <jimmac@ximian.com>
* (Gorilla) .. apps/Makefile.am:
* (Gorilla) .. filesystems/Makefile.am:
* (Gorilla) .. mimetypes/Makefile.am: symlink fixes
2004-06-08 Jakub Steiner <jimmac@ximian.com>
* my-computer.svg
* gnome-terminal.svg: scale fixups
* accessibility-directory.svg
* gnome-games.svg: new panel icons
2004-05-05 Christian Schaller <Uraeus@gnome.org>
* Fixing small issues in Nuvola
* Adding OpenOffice icons to Nuvola apps directory
* Give printermanager a Nuvola icon
* Add sodipodi/inkscape icon to theme
* Fixed translations
2004-05-03 Christian Schaller <Uraeus@gnome.org>
* Tons of bugfixes from Josselin Mouette <joss@debian.org>
* Firefox icon from Tobias Jakobs
* Suse symlinks from James Ogley
* Disable translations, they currently break the build
2004-09-14 James Henstridge <james@jamesh.id.au>
* configure.in: bump version number to 2.8.0
2004-08-30 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: fix up error message when a required
M4 file isn't found. Fixes bug #147417.
* macros2/gnome-autogen.sh: Revert Rodney's changes, since
glib-gettextize has been fixed on the HEAD and 2.4 branches.
2004-06-10 Rodney Dawes <dobey@ximian.com>
* macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
the shared automake files directory, and copy it in if we are using
AM_GLIB_GNU_GETTEXT
Fixes#144069
2004-05-26 James Henstridge <james@daa.com.au>
* macros2/gnome-compiler-warnings.m4: some small cleanups.
* macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is
turned off in all recent Autoconfs, it doesn't make sense to use
it. Change implementation to instead make sure ${ACLOCAL_FLAGS}
gets passed to aclocal when called from the makefile.
* macros2/Makefile.am: alter installation so that it puts the
macros directly into $(datadir)/aclocal instead of
$(datadir)/aclocal/gnome2-macros
* autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
automake.
* macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
reduce chance of collisions.
* macros2/gnome-autogen.sh: move from autogen.sh
* Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
* configure.in: don't create makefiles for bin/ and macros/
directories.
Since we don't actually build the support/ directory (since 2001),
remove the matching parts from the configure script.
2004-05-13 James Henstridge <james@daa.com.au>
* gnome-common.spec.in: simplify and update spec file.
2004-02-27 Sven Herzberg <herzi@abi02.de>
* macros2/autogen.sh: fix#135557
2004-02-17 Mark McLoughlin <mark@skynet.ie>
* doc-build/xmldocs.make: fix one last occurrence of
not using $(DESTDIR).
o linux:
- fixed segfault when polling PPP devices with glibtop_get_proclist.
- fixed process state in glibtop_get_proclist.
o updated translations:
- da (Martin Willemoes Hansen)
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Addressbook
#67656 - almost the same email address are considrered identical (Siva)
#69079 - Data repeated after save with bad date format (Siva)
#66854 - Some strings are missed to translation (Rodney)
* Calendar
#47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale
(Rodney)
#68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)
#67403 - wrong alarm time displayed (Rodrigo)
#68077 - appointment dialog re-size (Rodrigo)
* Mail
#69533 - Unable to subscribe to the alt hierarchy (Michael)
#69776 - Signed Mail with attachments displays everything with
multipart/boundaries stuff (Michael)
#69615 - delete certificate after viewing smime message (Michael)
#69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael)
#69982 - During Newsgroup list refresh, it crashes (Michael)
#69446 - Mail shown as attachment if some headers are upper case
(S. Caglar Onur)
#68556 - NNTP with SSL won't work, even with stunnel (Michael)
#69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
#69241 - base64 attachement holding PGP block (Jeff)
#67895 - nntp support not asking for password (Michael)
#67898 - Use of symbolic port-names is not guaranteed to work everywhere
(Michael)
#69851 - remember password check doesn't stick (Michael)
#69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash
(Radek)
#69339 - postscript and some other attachments not visable (Michael)
#69579 - vFolders#UNMATCHED generates errors (Michael)
#68958 - current message forgotten in vfolders (Michael)
#68974 - Wizard doesn't store smtp auth settings (Michael)
#67496 - html email not rendered in preview pane (Michael)
#67014 - Checking supported auth types doesn't work with new SSL certificate
(Michael)
#68006 - Evo crashed after viewing previously-sent email and copying URL
from it (Michael)
#68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
#67622 - SMTP auth usernames containing % character fail (Jeff)
Other bugs
* Mail
- fix pthread_key_delete args (Julio M. Merino Vidal)
* Calendar
- leak fixes (Chen)
- sensitize menu items in list view properly (JP)
- redraw display when 24hr time setting changes (JP)
Updated translations:
- nl (Vincent van Adrighem)
- pt (Duarte Loreto)
- hu (Laszlo Dvornik)
- ca (Jordi Mallach)
- fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet)
- sv (Christian Rose)
- de (Hendrik Brandt)
- id (Mohammad DAMT)
- es (Francisco Javier F. Serrador)
- da (Martin Willemoes Hansen)
- ko (Changwoo Ryu)
- zh_CN (Funda Wang)
- ms (Hasbullah Bin Pit)
- hu (Laszlo Dvornik)
- cs (Miloslav Trmac)
- ru (Leonid Kanter)
- bg (Vladimir Petkov)
- sq (Laurent Dhima)
- en_GB (David Lodge)
- pl (Artur Flinta)
- sr (Danilo Segan)
- sr@Latn (Danilo Segan)
- en_CA (Adam Weinberger)
- pt_BR (Raphael Higino)
- nn (Åsmund Skjæveland)