- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Changes include:
* Make portable snprintf safer - output to /dev/null first to
check space needed.
o -dg3 to show input graph when things go wrong.
o explicitly look for makefiles in objdir if not found in curdir so
that errors in .depend etc will be reported accurarely.
o avoid use of -e in shell scripts in jobs mode, use '|| exit $?'
instead as it more accurately reflects the expected behavior and
is more consistently implemented.
o avoid use of asprintf.
distcc-2.12 "Figgy Pudding" 2003-12-19
FEATURES:
* New --log-level feature allows logging of only errors rather
than messages for each connection.
* IPv6 support now works better when distcc is configured with
--enable-rfc2553. The server can normally accept either IPv4 or
IPv6 connections.
* New --with-docdir configure option to set install location for
documents. The default is the same as previously. Patch from
Harold L Hunt II.
INTERNAL:
* GNU-style ChangeLog is now included in the package. Please keep
it up to date if you make your own changes!
PORTABILITY:
* setgroups() was broken by Mac OS X Panther so that it will not
accept setgroups(0, NULL) to clear the group list. Instead we
now set the group list to our single primary gid. Suggestion
from Wayne Davison.
* sendfile problems on FreeBSD 4.9-RC fixed. Patch from Allan
Saddi.
* MAXPATHLEN is provided if it's not defined, which is the case on
GNU Hurd. Reported by Santiago Vila as Debian #219600.
BUG FIXES:
* Check pkg-config information GNOME/GTK+ is now checked at
configure time, not build time. This is a bit quicker than
running the script for every file we build, and means that
PKG_CONFIG_PATH only needs to be set for configure.
DOCUMENTATION:
* Small documentation corrections.
(and manpages). This is in regards to my PR #23103.
I bumped PKGREVISION in Makefile but not in buildlink2.mk file.
The ncurses libraries and headers didn't change. No need to bump
PKGREVISIONs for all the packages that depend on libncurses.
Upstream change log:
Version 0.35.0 (branching 12 December 2003, from revision 7994)
http://svn.collab.net/repos/svn/branches/0.35.0
1. As of this release, Subversion once again does deltification
automatically. This means that the deltification step most
repositories introduced into their post-commit hooks as of
release 0.33.0 should now be reverted. Look for a line with
"svnadmin deltify" in hooks/post-commit, and remove it.
User-visible changes:
* BDB log files are automatically pruned, with BDB 4.2.50 and higher (#1615)
* deltification is automatic again (issue #1601)
* fix: svn diff -rX:Y wcpath' may lie (issue #1616)
* fix: URI-decoding problem on 'svn import' (issue #1622)
* automatic log file removal on repositorys (issue #1615)
* many other enhancements, minor features, and bugfixes not listed here
Developer-visible changes:
* misc. improvements on Perl and Java bindings
* improved diff handling (r7985)
* many other changes not listed here
Merged revisions after release branching:
* r8009, r8010 and r8011 - Java bindings
* r8041 - typo/bugfix
Collection.
File::DirSync will make two directories exactly the same. The goal is
to perform this syncronization process as quickly as possible with as
few stats and reads and writes as possible. It usually can perform the
syncronization process within a few milliseconds - even for gigabytes
or more of information.
Changes:
* Fix accessibiliyt crashes in foocanvas
* Translation updates
* Don't use RevertToNone in eel_gdk_window_focus
* New and updated translations
* new calls for handling non-writable gconf keys
* Build fixes
* Crash fix in new FooCanvas
* Build fixes for gcc 3.3
* Removed unused widgets.
* Added eel_uri_is_desktop and EEL_DESKTOP_URI.
Overview of Changes in GAIL 1.4.1
=================================
* Set role for accessible object for GtkMessageDialog to ATK_ROLE_ALERT
(bug #122551)
* Apply build fixes for Darwin (bug #1243343) [Jerry Talkington]
* Correct text length reported in text-changed signals emitted when
label changes (bug #123696)
* Avoid emitting focus notification for out-of-process GtkSocket (bug #120991)
* Fix documentation build (bug #123876) [Malcolm Tredennick]
* Report children of menu item correctly when menu item has a submenu
whose menu items are created only when menu is shown (bug #120303)
* Report label change only if toplevel window is showing. (bug #123470)
Overview of Changes in GAIL 1.4.0
=================================
None
Overview of Changes in GAIL 1.3.6
=================================
* Do notification of window title change in an idle handler. (bug #119259)
Overview of Changes in GAIL 1.3.5
=================================
* Add notification that tooltip is showing if tooltip window is mapped
when its accessible is created (bug #118743)
* Report expected events when GtkCombo's selection is changed using the
keyboard. (bug #117063)
* Avoid warning when child changed in row expanded callback (bug #117630)
* Do not emit focus event if active-descendant-changed signal is emitted.
(bug #115599)
Overview of Changes in GAIL 1.3.4
=================================
* Set insert mark at end instead of start of selected text when selecting
text in a GtkTextBuffer (bug #116271)
* Fix crasher bug when TreeView has empty column (bug #116043)
* Return correct offset in atk_text_get_offset_at_point (bug #114780)
* Correct LABELLED_BY relation for gtk-demo (bug #114452)
* Set SHWOING and VISIBLE correctly when tab is not shown (bug #114397)
Overview of Changes in GAIL 1.3.3
=================================
* Find label for LABELLED_BY relation when label is a sibling of widget's
parent (bug #113069)
* Use object data "gtk-attached-menu" to find menu attached to button to
report menu as button's child. (bug #113117)
* Check that widget is actually on screen before adding state VISIBLE.
(bug #109860)
* Report only one child for option menu. (bug #111983)
Overview of Changes in GAIL 1.3.2
=================================
* Add state FOCUSABLE to child of TreeView. Set state FOCUSED on focus cell.
(bug #112075) [Padraig O'Briain]
* Create LABELLED_BY relation for widgets which are mnemonic widgets.
(bug #72249) [Padraig]
* Return correct name for GtkOptionMenu. (bug #112572) [Padraig]
* Avoid redumdant acitvate events when dialog window is reopened. (bug #112896)
[Padraig]
* Fix crasher bug when gucharmap is started with accessibility enabled.
(bug #112964) [Padraig]
Overview of Changes in GAIL 1.3.1
=================================
* Allow GailOptionMenu to report its text (bug #111857) [Padraig O'Briain]
* Generate documentation using output-format of xml (bug #111794) [Padraig]
* Allow for menu being attached to button. This supports accessibility
implementation of Gnome Menu in gnome-panel (bug #111573) [Padraig]
* Emit notification when context menu is popped down for Gnome Menu.
(bug #111738) [Padraig]
* Fix crasher when run without gnome-conformant WM (bug #111532)
[Nalin Dahyabhai]
* Add cgheck that widget is on screen before reporting it as visible.
[Padraig]
* Set string contens of event correctly when Control modifier is set.
(bug #108666) [Padraig]
* Set role of GtkPlug to ATK_ROLE_PANEL (bug #108332) [Padraig]
Overview of Changes in GAIL 1.3.0
=================================
* Use property name accessible-table-caption-caption in
gail_tree_view_set_caption [Padraig O'Briain]
* Have GailOptionMenu report menu and label as its children. [Padraig]
* Report "showing" state correctly for cells in a TreeView with vertical
scrollbar. (bug #104623) [Padraig]
* Implement AtkText interface for GailItem, page tab of Notebook, GailStatusbar.
(bug #104657) [Padraig]
* Report GtkCombo popup window as child of GailCombo. [Padraig]
* Add GailObject which is used for accessibility support in eel and
nautilus. [Padraig]
* Correct image size for image in buttons on Gnome CD Player. (bug #106715)
[Padraig]
* Fix crash when getting second child of GailOptionMenu. (bug #106715)
[Padraig]
2.4.0
- fix workspace name property handling
- fix updating of window/icon names
- fixes to viewport handling
- lots of new translations
2.3.1
- put -lX11 in link flags
- add API to manipulate window fullscreen state
- use an icon from one of the windows in a group, rather than
the "white piece of paper" icon, if a group doesn't set an icon
- fixes for Cygwin compilation
- add support for viewports in window list and workspace switcher
- fix multihead glitches
- set desktop layout properly on 64-bit platforms
- new/updated translations
2.3.0
- fixed fitt's law for window list applet (Mark McLoughlin)
- incorporated fixes from stable branch
2003-09-09 Anders Carlsson <andersca@gnome.org>
* configure.in: Release 2.4.0.1
2003-09-01 Anders Carlsson <andersca@gnome.org>
* configure.in: Release 2.4.0
2003-08-25 Anders Carlsson <andersca@gnome.org>
* configure.in: Release 2.3.7
2003-09-05 Taneem Ahmed <taneem@bengalinux.org>
* configure.in: Added "bn" to ALL_LINGUAS.
2003-09-01 Laurent Dhima <laurenti@alblinux.net>
* configure.in: Added "sq" to ALL_LINGUAS.
2003-08-11 Anders Carlsson <andersca@codefactory.se>
* configure.in: Release 2.3.6
2003-07-04 Anders Carlsson <andersca@codefactory.se>
* configure.in: Release 2.3.3.1
Fri Jul 4 04:27:42 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* libgnomeui/gnome-app.c (gnome_app_add_toolbar): remove setting
of border width, thus getting rid of double bevels.
2003-07-03 Anders Carlsson <andersca@codefactory.se>
* doc/reference/.cvsignore:
* doc/reference/Makefile.am:
* doc/reference/libgnomeui-docs.sgml:
Generate xml reference docs (#111798, Matthias Clasen)
2003-07-01 Kjartan Maraas <kmaraas@gnome.org>
* libgnomeui/gnome-thumbnail-pixbuf-utils.c (vfs_src): Merge
fix for bug #114928
* libgnomeui/gnome-ui-init.c: Merge fix for bug #111496.
2003-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
* po/az.po: removed \- which was causing msgfmt to break
2003-06-15 Anders Carlsson <andersca@codefactory.se>
* libgnomeui/gnome-icon-theme.c: (load_themes),
(string_from_suffix), (suffix_from_name), (scan_directory):
Treat files ending with ".svgz" as svg files.
2003-06-05 Alexander Larsson <alexl@redhat.com>
* libgnomeui/gnome-thumbnail.c (gnome_thumbnail_factory_ensure_failed_uptodate):
Avoid using uninitialized value tv.tv_sec
Wed Jun 04 15:54:18 2003 George Lebl <jirka@5z.com>
* libgnomeui/gnome-password-dialog.c: fix cast warning
* libgnomeui/gnome-ui-init.c: things that are normally only
with HAVE_ESD were generating a warning so added #ifdef HAVE_ESD
around those as well.
2003-05-26 Anders Carlsson <andersca@codefactory.se>
* libgnomeui/gnome-file-entry.c: (browse_dialog_ok):
Fix a warning.
* libgnomeui/Makefile.am:
* libgnomeui/gnome-authentication-manager.c:
(construct_password_dialog),
(present_authentication_dialog_blocking),
(mark_callback_completed), (authentication_dialog_button_clicked),
(authentication_dialog_closed), (authentication_dialog_destroyed),
(present_authentication_dialog_nonblocking),
(vfs_async_authentication_callback), (vfs_authentication_callback),
(gnome_authentication_manager_init):
* libgnomeui/gnome-authentication-manager.h:
* libgnomeui/gnome-password-dialog.c:
(gnome_password_dialog_get_type),
(gnome_password_dialog_class_init), (gnome_password_dialog_init),
(gnome_password_dialog_finalize), (dialog_show_callback),
(dialog_close_callback), (add_row), (username_entry_activate),
(gnome_password_dialog_new), (gnome_password_dialog_run_and_block),
(gnome_password_dialog_set_username),
(gnome_password_dialog_set_password),
(gnome_password_dialog_set_readonly_username),
(gnome_password_dialog_get_username),
(gnome_password_dialog_get_password):
* libgnomeui/gnome-password-dialog.h:
* libgnomeui/gnome-stock-icons.c: (get_default_icons):
* libgnomeui/gnome-stock-icons.h:
* libgnomeui/libgnomeui.h:
* libgnomeui/pixmaps/Makefile.am:
* test-gnome/Makefile.am:
* test-gnome/test-password-dialog.c: (authenticate_boink_callback),
(exit_callback), (main):
Add authentication callbacks, a password dialog, and a authentication
stock icon.
2003-05-26 Kjartan Maraas <kmaraas@gnome.org>
* libgnomeui/gnome-app.c: Merge fix for
bug #111168 from stable.
2003-05-24 Kjartan Maraas <kmaraas@gnome.org>
* libgnomeui/gnome-file-entry.c: Merge fix for
bug #110500 from stable.
* libgnomeui/gnome-icon-entry.c: Merge fix for
bug #106298 from stable branch.
* libgnomeui/gnome-icon-entry.c: Merge fix for
bug #112651 from stable.
* libgnomeui/gnome-color-picker.c: Merge fix for
bug #105730 from stable.
* libgnomeui/gnome-entry.c: Merge fix for
bug #105388 from branch.
* libgnomeui/gnome-ui-init.c: Fix the fix for
bug #84778. Patch from <malcolm@commsecure.com.au>
* libgnomeui/gnome-icon-list.c: Merge fix for
bug #83748 from stable branch.
* libgnomeui/gnome-app.c: Merge fix for bug #106342
from stable branch.
2003-05-20 Kenneth Rohde Christiansen <kenneth@gnu.org>
* configure.in: Added Limburgish to ALL_LINGUAS
2003-05-19 Christian Neumair <chris@gnome-de.org>
* libgnomeui/gnome-ui/gnome-about.c: HIGified about dialog.
2003-05-19 Kjartan Maraas <kmaraas@gnome.org>
* libgnomeui/gnome-ui-init.c: (libgnomeui_segv_handle): Merge fix
for bug #84778 from branch.
2003-05-19 Kjartan Maraas <kmaraas@gnome.org>
* glade/glade-gnome.c: (icon_entry_set_max_saved):
* libgnomeui/gnome-icon-entry.c: (gnome_icon_entry_set_max_saved):
* libgnomeui/gnome-icon-entry.h: Patch from Jacob Berkman that
adds an API entry point to work around another being deprecated.
Fixes bug #79324.
2003-05-15 Jaka Mocnik <jaka@gnu.org>
* libgnomeui/gnome-mdi.c: fixed referencing problems. sink the object
instead of unrefing them. patch by Ecmel Ercan. this is actually not
a Proper(tm) fix, but it serves its purpose: finalization is done
properly. the Right Way(tm) would be to make GnomeMDI and
GnomeMDIChild GObject descendants, but since the MDI API is
deprecated, I won't bother.
2003-05-13 Anders Carlsson <andersca@codefactory.se>
* libgnomeui/gnome-app-helper.c: Accept both-horiz here too.
2003-05-09 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
* configure.in: Added cy to ALL_LINGUAS
2003-05-08 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
* configure.in: call AC_LIBTOOL_WIN32_DLL which is necessary for
building shared library on win32 platform.
* libgnomeui/Makefile.am (libgnomeui_2_la_LDFLAGS):
* glade/Makefile.am (libgnome_la_LDFLAGS):
add -no-undefined which is necessary for building shared library
on some platforms (e.g. Win32, BeOS).
2003-05-06 Danilo Šegan <dsegan@gmx.net>
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2003-05-01 Kjartan Maraas <kmaraas@gnome.org>
* libgnomeui/gnome-about.c: Pass NULL to g_string_new.
* libgnomeui/gnome-app-helper.c: Same
* libgnomeui/gnome-client.c: Reapply Arjan's leak
patch. And don't break it in the process this time :-)
Fixes bug #104986.
2003-04-23 Gustavo Giraldez <gustavo.giraldez@gmx.net>
* libgnomeui/gnome-icon-theme.c (gnome_icon_theme_class_init):
Set parent_class.
(gnome_icon_theme_finalize): Chain parent_class' finalize.
2003-04-07 Mark McLoughlin <mark@skynet.ie>
* libgnomeui/gnome-icon-theme.c: (theme_lookup_icon):
Merge the two seperate iterations of the theme's directory
list into a single iteration.
2003-04-02 Loban A Rahman <loban@earthling.net>
* libgnomeui/gnome-color-picker.h: Fixed bug #106154,
header misdocumentation.
2003-03-27 Anders Carlsson <andersca@codefactory.se>
* configure.in: Release 2.3.0
2003-03-26 Christian Rose <menthos@menthos.com>
* configure.in: Added "yi" to ALL_LINGUAS.
2003-03-24 Narayana Pattipati <narayana.pattipati@wipro.com>
*libgnomeui/gnome-file-entry.c (browse_clicked): Fix the problem
application crash when Gnome File Selector widget's OK button is
double clicked. Fixes bugzilla bug#104906
2003-03-19 Paul Duffy <dubhthach@frink.nuigalway.ie>
* configure.in: Added "ga" to ALL_LINGUAS.
2003-03-13 Christian Rose <menthos@menthos.com>
* configure.in: Added "ml" to ALL_LINGUAS.
2003-03-10 Christian Rose <menthos@menthos.com>
* configure.in: Added "eo" to ALL_LINGUAS.
2003-03-09 Narayana Pattipati <narayana.pattipati@wipro.com>
*libgnomeui/gnome-icon-entry.c (ientry_browse): Fix the problem
of Browse dialog(gnome-file-entry) being non-responsive to user
inputs. Fixes bugzilla bug#107255.
2003-03-08 Sebastian Rittau <srittau@jroger.in-berlin.de>
Documentation fixes:
* libgnomeui/gnome-client.c (gnome_client_set_discard_command): Removed
doc string and added a comment where the true doc string can be found.
(Namely in the corresponding templates file.)
* doc/reference/libgnomeui-sections.txt: Inserted *Class definitions
in the Standard sections.
* doc/reference/libgnomeui-docs.sgml: FIXME -> Miscellaneous Widgets
2003-03-05 Anders Carlsson <andersca@codefactory.se>
* libgnomeui/gnome-icon-list.c:
Don't return FALSE in pointer functions.
#107652, reported by Morten Welinder.
2003-03-04 Malcolm Tredinnick <malcolm@commsecure.com.au>
* libgnomeui/gnome-icon-theme.c (gnome_icon_theme_rescan_if_needed):
* libgnomeui/gnome-thumbnail-pixbuf-utils.c (convert_cmyk_to_rgb):
* libgnomeui/gnome-thumbnail.c (read_scripts):
Remove unused variables to eliminate compiler warnings.
* libgnomeui/gnome-theme-parser.c (parse_key_value):
Initialise locale_end to some value (NULL) before use.
2003-03-02 Anders Carlsson <andersca@codefactory.se>
* libgnomeui/gnome-icon-lookup.c:
(mimetype_supported_by_gdk_pixbuf), (gnome_icon_lookup):
* libgnomeui/gnome-thumbnail.c: (mimetype_supported_by_gdk_pixbuf):
Ask gdk-pixbuf for supported mime types, fixes#106609, reported by
Christian Schaller.
2003-02-21 Roozbeh Pournader <roozbeh@sharif.edu>
* configure.in: Added "fa" to ALL_LINGUAS.
2003-02-13 Kjartan Maraas <kmaraas@gnome.org>
* libgnome/gnome-font-picker.c
(gnome_font_picker_label_use_font_in_label): Fix a leak.
2003-02-10 Mohammad DAMT <mdamt@bisnisweb.com>
* po/id.po: Added Indonesian translation
* configure.in: Added "id" to ALL_LINGUAS
2003-02-09 Christian Rose <menthos@menthos.com>
* configure.in: Added "kn" to ALL_LINGUAS.
2003-02-04 Anders Carlsson <andersca@codefactory.se>
* libgnomeui/gnome-client.c: (client_set_restart_command):
Revert fix since it caused brokenness.
2003-02-01 Anders Carlsson <andersca@codefactory.se>
* libgnomeui/gnome-client.c (client_set_restart_command): Fix
memory leak, patch by Arjan van de Ven, #104986.
2003-01-31 Alexander Larsson <alexl@redhat.com>
* libgnomeui/gnome-icon-lookup.c (gnome_icon_lookup):
Use gnome-regular for text files if
GNOME_ICON_LOOKUP_FLAGS_EMBEDDING_TEXT is set.
This enables top-left text for nautilus.
2003-01-25 Samúel Jón Gunnarsson <sammi@techattack.nu>
* configure.in: Added "is" to ALL_LINUGAS.
2003-01-23 Alexander Larsson <alexl@redhat.com>
* configure.in (LIBGNOMEUI_AGE):
Add EXTRAVERSION and set to .1
* libgnomeui/Makefile.am (libgnomeui_2_la_LDFLAGS):
Correct version number bug
2003-01-22 Christian Rose <menthos@menthos.com>
* configure.in: Added "mn" to ALL_LINGUAS.
2003-09-01 Anders Carlsson <andersca@gnome.org>
* configure.in: Release 2.4.0
* schemas/Makefile.am (schema_in_files): Ship
.schemas in tarball since that's what everyone else is doing.
li2003-09-01 Laurent Dhima <laurenti@alblinux.net>
* configure.in: Added "sq" to ALL_LINGUAS.
2003-08-26 Frederic Crozat <fcrozat@mandrakesoft.com>
* schemas/Makefile.am:
Ship .schemas.in in tarball, not .schemas.
2003-08-25 Anders Carlsson <andersca@gnome.org>
* configure.in: Release 2.3.7
2003-08-25 Alexander Larsson <alexl@redhat.com>
* schemas/desktop_gnome_url_handlers.schemas.in:
Add http url handlers.
2003-08-17 Paisa Seeluangsawat <paisa@users.sf.net>
* configure.in: Added Thai (th) to ALL_LINGUAS.
2003-08-11 Anders Carlsson <andersca@codefactory.se>
* configure.in: Release 2.3.6
2003-07-23 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* libgnome/gnome-program.c (gnome_program_initv): Don't create new
pointer arrays for program_module_list and program_modules if such
arrays already exist, which may happen if
gnome_program_module_register() has been called directly by the
programmer.
2003-07-11 Dennis Cranston <dennis_cranston at yahoo com>
Fixes for ui-review bug number 99533.
* gnome-data/gtk-events-2.soundlist.in:
s/Action button click/Click on command button,
s/Check box toggled/Select check box,
s/Menu item activation/Choose menu item.
* gnome-data/gnome-2.soundlist.in:
s/GNOME system events/System events,
s/Error Messages/Error message,
s/Informational Messages/Informational message,
s/Login/Log in,
s/Logout/Log out,
s/Miscellaneous Messages/Miscellaneous message,
s/Question Dialogs/Question dialog,
s/Warning Messages/Warning message.
2003-07-10 Kjartan Maraas <kmaraas@gnome.org>
* libgnome/gnome-program.c: (gnome_program_postinit):
* libgnome/gnome-score.c: (gnome_score_child): Merge
fixes for bug #116794 + one more :)
2003-07-08 Anders Carlsson <andersca@codefactory.se>
* schemas/desktop_gnome_interface.schemas.in:
Add default value for monospace font name
(Patch by Owen Taylor).
2003-07-08 Anders Carlsson <andersca@codefactory.se>
* configure.in:
Remove libxml and libxslt deps.
2003-07-08 Anders Carlsson <andersca@codefactory.se>
* Makefile.am:
* configure.in:
* help-converters/Makefile.am:
* help-converters/README:
* help-converters/docbook/.cvsignore:
* help-converters/docbook/AUTHORS:
* help-converters/docbook/Makefile.am:
* help-converters/docbook/README:
* help-converters/docbook/gnome-customization/.cvsignore:
* help-converters/docbook/gnome-customization/Makefile.am:
* help-converters/docbook/gnome-customization/gnome-custom.xsl:
* help-converters/docbook/gnome-customization/gnome-customization.x
sl:
* help-converters/docbook/gnome-customization/l10n.xml:
* help-converters/docbook/gnome-db2html3.c:
* help-converters/gnome-vfs-module/.cvsignore:
* help-converters/gnome-vfs-module/Makefile.am:
* help-converters/gnome-vfs-module/help-method.c:
* help-converters/gnome-vfs-module/help-method.h:
* help-converters/gnome-vfs-module/help-methods.conf.in:
* help-converters/info/.cvsignore:
* help-converters/info/Makefile.am:
* help-converters/info/data.h:
* help-converters/info/html.c:
* help-converters/info/html.h:
* help-converters/info/main.c:
* help-converters/info/parse.c:
* help-converters/info/parse.h:
* help-converters/info/utils.c:
* help-converters/info/utils.h:
* help-converters/info/version.h:
* help-converters/man/.cvsignore:
* help-converters/man/Makefile.am:
* help-converters/man/README:
* help-converters/man/gnome-man2html.c:
* help-converters/man/man2html.8:
Remove help converters (#98761)
2003-07-04 Anders Carlsson <andersca@codefactory.se>
* configure.in: Release 2.3.3.1
2003-07-02 Anders Carlsson <andersca@codefactory.se>
* doc/reference/.cvsignore:
* doc/reference/Makefile.am:
* doc/reference/libgnome-docs.sgml:
Generate xml reference docs (#111796, Matthias Clasen)
2003-06-30 Anders Carlsson <andersca@codefactory.se>
* libgnome/gnome-gconf.h: Add G_BEGIN_DECLS and G_END_DECLS.
2003-06-27 Richard Hult <richard@imendio.com>
* schemas/desktop_gnome_typing_break.schemas.in: Remove the unused
schemas so we don't get stuck with them after a release. Also use
the correct name for the postpone key.
Thu Jun 26 07:35:41 2003 Jonathan Blandford <jrb@gnome.org>
* schemas/desktop_gnome_typing_break.schemas.in: new schemas file
for the typing-break-daemon.
2003-06-24 Anders Carlsson <andersca@codefactory.se>
* schemas/desktop_gnome_peripherals_mouse.schemas.in: Fix typo.
(#100283, Christian Rose)
(#104140, Christian Rose)
* schemas/desktop_gnome_interface.schemas.in: Fix typo.
(#100280, Christian Rose)
* schemas/desktop_gnome_accessibility_startup.schemas.in:
Use "Applications", not "Apps". (#115570, Christian Rose)
* libgnome/gnome-util.c: (gnome_util_user_shell):
Check that the shells exist and that they are executable.
(#91925, Giovanni Pardini).
2003-06-24 Anders Carlsson <andersca@codefactory.se>
* help-converters/info/main.c: (main):
Use g_strdup_printf instead of sprintf.
(#109889, Christian Marillat).
2003-06-24 Anders Carlsson <andersca@codefactory.se>
* help-converters/man/gnome-man2html.c: Use glib versions of
string functions. (Fixes#81355, Morten Welinder.)
* schemas/Makefile.am:
Honor for --disable-schemas-install (#106119, Julio Merino.)
2003-06-24 Anders Carlsson <andersca@codefactory.se>
* schemas/desktop_gnome_interface.schemas.in:
* schemas/desktop_gnome_peripherals_keyboard.schemas.in:
Put literal values inside quotes. (#100278, Christian Rose)
2003-06-23 Anders Carlsson <andersca@codefactory.se>
* libgnome/.cvsignore:
* libgnome/Makefile.am:
* libgnome/gnome-open.c: (main):
Add gnome-open.
Tue Jun 10 12:51:27 2003 Jonathan Blandford <jrb@redhat.com>
* schemas/desktop_gnome_accessibility_startup.schemas.in: Patch
from Bill Haneman <bill.haneman@sun.com> to add at_start support.
2003-06-10 Jody Goldberg <jody@gnome.org>
* schemas/desktop_gnome_url_handlers.schemas.in : we still need
ghelp, info, and man to keep the help system working.
2003-05-26 Kjartan Maraas <kmaraas@gnome.org>
* libgnome/gnome-program.c: Merge fix for
bug #113660.
2003-05-16 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
* configure.in: Added cy to ALL_LINGUAS
2003-05-12 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
* libgnome/gnome-init.c (libgnome_module_info_get):
call bindtextdomain and bind_textdomain_codeset() earlier
than the current, fixing bug #99224.
2003-05-09 SamÅel JÅn Gunnarsson <sammi@techattack.nu>
* configure.in: Added "is" into ALL_LINGUAS
Thu May 8 18:31:02 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* help-converters/info/main.c (file_exists): make it compile on
C89 compilers.
2003-05-08 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
* configure.in: call AC_LIBTOOL_WIN32_DLL which is necessary for
building shared library on win32 platform.
* libgnome/Makefile.am (libgnome_2_la_LDFLAGS): add -no-undefined
which is necessary for building shared library on some platforms
(e.g. Win32, BeOS).
* libgnome/libgnome-2.0.pc.in (Libs): add -lpopt.
* help-converters/gnome-vfs-module/Makefile.am:
(module_flags): add -module and -no-undefined.
(libvfs_help_la_LIBADD): add $(top_builddir)/libgnome/libgnome-2.la.
* help-converters/gnome-vfs-module/help-methods.conf.in: remove "lib"
prefix and ".so" suffix from module names. Because these are added
automatically by g_module_build_path(), and they breaks on Cygwin.
Cygwin uses "cyg" and ".dll" respectively.
* monikers/GNOME_Moniker_std.server.in.in: remove ".so" from module
name.
* monikers/Makefile.am (libmoniker_extra_2_la_LDFLAGS): add
-no-undefined.
2003-05-05 Christian Rose <menthos@menthos.com>
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
2003-05-04 Taneem Ahmed <taneem@eyetap.org>
* configure.in: Added "bn" in ALL_LINGUAS
2003-05-01 Kjartan Maraas <set EMAIL_ADDRESS environment variable>
* libgnome/gnome-i18n.c: (unalias_lang): Locate locale.alias
in LIBGNOME_DATADIR also. Patch from Julio Merino
<jmmv@hispabsd.org>. Fixes bug #106180.
2003-05-01 Kjartan Maraas <kmaraas@gnome.org>
* schemas/desktop_gnome_interface.schemas.in: Fix typo.
Fixes bug #104422.
2003-05-01 Kjartan Maraas <kmaraas@gnome.org>
* Same as below: Fix crashes when feeding dirs to the
help converters. Merged from branch.
* help-converters/man/Makefile.am:
* help-converters/man/gnome-man2html.c: (output_meta_element),
(scan_request): Fix for bug #79071. Localised man pages work.
2003-05-01 Kjartan Maraas <kmaraas@gnome.org>
* help-converters/man/gnome-man2html.c: (main): Fix for
bug #73597. Patch from Roderich Schupp.
* libgnome/gnome-config.c: (check_path): Use NULL in g_string_new()
* libgnome/gnome-exec.c: (gnome_execute_shell_fds): Fix a typo in
a comment.
2003-04-25 Alexander Larsson <alexl@redhat.com>
Patch by Frank Worsley <fworsley@shaw.ca>
* libgnome/gnome-url.c: (gnome_url_show_with_env):
now just calls gnome_vfs_show_url and wrap error codes in GErrors
* libgnome/gnome-url.h:
updated for new functions
* schemas/desktop_gnome_url_handlers.schemas.in:
cleaned up the url handler schemas. removed unneeded schemas and moved
others into gnome-vfs
2003-04-14 Paul Duffy <dubhthach@frink.nuigalway.ie>
* configure.in: Added ga (irish) to ALL_LINGUAS
2003-04-12 Arvind Samptur <arvind.samptur@wipro.com>
* libgnome/gnome-exec.c: (gnome_execute_async_with_env_fds):
waitpid() could fail due to a interrupted system call, loop till you
succeed. #110100
Reviewed by: Mark McLoughlin <mark@skynet.ie>
2003-04-11 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>
* libgnome/gnome-url.c (gnome_url_show_with_env):
Make sure url substitution takes place for customized web
browser command. Fixes bug#108909.
Reviewed by: Mark McLoughlin <mark@skynet.ie>
2003-03-27 Anders Carlsson <andersca@gnu.org>
* configure.in: Releae 2.3.0
2003-03-26 Christian Rose <menthos@menthos.com>
* configure.in: Added "yi" to ALL_LINGUAS.
2003-03-21 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "ml" in ALL_LINGUAS
2003-03-16 Andras Timar <timar@gnome.hu>
* help-converters/docbook/gnome-customization/l10n.xml:
Added Hungarian translation.
2003-02-13 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Require intltool version that supports
merging translations of .schemas files
* doc/reference/Makefile.am: Removed extra '\'
* libgnome/gnome-help.c (gnome_help_display_desktop_with_env):
Plug a leak.
2003-02-11 Frederic Crozat <fcrozat@mandrakesoft.com>
* help-converters/gnome-vfs-module/Makefile.am:
Fix tinderbox bustage introduced by my previous commit.
2003-02-10 Frederic Crozat <fcrozat@mandrakesoft.com>
* help-converters/gnome-vfs-module/Makefile.am:
* help-converters/gnome-vfs-module/help-methods.conf:
* help-converters/gnome-vfs-module/help-methods.conf.in:
be sure to generate help-methods.conf based on libexecdir value
(bug #91169)
2003-02-10 Mohammad DAMT <mdamt@bisnisweb.com>
* po/id.po: Added Indonesian translation
* configure.in: Added "id" to ALL_LINGUAS
Thu Jan 30 22:28:43 2003 Jonathan Blandford <jrb@redhat.com>
* schemas/desktop_gnome_interface.schemas.in: change default GTK+ theme.
2003-01-23 Alexander Larsson <alexl@redhat.com>
* libgnome/Makefile.am (libgnome_2_la_LDFLAGS):
Correct version number error.
* configure.in:
Add EXTRAVERSION and set to .1
Add missing translations to ALL_LINGUAS.
2003-01-22 Christian Rose <menthos@menthos.com>
* configure.in: Added "mn" to ALL_LINGUAS.
2.4.0
- print usage message when no options passed to gconftool
- API docs updates
- fix UTF-8 handling for command line output
- fix reliability of writing out XML
- ensure recursive unsets get synced
- fix flag value that was "0"
- fix recursive preloading
- fix a memleak
- fix some gconftool messages/segfaults
2.3.3
- new gconf_client_notify() API to fake a notification
- fixes to gconftool --dump feature
- implement schema uninstallation in gconftool so packages
can avoid leaving junk
- fix build issues with linc-free ORBit
- new gconf_client_recursive_unset API
- fix gcc 3.3 strict aliasing warnings
2.3.2
- fix build on Cygwin
- don't complain about missing saved_state in syslog
- improve gconf-sanity-check error text
- added --get-type, --get-list-size and --get-list-element
- exported gconf_entry_copy
- cleaned up headers for C++
- added missing GCONF_CLIENT_GET_CLASS
- hackaround fix for 2.3.1 lockfile breakage
the produced info file is too small to be sliced up with texinfo < 4.6,
but large enough to be by texinfo >= 4.6.
As a workaround, require texinfo >= 4.6 to build it, while we wait for
Stoned's better fix.
This only adds a build dependency, and we're close enough to the last
commit to avoid revision bump.
Changes:
o Added more locale files.
o Makefile.am: Change subdirectory build order so that
'distclean' target work (and other targets remain working).
o libgtop-2.0.pc.in: Fix missing build flags. Patch from
Julio Merino.
o sysdeps/linux/mem.c: (glibtop_get_mem_s): Fix memory calculation
under Linux. Patch from <rwahl@gmx.de>.
And more... please review Changelog for a complete list of changes.
pkgsrc-changes:
o FreeBSD 4.x/5.x support (only tested on 5.x)
Also closes PR 23570.
Contains a library major bump.
Changes in version 1.4.1
========================
* Add translations: Lithuanian [Gedminas Paulauskas],
Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
* Update translations: German [Christian Neumair],
Romanian [Mi\305\237u Moldovan]
* Add description of signals to the documentation [Padraig O'Briain]
* Fix bug which caused building of rpms to fail [Scott Kennedy]
Changes in version 1.4.0
========================
* Add translations: Nepali [Pawan Chitrakar]
* Update translations: Spanish [Francisco Javier F.Serrador],
Welsh [Dafydd Harries]
Changes in version 1.3.6
========================
* Add translations: Hindi [Guntupalli Katunakar]
* Update translations: Azerbaijani [Metin Amiroff],
Italian [Alessio Frusciante]
Changes in version 1.3.5
========================
* Remove po/Makefile.in.in (bug #119053)
* Return correct value for atk_state-set_is_empty (bug #116621)
* Ensure that row and column values in atk_table_ref_at are non-negative.
* Add translations: Tamil [Dinesh N]
* Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
Hungarian [Andras Timar].
Changes in version 1.3.4
========================
* Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
* Add new relation type ATK_RELATION_POPUP
* Some win32 fixes [Tor Lillqvist]
Changes in version 1.3.3
========================
* Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
* Update translations: Traditional Chinese [Abel Cheung]
* Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
Changes in version 1.3.2
========================
* Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
Icelandic [Sam\303\272el J\303\263n Gunnarsson]
* Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
Changes in version 1.3.1
========================
* Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
* Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
Changes in version 1.3.0
========================
* Use automake-1.7, libtoolize, gtkdocize and glib-gettextize.
[James Henstridge]
* Windows fixes [Tor Lillqvist]
* Add translations: Esparanto [Charles Voelger],
Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar],
Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
Turkish [Gorkem], Indonesian [Mohammad Damt],
Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
Brazilian Portuguese [Alexander Folle de Menezes],
Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
* Make atk_text_get_character_extents() return positive value, even for rtl
text. (bug #102954) [Padraig O'Briain]
* Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
(bug #100943) [Padraig]
* Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
[Padraig]
* Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
[Padraig]
* Add property "selected-link" to AtkHyperlink and new function
atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
(bug #104621) [Padraig]
* Correct creation of object which is not a AtkGObjectAccessible in
atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
* Do not emit notification for initial setting of role using
atk_object_set_role(). (bug #107710) [Padraig]
Changes since 2.11:
distcc-2.11.2 "Muscovado" 2003-10-23
BUG FIXES:
* Correct the handling of --without-gnome. Reported by Dimitri
Papadopoulos.
* Fatal signal handlers for client and daemon should reset the
signal vector before doing anything else, to protect against an
(unlikely) spin if the signal is re-sent.
* Corrections to .desktop file from Dag Wieers.
INTERNAL:
* Remove dependency on libglade for GTK+ and GNOME monitor
programs.
PORTABILITY:
* IRIX portability fixes from Dimitri Papadopoulos.
* Use AC_TYPE_SIGNAL to generate correct signal handler return
types. (It can be either int or void.)
DOCUMENTATION:
* Various manual updates.
* Update to xinetd example from Dag Wieers.
distcc-2.11.1 "Burnt sugar" 2003-10-08
FEATURES:
* The graphical monitor can now be configured with either
--with-gnome or --with-gtk. In the second case, the GNOME
libraries are not used. In both cases the resulting program is
called distccmon-gnome and the functional differences are fairly
small.
BUG FIXES:
* An error message is emitted and compilation fails if distcc
cannot use the specified TMPDIR. This can happen if distccd is
started by root with a TMPDIR only accessible to root.
Reported by Brett Dikeman.
* GNOME data files are now only installed when the application is
configured with --with-gnome or --with-gtk. Files are installed
into a distcc/ subdirectory of the configured data directory.
(By default this is /usr/local/share/distcc/). Reported by Erik
Jan Tromp and Noe`l Ko"the.
* Fix bug in sending compressed files where errors were ignored.
* C++ compilation using -frepo must be local. Reported by Andrew
Slater.
PORTABILITY:
* Don't use stdint.h, which is not available on FreeBSD 4-STABLE,
IRIX or Solaris. Reported by Frerich Raabe.
DOCUMENTATION:
* Corrections to distcc manpage reported by Lionel Sausin.
* Documentation of how to write monitor programs, from Frerich
Raabe.
INTERNAL:
* Fix state.h for use with C++. Patch from Frerich Raabe.
1. There has been some re-arrangement of the code for the match() function so
that it can be compiled in a version that does not call itself recursively.
Instead, it keeps those local variables that need separate instances for
each "recursion" in a frame on the heap, and gets/frees frames whenever it
needs to "recurse". Keeping track of where control must go is done by means
of setjmp/longjmp. The whole thing is implemented by a set of macros that
hide most of the details from the main code, and operates only if
NO_RECURSE is defined while compiling pcre.c. If PCRE is built using the
"configure" mechanism, "--disable-stack-for-recursion" turns on this way of
operating.
To make it easier for callers to provide specially tailored get/free
functions for this usage, two new functions, pcre_stack_malloc, and
pcre_stack_free, are used. They are always called in strict stacking order,
and the size of block requested is always the same.
The PCRE_CONFIG_STACKRECURSE info parameter can be used to find out whether
PCRE has been compiled to use the stack or the heap for recursion. The
-C option of pcretest uses this to show which version is compiled.
A new data escape \S, is added to pcretest; it causes the amounts of store
obtained and freed by both kinds of malloc/free at match time to be added
to the output.
2. Changed the locale test to use "fr_FR" instead of "fr" because that's
what's available on my current Linux desktop machine.
3. When matching a UTF-8 string, the test for a valid string at the start has
been extended. If start_offset is not zero, PCRE now checks that it points
to a byte that is the start of a UTF-8 character. If not, it returns
PCRE_ERROR_BADUTF8_OFFSET (-11). Note: the whole string is still checked;
this is necessary because there may be backward assertions in the pattern.
When matching the same subject several times, it may save resources to use
PCRE_NO_UTF8_CHECK on all but the first call if the string is long.
4. The code for checking the validity of UTF-8 strings has been tightened so
that it rejects (a) strings containing 0xfe or 0xff bytes and (b) strings
containing "overlong sequences".
5. Fixed a bug (appearing twice) that I could not find any way of exploiting!
I had written "if ((digitab[*p++] && chtab_digit) == 0)" where the "&&"
should have been "&", but it just so happened that all the cases this let
through by mistake were picked up later in the function.
6. I had used a variable called "isblank" - this is a C99 function, causing
some compilers to warn. To avoid this, I renamed it (as "blankclass").
7. Cosmetic: (a) only output another newline at the end of pcretest if it is
prompting; (b) run "./pcretest /dev/null" at the start of the test script
so the version is shown; (c) stop "make test" echoing "./RunTest".
8. Added patches from David Burgess to enable PCRE to run on EBCDIC systems.
9. The prototype for memmove() for systems that don't have it was using
size_t, but the inclusion of the header that defines size_t was later. I've
moved the #includes for the C headers earlier to avoid this.
10. Added some adjustments to the code to make it easier to compiler on certain
special systems:
(a) Some "const" qualifiers were missing.
(b) Added the macro EXPORT before all exported functions; by default this
is defined to be empty.
(c) Changed the dftables auxiliary program (that builds chartables.c) so
that it reads its output file name as an argument instead of writing
to the standard output and assuming this can be redirected.
11. In UTF-8 mode, if a recursive reference (e.g. (?1)) followed a character
class containing characters with values greater than 255, PCRE compilation
went into a loop.
12. A recursive reference to a subpattern that was within another subpattern
that had a minimum quantifier of zero caused PCRE to crash. For example,
(x(y(?2))z)? provoked this bug with a subject that got as far as the
recursion. If the recursively-called subpattern itself had a zero repeat,
that was OK.
13. In pcretest, the buffer for reading a data line was set at 30K, but the
buffer into which it was copied (for escape processing) was still set at
1024, so long lines caused crashes.
14. A pattern such as /[ab]{1,3}+/ failed to compile, giving the error
"internal error: code overflow...". This applied to any character class
that was followed by a possessive quantifier.
15. Modified the Makefile to add libpcre.la as a prerequisite for
libpcreposix.la because I was told this is needed for a parallel build to
work.
16. If a pattern that contained .* following optional items at the start was
studied, the wrong optimizing data was generated, leading to matching
errors. For example, studying /[ab]*.*c/ concluded, erroneously, that any
matching string must start with a or b or c. The correct conclusion for
this pattern is that a match can start with any character.
Changes since 1.11.9:
*********************
SERVER SECURITY ISSUES
* Malformed module requests could cause the CVS server to attempt to create
directories and possibly files at the root of the filesystem holding the CVS
repository. Filesystem permissions usually prevent the creation of these
misplaced directories, but nevertheless, the CVS server now rejects the
malformed requests.
GENERAL USER ISSUES
* Case insensitive clients using a case sensitive server can now use a
`cvs rm -f file; cvs add FILE' command sequence to add a file with the same
name in a new case.
* CVSROOTs which contain a symlink to a real repository should work.
* The configure script now tests whether it is building CVS on a case
insensitive file system. If it is, CVS assumes that all file systems on this
platform will be case insensitive. This is useful for getting the case
insensitivity flag set correctly when compiling on Mac OS X and under Cygwin
on Windows. Autodetection can be overridden using the
--disable-case-sensitivity and --enable-case-sensitivity arguments to
configure.
* A behavior change in `cvs up -jrev1 -jrev2' for modified files with a base
revision of rev2 (ie, checked-out version matches rev2 and file has been
modified). The operation is no longer ignored and instead is passed to
diff3. This will potentially re-apply the diffs between the two revisions to
a modified local file. Status messages like from a standard merge have also
been added when the file would not or does not change due to this merge
request ("[file] already contains the changes between [revisions]...").
* A bug which could stop `cvs admin -mTAG:message' from recursing has been
fixed.
* Misc documentation cleanup and fixes.
* Some of the contrib scripts, some of the documentation, and sanity.sh were
modified to use and recommend more portable commands rather than using and
recommending commands which were not compatible with the POSIX 1003.1-2001
specification.
DEVELOPER ISSUES
* A new set of tests to test issues specific to case insensitive clients and
servers has also been added.
* Support has been added to the test suite to support testing over a :ext: link
to another machine, subject to some stringent requirements. This support can
be used, for instance, to test the operation of a case insensitive client
against a case sensitive server. Please see the comments in TEST and the
src/sanity.sh test script itself for more.
* We've standardized on Automake 1.7.9 to get a bug fix. See the note below
on the Autoconf upgrade for more details.
* We've standardized on Autoconf version 2.58 to avoid a bug and get at a few
new macros. Again, this should only really affect developers, though it is
possible that CVS will now compile on a few new platforms. Please see the
section of the INSTALL file about using the autotools if you are compiling
CVS yourself.
Changes from 1.11.8 to 1.11.9:
* CVS now knows how to report, as well as record, `P' record types.
* When running the `cvs history' command, clients will now send the
long-accepted `-e' option, for all records, rather than explicitly requesting
`P' record types, a request which servers prior to 1.11.7 will reject with a
fatal error message.
* A problem with locating files requested by case insensitive clients which was
accidentally introduced in 1.11.6 as part of a fix for a data loss problem
involving `cvs add's from case insensitive clients has been fixed. The
relevant error message was `cvs [<command> aborted]: filE,v is ambiguous;
could mean FILE,v or file,v'.
* Attempts to use the global `-l' option, removed from both client and server
as of version 1.11.6, will now elicit a warning rather than a fatal error
from the server.
Changes from 1.11.7 to 1.11.8:
* A problem in the CVS getpass library that could cause passwords to echo on
some systems has been fixed.
Changes from 1.11.6 to 1.11.7:
* A segfault that could occur in very rare cases where the stat of a file
failed during a diff has been fixed.
* Any user with write privleges to the CVSROOT/checkoutlist file could pass
arbitrary format strings directly through to a printf function. This was
probably bad and has been fixed. White space at the beginning of error strings
in checkoutlist is now ignored properly.
* In client/server mode, most messages from CVS now contain the actual
command name rather than the generic "server".
* A long-standing bug that prevented most client/server updates from being
logged in the history file has been fixed.
* Updates done via a patch ("P" status) are now logged in the history file
by default and the corresponding "P" history record type is now documented.
If you're setting the LogHistory option in your CVSROOT/config file, you may
want to add "P" to the list of record types.
* CVS now will always compile and its own getpass() function (originally from
GNULIB) in favor of any system one that may exist. This avoids some problems
with long passwords on some systems and updates us to POSIX.2 compliance, since
getpass() was removed from the POSIX.2 specification.
* A bug that allowed a write lock to be created in a directory despite
there being existing read locks when using LockDir in CVSROOT/config has
been fixed.
* A bug with short patches (`rdiff -s') which caused rdiff to sometimes report
differences that did not exist has been fixed.
* Some minor corrections were made to the diff code to keep diff & rdiff from
printing diff headers with empty change texts when two files have different
revision numbers but the same content.
* The global '-l' option, which suppressed history logging, has been removed
from both client and server.
officially been ported to BSD/OS 5. So this adds that support.
Added three more patches and changed two. Based on some ideas from
Steven M. Schultz and discussed with skrll@NetBSD.
Bump PKGREVISION.
* New features
- Default source file names in the absence of a _SOURCES declaration
are made by removing any target extension before appending `.c', so
to make the libtool module `foo.la' from `foo.c', you only need to
do this:
lib_LTLIBRARIES = foo.la
foo_la_LDFLAGS = -module
For backward compatibility, foo_la.c will be used instead of
foo.c if this file exists or is the explicit target of a rule.
However -Wobsolete will warn about this deprecated naming.
- AR's `cru' flags are now set in a global ARFLAGS variable instead
of being hard-coded in each $(AR) invocation, so they can be
substituted from configure.ac. This has been requested by people
dealing with non-POSIX ar implementations.
- New warning option: -Woverride. This will warn about any user
target or variable definitions which override Automake
definitions.
- Texinfo rules back up and restore info files when makeinfo fails.
- Texinfo rules now support the `html' target.
Running this requires Texinfo 4.0 or greater.
`html' is a new recursive target, so if your package mixes
hand-crafted `Makefile.in's with Automake-generated
`Makefile.in's, you should adjust the former to support (or
ignore) this target so that `make html' recurses successfully. If
you had a custom `html' rule in your `Makefile.am', it's better to
rename it as `html-local', otherwise your rule will override
Automake's new rule (you can check that by running `automake
-Woverride') and that will stop the recursion to subdirectories.
Last but not least, this `html' rule is declared PHONY, even when
overridden. Fortunately, it appears that few packages use a
non-PHONY `html' rule.
- Any file which is m4_included from configure.ac will appear as a
configure and Makefile.in dependency, and will be automatically
distributed.
- The rules for rebuilding Makefiles and Makefile.ins will now
rebuild all Makefiles and all Makefile.ins at once when one of
configure's dependencies has changed. This is considerably faster
than previous implementations, where config.status and automake
were run separately in each directory (this still happens when you
change a Makefile.am locally, without touching configure.ac or
friends). Doing this also solves a longstanding issue: these
rebuild rules failed to work when adding new directories to the
tree, forcing you to run automake manually.
- For similar reasons, the rules to rebuild configure,
config.status, and aclocal.m4 are now defined in all directories.
Note that if you were using the CONFIG_STATUS_DEPENDENCIES and
CONFIGURE_DEPENDENCIES (formerly undocumented) variables, you
should better define them in all directories. This is easily done
using an AC_SUBST (make sure you prefix these dependencies with
$(top_srcdir) since this variable will appear at different
levels of the build tree).
- aclocal will now use `m4_include' instead of copying local m4
files into aclocal.m4. (Local m4 files are those you ship with
your project, other files will be copied as usual.)
Because m4_included files are automatically distributed, it means
for most projects there is no point in EXTRA_DISTing the list of
m4 files which are used. (You can probably get rid of
m4/Makefile.am if you had one.)
- aclocal will avoid touching aclocal.m4 when possible, so that
Autom4te's cache isn't needlessly invalidated. This behavior can
be switched off with the new `--force' option.
- aclocal now uses Autoconf's --trace to detect macros which are
actually used and will no longer include unused macros simply
because they where mentioned. This was often the case for macros
called conditionally.
- New options no-dist and no-dist-gzip.
- compile, depcomp, elisp-comp, install-sh, mdate-sh, mkinstalldirs,
py-compile, and ylwrap, now all understand --version and --help.
- Automake will now recognize AC_CONFIG_LINKS so far as removing created
links as part of the distclean target and including source files in
distributions.
- AM_PATH_PYTHON now supports ACTION-IF-FOUND and ACTION-IF-NOT-FOUND
argument. The latter can be used to override the default behavior
(which is to abort).
- Automake will exit with $? = 63 on version mismatch. (So does
Autoconf 2.58) missing knows this, and in this case it will
emulate the tools as if they were absent. Because older versions
of Automake and Autoconf did not use this exit code, this change
will only be useful in projects generated with future versions of
these tools.
- When using AC_CONFIG_FILES with multiple input files, Automake
generates the first ".in" input file for which a ".am" exists.
(Former versions would try to use only the first input file.)
- lisp_DATA is now allowed. If you are using the empty ELCFILES
idiom to disable byte-compilation of lisp_LISP files, it is
recommended that you switch to using lisp_DATA. Note that
this is not strictly equivalent: lisp_DATA will install elisp
files even if emacs is not installed, while *_LISP do not
install anything unless emacs is found.
- Makefiles will prefer `mkdir -p' over mkinstalldirs if it is
available. This selection is achieved through the Makefile
variable $(mkdir_p) that is set by AM_INIT_AUTOMAKE to either
`mkdir -m 0755 -p --', `$(mkinstalldirs) -m 0755', or
`$(install_sh) -m 0755 -d'.
* Obsolete features
- Because `mkdir -p' is available on most platforms, and we can use
`install-sh -d' when it is not, the use of the mkinstalldirs
script is being phased out. `automake --add-missing' no longer
installs it, and if you remove mkinstalldirs from your package,
automake will define $(mkinstalldirs) as an alias for $(mkdir_p).
Gettext 1.12.1 still requires mkinstalldirs. Fortunately
gettextize and autopoint will install it when needed. Automake
will continue to define the $(mkinstalldirs) and to distribute
mkinstalldirs when this script is in the source tree.
- AM_PROG_CC_STDC is now empty. The content of this macro was
merged in AC_PROG_CC. If your code uses $am_cv_prog_cc_stdc, you
should adjust it to use $ac_cv_prog_cc_stdc instead. (This
renaming should be safe, even if you have to support several,
versions of Automake, because AC_PROG_CC defines this variable
since Autoconf 2.54.)
- Some users where using the undocumented ACLOCAL_M4_SOURCES
variable to override the aclocal.m4 dependencies computed
(inaccurately) by older versions of Automake. Because Automake
now tracks configure's m4 dependencies accurately (see m4_include
above), the use of ACLOCAL_M4_SOURCES should be considered
obsolete and will be flagged as such when running `automake
-Wobsolete'.
* Bug fixes
- Defining programs conditionally using Automake conditionals no
longer leads to a combinatorial explosion. The following
construct used to be troublesome when used with dozens of
conditions.
bin_PROGRAMS = a
if COND1
bin_PROGRAMS += a1
endif
if COND2
bin_PROGRAMS += a2
endif
if COND3
bin_PROGRAMS += a3
endif
...
Likewise for _SOURCES, _LDADD, and _LIBADD variables.
- Due to implementation constraints, previous versions of Automake
proscribed multiple conditional definitions of some variables
like bin_PROGRAMS:
if COND1
bin_PROGRAMS = a1
endif
if COND2
bin_PROGRAMS = a2
endif
All _PROGRAMS, _LDADD, and _LIBADD variables were affected.
This restriction has been lifted, and these variables now
support multiple conditional definitions as do other variables.
- Cleanup the definitions of $(distdir) and $(top_distdir).
$(top_distdir) now points to the root of the distribution
directory created during `make dist', as it did in Automake 1.4,
not to the root of the build tree as it did in intervening
versions. Furthermore these two variables are now only defined in
the top level Makefile, and passed to sub-directories when running
`make dist'.
- The --no-force option now correctly checks the Makefile.in's
dependencies before deciding not to update it.
- Do not assume that make files are called Makefile in cleaning rules.
- Update .info files in the source tree, not in the build tree. This
is what the GNU Coding Standard recommend. Only Automake 1.7.x
used to update these files in the build tree (previous versions did
it in the source tree too), and it caused several problems, varying
from mere annoyance to portability issues.
- COPYING, COPYING.LIB, and COPYING.LESSER are no longer overwritten
when --add-missing and --force-missing are used. For backward
compatibility --add-missing will continue to install COPYING (in
`gnu' strictness) when none of these three files exist, but this
use is deprecated: you should better choose a license yourself and
install it once for all in your source tree (and in your code
management system).
- Fix ylwrap so that it does not overwrite header files that haven't
changed, as the inline rule already does.
- User-defined rules override automake-defined rules for the same
targets, even when rules do not have commands. This is not new
(and was documented), however some of the automake-generated
rules have escaped this principle in former Automake versions.
Rules for the following targets are affected by this fix:
clean, clean-am, dist-all, distclean, distclean-am, dvi, dvi-am,
info, info-am, install-data-am, install-exec-am, install-info,
install-info-am, install-man, installcheck-am, maintainer-clean,
maintainer-clean-am, mostlyclean, mostlyclean-am, pdf, pdf-am,
ps, ps-am, uninstall-am, uninstall-info, uninstall-man
Practically it means that an attempt to supplement the dependencies
of some target, as in
clean: my-clean-rule
will now *silently override* the automake definition of the
rule for this target. Running `automake -Woverride' will diagnose
all such overriding definitions.
It should be noted that almost all these targets support a *-local
variant that is meant to supplement the automake-defined rule
(See node `Extending' in the manual). The above rule should
be rewritten as
clean-local: my-clean-rule
These *-local targets have been documented since at least
Automake 1.2, so you should not fear the change if you have
to support multiple automake versions.
* Miscellaneous
- The Automake manual is now distributed under the terms of the GNU FDL.
- Targets dist-gzip, dist-bzip2, dist-tarZ, dist-zip are always defined.
- core dumps are no longer removed by the cleaning rules. There are
at least three reasons for this:
1. These files should not be created by any build step,
so their removal do not fit any of the cleaning rules.
Actually, they may be precious to the developer.
2. If such file is created during a build, then it's clearly a
bug Automake should not hide. Not removing the file will
cause `make distcheck' to complain about its presence.
3. Operating systems have different naming conventions for
core dump files. A core file on one system might be a
completely legitimate data file on another system.
- RUNTESTFLAGS, CTAGSFLAGS, ETAGSFLAGS, JAVACFLAGS are no longer
defined by Automake. This means that any definition in the
environment will be used, unless overridden in the Makefile.am or
on the command line. The old behavior, where these variables were
defined empty in each Makefile, can be obtained by AC_SUBSTing or
AC_ARG_VARing each variable from configure.ac.
- CONFIGURE_DEPENDENCIES and CONFIG_STATUS_DEPENDENCIES are now
documented. (The is not a new feature, these variables have
been there since at least Automake 1.4.)
The Net::CIDR package contains functions that manipulate lists of IP
netblocks expressed in CIDR notation. The Net::CIDR functions handle
both IPv4 and IPv6 addresses.
this caused a problem where now smpeg-config had the "buildlink"
directory hard-coded in the smpeg-config script.
(Instead smpeg's Makefile can define SDL_CONFIG in the CONFIGURE_ENV
to make sure it uses correct sdl-config. I haven't made that change yet.)
Bugs fixed in 1.7.9:
* Fix install-strip to work with nobase_ binaries.
* Fix renaming of #line directives in ylwrap.
* Rebuild with Autoconf 2.59. (1.7.8 was not installable with pdksh.)
Bugs fixed in 1.7.8:
* Remove spurious blank lines in cleaning rules introduced in 1.7.7.
* Fix detection of Debian's install-info, broken since version 1.5.
(Debian bug #213524).
* Honor -module if it appears in AM_LDFLAGS (i.e., relax name checking)
This was only done for libfoo_LDFLAGS and LDFLAGS in previous versions.
Bugs fixed in 1.7.7:
* The implementation of automake's --no-force option is unreliable,
so this option is ignored in this version. A real fix will appear in
Automake 1.8. (Debian Bug #206299)
* AM_PATH_PYTHON: really check the whole list of interpreters if no
argument is given. (Bug #399)
* Do not warn about leading `_' in variable names, even with -Wportability.
* Support user redefinitions of TEXINFO_TEX.
* depcomp: support AIX Compiler version 6.
* Fix missing rebuilds during `make dist' with BSD make.
(Could produce tarballs containing out-of-date files.)
* Resurrect multilib support.
* Noteworthy manual updates:
- Extending aclocal: how to write m4 macros that won't trigger warnings
with Automake 1.8.
- A Shared Library: Rewrite and split into subsections.
* Major changes in Autoconf 2.59 -*- outline -*-
Released 2003-11-04, by Akim Demaille
** ac_abs_builddir etc.
Absolute paths were actually relative in 2.58.
* Major changes in Autoconf 2.58
Released 2003-11-04, by Akim Demaille
** core.*
core.* files are no longer removed, as they may be valid user files.
** autoreconf and auxiliary directory
Autoreconf creates the auxiliary directory if needed. This is
especially useful for initial "bootstrapping" of fresh CVS checkouts.
** AC_CONFIG_MACRO_DIR
Use this macro to declare the directory for local m4 macros for aclocal.
** AC_LIBOBJS
No longer includes twice the same file in LIBOBJS if invoked
multiple times.
** AC_CONFIG_COMMANDS
The directory for its first argument is automatically created. For
instance, with
AC_CONFIG_COMMANDS([src/modules.hh], [...])
$top_builddir/src/ is created if needed.
** Autotest and local.at
The optional file local.at is always included in Autotest test suites.
** Warnings
The warnings are always issued, including with cached runs.
This became a significant problem since aclocal and automake can
run autoconf behind the scene.
** autoheader warnings
The warnings of autoheader can be turned off, using --warning.
For instance, -Wno-obsolete disables the complaints about acconfig.h
and other deprecated constructs.
** New macros
AC_C_RESTRICT, AC_INCLUDES_DEFAULT, AC_LANG_ASSERT, AC_LANG_WERROR,
AS_SET_CATFILE.
** AC_DECL_SYS_SIGLIST
Works again.
** AC_FUNC_MKTIME
Now checks that mktime is the inverse of localtime.
** Improve DJGPP portability
The Autoconf tools and configure behave better under DJGPP.
** Present But Cannot Be Compiled
New FAQ section dedicated to the mystic
configure: WARNING: pi.h: present but cannot be compiled
configure: WARNING: pi.h: check for missing prerequisite headers?
configure: WARNING: pi.h: proceeding with the preprocessor's result
messages.
** Concurrent executions of autom4te
autom4te now locks its internal files, which enables concurrent
executions of autom4te, likely to happen if automake, autoconf,
autoheader etc. are run simultaneously.
** Libtool
Use of Libtool 1.5 and higher is encouraged. Compatibility with
Libtool pre-1.4 is not checked.
** Autotest
Testsuites no longer rerun failed tests in verbose mode; instead,
failures are logged while the test is run.
In addition, expected failures can be marked as such.
Add PERL to CONFIGURE_ENV for p5-subversion.
Upstream change log:
Version 0.34.0 (released 3 December 2003, from revision r7859)
http://svn.collab.net/repos/svn/tags/0.34.0
#####################################################################
## WARNING WARNING WARNING WARNING WARNING WARNING WARNING ##
#####################################################################
## ##
## This release makes an incompatible change to the Subversion ##
## database. Repositories created with versions of Subversion ##
## prior to 0.34 will not work with Subversion 0.34. ##
## To upgrade, first use 'svnadmin dump' with your existing ##
## Subversion binaries. Then upgrade your binaries to 0.34, and ##
## use 'svnadmin load' to create a new repository from your ##
## dumpfile. ##
## Don't forget to copy any custom configuration/hooks from the ##
## old to the new repository. ##
## ##
#####################################################################
Please see notes/repos_upgrade_HOWTO for documentation on migrating
pre-0.34.0 repos to 0.34.0.
That document is also located here:
http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO
User-visible changes:
* fs schema change (#1578, #1595) **NOTE: repos dump/load cycle required!**
* Berkeley DB 4.2.50 is now the recommended Berkeley version
* Fix: 'svn status' thought replaced items were unversioned (#1609)
* SSL server cert error prompt improvement (r7849)
* many error message improvements (r7745, r7763, r7824 and 7827 - #897)
* don't show update-completion message until all wc work completes (#1556)
* many other enhancements, minor features, and bugfixes not listed here
Developer-visible changes:
* public client APIs changes (r7799) after fixing #1556
* many improvements and fixes on Perl bindings (perl => 5.8.0 are required)
* improvements, fixes on misc. test scripts
* many other changes not listed here
Merged revisions after release branching:
* r7868 - Java bindings
* r7888 - Security fix for svnserve
* New Menu and Menu Item inspectors.
* User can now specify the Services and Windows menus in the menu
inspector.
* User can specify a non-custom subclass as well as a custom one to
replace the class when the .gorm is unarchived. This can be used
to turn a NSTextField into NSSecureTextField and etc.
* New set name panel.
* New switch control on the font panel to allow the user to specify
if a font is encoded with its default size or not.
* Added NSStepper and NSStepperCell to the class list to allow
creation of custom subclasses.
* Windows and Services menus now function correctly.
Read the NEWS file for a compete list of changes since the last
stable version. The major change is that the header files (both in the
package and when installed) are in different locations. Also, due to
filesystem changes in gnustep-make, several components of gnustep-base
are located in different locations. Generally this should not affect the
compilation or running of applications and tools.
Read the NEWS file for a complete list of changes since the last
stable release. The major difference from 1.6.0 is that the locations
of certain directories have changed. Generally this will not cause a
problem unless your GNUstep directory is shared by multiple machines
running this and earlier (1.6.x) versions of the software.
The program mph tries to generate an order preserving minimal perfect
hashing (MPH) function for the set of keys, one per line, on stdin.
Each key can be at most 4095 characters long (see keys.h to increase
this limit), and the keys must be unique. If mph terminates, it emits
a language independent binary or text representation of the MPH
function on stdout. To generate a usable hash function, this output
should be fed to a language dependent filter, like emitc.
e.g.
% mph <foo | emitc >hash.c
The algorithm used by mph is probabilistic - it iterates until it
finds a MPH function. For each failed iteration, it prints a
(cryptic) reason on stderr. There is no no guarantee that mph will
terminate. In practice this is unlikely, unless the constants
specified with options -c or -m are too small (see below).
LibSTree is a library containing generic string algorithms based on
suffix trees. The underlying implementation is based on Ukkonen's
linear suffix tree creation algorithm, supporting multiple strings per
tree.
(Set version_type=sunos for bsdi in libtool.)
Regenerate distinfo for patch-aa.
Bump PKGREVISION (especially so BSD/OS support will work
using _OPSYS_LIBTOOL_REQD.)
This is for my PR #23058.
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
specifications defined by the IETF Internationalized Domain Names (IDN)
working group. It is used to prepare internationalized strings (such as
domain name labels, usernames, and passwords) in order to increase the
likelihood that string input and string comparison work in ways that make
sense for typical users throughout the world.
The library contains a generic Stringprep implementation that does Unicode
3.2 NFKC normalization, mapping and prohibition of characters, and
bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep,
SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
IDNA are supported.
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier and more
intuitive for developers to produce games and demos utilising 3D hardware.
The class library abstracts all the details of using the underlying system
libraries like Direct3D and OpenGL and provides an interface based on world
objects and other intuitive classes.
ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.
Developer's Image Library (DevIL) is a programmer's library to develop
applications with very powerful image loading capabilities, yet is easy
for a developer to learn and use. Ultimate control of images is left to
the developer, so unnecessary conversions, etc. are not performed. DevIL
utilizes a simple, yet powerful, syntax. DevIL can load, save, convert,
manipulate, filter and display a wide variety of image formats.
Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm,
.mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp,
.raw, .sgi, .tga and .tif files.
Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm,
.pcx, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif.
DevIL currently supports the following APIs for display: OpenGL, Windows GDI,
SDL, DirectX and Allegro. Compilers that can compile DevIL or use it
include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and
Dev-C++.
This is a module for computing the difference between two files,
two strings, or any other two lists of things. It uses an
intelligent algorithm similar to (or identical to) the one used by
the Unix `diff' program. It is guaranteed to find the *smallest
possible* set of differences.
* Bug fix.
New in 3.0:
* Added option --output that allows to specify the output file name.
* Some options have been renamed:
--hash-fn-name=NAME --> --hash-function-name=NAME
--lookup-fn-name=NAME --> --lookup-function-name=NAME
--compare-strlen --> --compare-lengths
--global --> --global-table
The older variants are still supported for backward compatibility.
* New options can now be specified inside the input file: --> see "NEWS"
* When the option -k is not given, the default key positions are now
computed depending on the set of keywords.
* If the input file is given by name, the output file will now contain
#line directives referring to the input file.
* Some keyword sets containing permutations, like { "xy", "yx", "xz", "zx" }
or { "abc", "acb", "bca", "cab" }, are now handled by gperf without
requiring the option -D.
* The generated table is usually much smaller than it was with earlier
versions of gperf.
* Added option -m/--multiple-iterations that allows to further reduce the
size of the generated table.
* When the search for a good hash function is not immediately successful,
the table's size will grow as needed. Earlier versions of gperf bailed
out with an "Internal error, duplicate hash code value".
* The options -f/--fast and -o/--occurrence-sort have no effect any more.
* Added options -P/--pic and --null-strings that optimize the generated code
for use in shared libraries. -P/--pic does a perfect optimization but may
require some small code changes (see the documentation for details), whereas
--null-strings does only a half-hearted optimization but works without
needing any change to surrounding code.
* Added option --ignore-case that produces a case independent lookup function.
* Bug fixes
Add p5-subversion package.
Upstream change log:
Version 0.33.1 (released 17 November 2003, revision r7782)
http://svn.collab.net/repos/svn/tags/0.33.1
NOTICE: This is a bugfix release. The bug is fixed if *either*
the client or server uses the new code.
User-visible changes:
* major performance fix for updates
Version 0.33.0 (released 13 November 2003, revision r7737)
http://svn.collab.net/repos/svn/tags/0.33.0
NOTICES:
1. This client may be incompatible with ra_dav servers <= 0.31.
2. In order to make commits more responsive, repository
deltification is no longer automatic. However, you may want
to run deltification as a background process in your repository
post-commit hook. For example, the new post-commit.tmpl file
recommends 'nice -2 svnadmin deltify "$REPOS" -r "$REV" &'.
User-visible changes:
* now require APR/APU 0.9.5 (ships in Apache 2.0.48)
* lose automatic deltification, but recommend it in post-commit (r7695, #1573)
* new configuration and authn/authz support in ra_svn (r7604, r7601)
* much faster checkouts and updates, over both svn:// and http:// (#1429)
* new partial-authz feature: checkouts/updates just skip unauthorized items
* new 'use-commit-times = yes' config option to use commit-time timestamps
* new 'svnadmin hotcopy' command, like hot-backup.py (#1567)
* fix Win32 "access denied" error in renames (r7598, #1576)
* unnecessary working copy tree locks now avoided, to save time (#1245)
* Compatibility changes:
- lose ra_dav compatibility with servers 0.31 and earlier
- lose support for working copy format "1" (not created for over a year)
* 'svn diff' and other read-only actions now work in read-only working copies
* 'svn blame -rX' now does the intuitive thing
* 'svn log' output headers now say "rXXXX | " instead of "rev XXXX: "
* 'svnversion' no longer stymied by svn:externals
* new 'svn pd' alias for 'svn propdel'
* '-rCOMMITTED' keyword now works on more commands
* minor changes to output of 'svn ls -v' and 'svn st -v' (r7530)
* 'svn log --xml' now obeys the '-q' flag (r7555)
* cvs2svn.py bugfixes, especially issue #1440
* book and documentation updates
* removed server config options ssl-ignore-invalid-date and
ssl-override-cert-hostname (r7644)
* many other enhancements, minor features, and bugfixes not listed here
Developer-visible changes:
* repair text- and prop-time in .svn/entries if spuriously wrong (r7565)
* speed up keyword translation (r7502)
* two new editor functions, absent_file() and absent_directory()
* ra_dav checkouts/updates no longer do O(n) number of GET, PROPFIND requests
* new svn_io_temp_dir function, will morph to apr_temp_dir_get soon
* new svn_io_file_close wrapper for apr_file_close
* tools/test-scripts/svntest/ scripts now support ra_dav and ramdisk
* many other changes not listed here
Implement boolean operators in #if [Pete Gonzalez]
Adds support for Windows MinGW GCC and MS VisualC++.NET [Jack T. Goral]
Adds Jamfile for compilation with Jam [Jack T. Goral]
Make gcc style predefined symbols defined as in -DPARAMETER=3 [Pierric Descamps]
Fix unportable configure sh for NetBSD [Julio M. Merino Vidal]
Set object filename extension through a command line [Arne Varholm]
Man page [Zenaan Harkness]
Compilation fixes + makefile for MS VC6 [Alexander Bartolich]
Fixed:
- fixed detectors fix incorrectly fixed in bugfix release 0.6.2
- added note to upgrading doc for detectors fix in 0.6.2
- added script to help migrating queries from pre-0.6 trackers
- fixed "documentation" of getnodeids in roundup.hyperdb
- added flush() to DevNull (sf bug #835365)
- fixed javascript for help window for only one checkbox case
- Date +/- Interval now works, and Date - Date also works
- handle socket timeout exception (thanks Marcus Priesch)
- fixed retirement of items in rdbms imports (sf bug 841355)
- fixed bug in looking up journal of newly-created items in *dbm backends
Version 0.8.13 - 18 November 2003
* Add -s/--shadowbuiltin option to warn when overriding a builtin
* Add warning when assigning a variable to itself
* Add warning when dividing a variable by itself
* Add warnings when using a bit-wise operator with the same variable (a & a)
* Add warning when passing a constant string to getattr()/setattr()
* Add --special option to check for __special__ (reserved) method names
and that their signature (argument count) is correct
* Add warning for using __getattribute__ in an old-style class
* Suppress 'self as first argument' warning for static and class methods
* Add --classmethodargs option to specify first argument name
for class methods
update to 1.1.08 based upon PR 23022 by Neil Booth (update to 1.1pre5)
tla is a revision control system: a program that lets programmers
archive a history of changes made to the software they maintain and
that, more importantly, helps programmers to coordinate, synchronize,
and combine multiple lines of development for a single project.
suggested/ok'ed by wiz@
Changes:
* Improve the performance. (client/server)
It's 4 - 30% faster than 0.24.12.
(of course, depends on disk I/O, network connectivity, and so on.)
Have fun!
* Fix a bug to remain temporary files. (client)
To remove that files, remove scanfiles and re-run cvsync client.
* Option (server)
-l: Specifies the file to write the system log.
* New feature: base (client/server/cvscan)
Specifies a prefix used for relative pathnames in all of the keyword
'distfile', 'refuse', and 'scanfile'. It must be an absolute path.
host operating system to standard specifications. Given that it tests
the thread implementation, this package should only be built on systems
with native thread implementations.
Link against libintl correctly so it doesn't exhibit unresolved gettext
symbols to binaries trying to link with libpopt.
Fixes (at least) fonts/chkfontpath as seen in recent bulk builds.
Set USE_BUILDLINK2 so that perl bl2 works.
Add pthread.buildlink2.mk; however, more fixes are needed for this to work
on non-native libpthread platforms (PLIST still incorrect for now).
Changes:
* Fix a bug to use a wrong constant as NI_MAXHOST on OpenBSD.
(cvscan/client/server)
* Fix a bug to require the existence of 'prefix' when the release
type is 'list'. (client)
Changes:
* New utility: cvsup2cvsync
This converts a scanfile from the CVSup(R) style to the cvsync style.
It is useful for mirror maintainers to distribute the CVS repositries
via both CVSup and CVSync protocols.
* Use poll() instead of select() if available. (server/client)
* New feature: refuse (client)
It provides the way to refuse to add/update/remove files or
directories.
and PLIST.Linux so it is registered.
Although it has no change for NetBSD, I bumped the PKGREVISION so
it would be clear that this is a different package for Linux.
gdbserver is for SunOS too. Can someone check and add PLIST.SunOS?
"Athlon MP" nor a "Pentium Pro". Correct this by testing for the special
cases first rather than trying to be clever in the generic test.
Bump package version to 0.58
just for SunOS). (Okay'd by rh.) This should probably get rid of
SunOS check. Later, these build dependency checks should be improved
and done in a separate mk file (like an enhanced tools.mk).
* Catch invalid OLE2 files that claim there is data in a directory.
* Better error handling for Infile::child_by_*
* Work harder to restore invalid ole2 files with bad BATs.
* Begin an interface for ole2 export with non-default block sizes.
* Name the root directory 'Root Entry' to keep libole2 happy.
* Support CLSIDs for Storages for the AAF project
* Test and fix bugs reading ole files with non-default block sizes.
* Plug major gzip output leak.
* Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify
mkdep.pl to be able to generate completely pathless dependencies, as
required by OpenWatcom wmake (it supports path searches, but not
explicit paths.)
* Fix the STR instruction.
* Fix the ELF output format, which was broken under certain
circumstances due to the addition of stabs support.
* Quick-fix Borland format debug-info for -f obj
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call (#794686)
* Fix long label causes coredump (#677841)
* Use autoheader as well as autoconf to keep configure from generating
ridiculously long command lines.
* Make sure that all of the formats which support debugging output
actually will suppress debugging output when -g not specified.