Commit graph

100708 commits

Author SHA1 Message Date
martti
bce769aad4 squirrelmail-1.4.7 2006-07-13 07:59:57 +00:00
martti
2a8857dbae Updated squirrelmail-locales to 1.4.7
* sync with squirrelmail 1.4.7
2006-07-13 07:59:36 +00:00
martti
746955f539 Updated squirrelmail to 1.4.7
- Fixed URL for Read Receipts being incorrect in some cases (#1177518).
  - Fixed endless loop when trying to parse "From: )(" (#1517867).
  - Using is_file() instead of file_exists() in fortune plugin (#1499134).
  - Add manual page for conf.pl under contrib.
  - Don't allow selecting INBOX as Sent, Draft or Trash folder (#1242346).
2006-07-13 07:59:34 +00:00
gson
eafe386bea Remove illegal and unnecessary cast on left side of
assignment to make it compile with gcc 4.1.2
2006-07-13 06:58:37 +00:00
joerg
69ed23f3be Backout last revision, it is not included in xorg-libs *sigh*. 2006-07-13 00:57:32 +00:00
wiz
be3e7cd44b guile updated to 1.6.8. 2006-07-12 20:12:15 +00:00
wiz
462fb22844 Update to 1.6.8:
Changes since Guile 1.6.7 (changes in 1.6.8):

* Changes to the distribution

** A number of GCC 4.0 related build problems have been fixed.

A number of changes have been made to accomodate GCC 4.0.

* Changes to the stand-alone interpreter

** `readline-set!' now works.

* Changes to Scheme functions and syntax

** Guile now allows multiple line comments to end without a trailing newline.

Previously Guile would throw an exception if a multiple line comment
ended without a trailing newline.  Now "!#" will end a multiple line
comment regardless of what follows.

** Guile supports newer versions of SLIB more cleanly.

Guile now relies on the upstream SLIB code (guile.init) to handle the
load process.  Previously Guile relied on its own copy of that code,
which was incorrect, at least for more recent versions of SLIB.

If you still need to use Guile with an older version of SLIB, and the
new approach doesn't work for you, please add the following definition
to your code before (ice-9 slib) is loaded for the first time:

  (define *guile-use-old-ice-9-slib* #t)

This will cause Guile to revert to the old load behavior.

** The r5rs numerator and denominator functions have been added.

These are now available in the default environment.

** `/' fix to <any>/0-<y>i complex division case, avoiding divide-by-zero

** `array-map!' fix, accepts just a destination array again

** `cons*', `list' fix to not clobber source list when called via `apply'

** `string-index', `split-string' and other string func fixes for 8-bit chars

** `number->string' fix for parsing of polar complex number with invalid angle

** (ice-9 poe) bug fixes

** srfi-1 `lset-adjoin' fix to actually use given equality procedure

** srfi-1 `lset-union' fixes to operate in the way specified by the SRFI

Note in particular that if the first list is empty then the first
non-empty is the starting point, and duplicates are not cast out of
that.  So

	(lset-union = '() '(1 1 1)) => '(1 1 1)

where previously it was '(1).  This, though perhaps unhelpful, comes
from the SRFI spec (that if list A is empty then the result is B).

** srfi-1 `lset=', `list=' fix to equality procedure argument order

** srfi-17 avoid deprecation warnings about reexport

** srfi-19 new 2005 leap second

** srfi-39 new parameter versions of `current-output-port' etc, per SRFI

** make-stack can now correctly construct a stack from a continuation.

** Output string port speed problems have been improved

Output string port (open-output-string, etc) writing was very slow at
about 50 to 100 kbytes or above.  This affected various things, in
particular regexp-substitute/global on a large string, and stack
backtraces with a large object.

** Bug fix: printing values no longer protects them from GC

A bug in the printing code used to mean that printing a value (using
`display' or `write') would incorrectly protect that value from GC for
a while afterwards.  This has now been fixed.

* Changes to the C interface

Ok gdt@
2006-07-12 20:11:39 +00:00
rillig
d81b7db43f Added "umask" to the list of known shell commands. 2006-07-12 19:34:30 +00:00
rillig
7036700ae5 Added UNPRIVILEGED_USER and UNPRIVILEGED_GROUP. Fixed MAKEFILE. 2006-07-12 19:33:58 +00:00
gdt
c14e934cb6 Include some .h files not in PLIST; gimp-ufraw was including them via
gimp includes and failing to build.  PKGREVISION++.
2006-07-12 18:51:04 +00:00
joerg
231e153443 Disable debugging by default. 2006-07-12 17:55:05 +00:00
wiz
c8d0aa5b96 Updated enchant to 1.2.6. 2006-07-12 17:53:13 +00:00
wiz
27a4d75cd0 Update to 1.2.6:
New in 1.2.3:

Bug fixes.

New in 1.2.1:

Better support for aspell-0.50 and greater
Hunspell support
Better Hspell support
The usual pile of bugfixes

(other changes unknown)
2006-07-12 17:52:16 +00:00
heinz
40495db2db Updated
net/p5-IP-Country to 2.21
	devel/p5-IO-stringy to 2.110
	devel/p5-Date-Manip to 5.44
	www/p5-CGI to 3.20
	www/p5-HTML-Tree to 3.20
	devel/p5-Term-ReadLine to 1.16
Added
	textproc/p5-Text-Reflow version 1.05
2006-07-12 17:47:34 +00:00
heinz
16f7047d0a Activated p5-Text-Reflow. 2006-07-12 17:44:29 +00:00
rillig
a355fb8d07 Moved documentation to share/doc/ntp4. Bumped PKGREVISION. 2006-07-12 17:41:54 +00:00
heinz
435c20ab95 Import of Perl module Text-Reflow 1.05.
Text::Reflow is a Perl module for reflowing paragraphs of text using
Knuth's paragraphing algorithm.  The program looks for "optimal"
places to insert line breaks in order to avoid breaking up phrases.
This results in more ragged, but more readable paragraphs.
2006-07-12 17:41:04 +00:00
rillig
98a30f7708 Sorted PLIST. 2006-07-12 17:23:51 +00:00
heinz
0c8168e03b Updated to version 1.16.
Pkgsrc changes:
  - HOMEPAGE points to search.cpan.org which gives a bit more information...

Relevant changes since version 1.14:
====================================
1.16  2006-04-02
	- readline-5.1 support
	    new function
		variable_value
		reset_screen_size
	    new variable
		prefer_env_winsize

1.15  2004-10-17
	- readline-5.0 support
	    new function
		bind_key_if_unbound
		bind_keyseq
		bind_keyseq_if_unbound
		tty_unset_default_bindings
		add_history_time
		history_get_time
	    new variable
		history_write_timestamps
		completion_quote_character
		completion_suppress_quote
		completion_found_quote
		completion_word_break_hook
	- double IO stream close bug fix (more use of PerlIO)
	- warning on 'use Term::ReadLine::Gnu;'.
2006-07-12 17:22:38 +00:00
rillig
c7e05ef542 Fixed pkglint warnings. 2006-07-12 17:21:52 +00:00
heinz
50238c3bc0 Updated to version 3.20.
Pkgsrc changes:
  - Introduced USE_LANGUAGES.

Relevant changes since version 3.19_01:
=======================================

    [THINGS THAT MAY BREAK YOUR CODE]
    * The store_declarations() method has been restored, but defaults
      to true instead of false.

    [THINGS THAT MAY BREAK YOUR CODE]
    * The store_declarations() method has been removed.
    * Non-closing HTML tags like <IMG> are now rendered as <IMG />.
    * All values in tags are now double-quoted.  Previously, all-numeric
      values weren't quoted.
2006-07-12 17:11:22 +00:00
rillig
cad20b61be Moved documentation files from share/doc/html/csound5 to
share/doc/csound5. Bumped PKGREVISION.
2006-07-12 17:09:50 +00:00
rillig
9ed2ba9278 Fixed pkglint warnings. 2006-07-12 17:04:41 +00:00
heinz
e0f9e7a1db Updated to version 3.20.
Pkgsrc changes:
  - none

Relevant changes since version 3.11:
====================================
  Version 3.20
  1. Patch from David Wheeler for CGI::Cookie->bake(). Uses mod_perl
     headers_out->add() rather than headers_out->set().
  2. Fixed problem identified by Andrei Voronkov in which start_form()
     output was screwed up when initial argument begins with a dash and
     subsequent arguments do not.
  3. Quashed uninitialized variable warnings coming from script_name(),
     url() and other functions that require access to the PATH_INFO
     environment variable.

  Version 3.19
  1. Added patch from Stephen Frost that allows one to suppress use of the
     temp file that is created during uploads.
  2. Fixed problem noted by Martin Foster in which regular expression
     meta-character terms in the path information were not quoted, causing
     URL parsing to fail on URLs that contained metacharacters (such as +).
  3. More fixes to the url() method.
  4. Removed "hack to fix broken PATH_INFO in MSII".

  Version 3.18
  1.  Doc typo fixes.
  2.  Patch from Steve Peters to default the document type to match the charset.
  3.  Fixed param() so that param(-name=>'foo',-values=>[]) sets the
      parameter to empty list.

  Version 3.17 Fri Feb 24 14:01:27 EST 2006
   1. Added patch from Mike Hanafey which caused 0 arguments to
      CGI::Cookie->new() to be treated as empty.
   2. Patch to CGI::Carp from Peter Whaite to fix the unfixable problem of
      CGI::Carp not behaving correctly in an eval() context.
   3. CGI::Fast->new() calls CGI->_reset_globals to avoid contamination of
      one session with another's variables.
   4. Fixed upload failure on files that contain semicolons in their names.

  Version 3.16 Wed Feb  8 13:29:11 EST 2006
   1. header() -charset option now works even when the MIME type is not "text".
   2. Fixed documentation for cookie() function and fastCGI.
   3. Upload filehandles now only closed automatically on Windows systems.
   4. Apache::Cookie compatibility fix from David Wheeler
   5. CGI::Carp->fatalsToBrowser() does not work correctly with
	mod_perl 2. No workaround is known.
   6. Fixed text status code associated with 302 redirects. Should be "Found"
	but was "Moved".
   7. Fixed charset in start_html() and header() to be in synch.

  Version 3.14 Tue Dec  6 17:12:03 EST 2005
   1. Fixed broken scrolling_list() select attribute.

  Version 3.14 Tue Dec  6 17:12:03 EST 2005
   1. Fixed broken scrolling_list() select attribute.

  Version 3.13
    1. Removed extraneous empty "?" from end of self_url().

  Version 3.12
    1. Fixed virtual_port so that it works properly with https protocol.
    2. Fixed documentation for upload_hook().
    3. Added POSTDATA documentation.
    4. Made upload_hook() work in function-oriented mode.
    5. Fixed POST_MAX behavior so that it doesn't cause client to hang.
    6. Disabled automatic tab indexes and added new -tabindex pragma to
	turn automatic indexes back on.
    7. The url() and self_url() methods now work better in the context of Apache
       mod_rewrite. Be advised that path_info() may give you confusing results
       when mod_rewrite is active because Apache calculates the path info
       *after* rewriting. This is mostly worked around in url() and self_url(),
       but you may notice some anomalies.
    8. Removed empty (and non-validating) <div> from code emitted by end_form().
    9. Fixed CGI::Carp to work correctly with Mod_perl 1.29 in an Apache 2
       environment.
   10. Setting $CGI::TMPDIRECTORY should now be effective.
none
2006-07-12 17:03:43 +00:00
heinz
79e07cd1f2 Updated to version 5.44.
Pkgsrc changes:
  - The module needs no compiler.

Changes since version 5.42a:
============================
   Changed default behavior of Delta_Format back.
   ***Revamped the recurrences. Y-0-WOY-DOW now refers to the WOY'th
      occurence of DOW instead of the ISO 8601 date Y-W(WOY)-DOY. Also,
      changed Y-0-WOY-0 to refer to the WOY'th occurence of FirstDay,
      and got rid of the MW and MD flags. Many other similar changes.
   Changed behavior of %x format in UnixDate.
2006-07-12 16:46:44 +00:00
heinz
f0f9ca5f93 Updated to version 2.110.
Pkgsrc changes:
  - Changed HOMEPAGE because of new maintainer.
  - PACKLIST changed because the name of the _module_ is now IO::Stringy.

Changes since version 2.109:
============================
    *   2208 IO::ScalarArray->getline does not return undef for EOF if
        undef($/)
    *   7132 IO-stringy/Makefile.PL bug - name should be module name
    *   11249 IO::Scalar flush shouldn't return undef
    *   2172 $\ (output record separator) not respected
    *   8605 IO::InnerFile::seek() should return 1 on success
    *   4798 *.html in lib/
    *   4369 Improvement: handling of fixed-size reads in IO::Scalar
        (Actually, bug 4369 was closed in Version 2.109)
2006-07-12 16:39:47 +00:00
joerg
880bbea012 py-psycopg2 imported. 2006-07-12 16:35:39 +00:00
joerg
7aebca6293 Add py-psycopg2. 2006-07-12 16:35:00 +00:00
joerg
a3a8c8a8db Import py-psycopg2-2.0.2, a rewritten version of psycopg:
This is version 2, a complete rewrite of the original code to provide
new-style classes for connection and cursor objects and other
sweet candies. Like the original, psycopg 2 was written with the aim of
being very small and fast, and stable as a rock.
2006-07-12 16:34:39 +00:00
rillig
d0e20d0166 Updated devel/nss to 3.11. 2006-07-12 16:34:11 +00:00
rillig
400986994e Removed patch-am, which had been added accidentally. The problem that it
tried to solve is properly fixed by patch-an.
2006-07-12 16:32:00 +00:00
rillig
02f9266fc6 Updated nss to 3.11.
No ChangeLog available, but some libraries have changed:
- removed libfort
- added libfreebl3
- removed libswft
2006-07-12 16:30:03 +00:00
wiz
5b64964b5c Add comment why updating gtk2 to 2.10.0 right now is not a good idea
(wait for gnome-2.16).
2006-07-12 16:29:42 +00:00
rillig
971f389ffe Oops. I had accidentally commented out ONLY_FOR_PLATFORM. 2006-07-12 15:39:50 +00:00
rillig
ac3b719e44 Fixed most pkglint warnings. 2006-07-12 15:38:28 +00:00
joerg
ebef27b719 Follow py-gnome2: no Python 2.3 any longer. 2006-07-12 15:31:23 +00:00
joerg
4bdadf142b py-gnome2 is only available for Python 2.4, so no 2.3 here either. 2006-07-12 15:30:52 +00:00
joerg
a4973c9ffe py-gnome2 dependency doesn't support Python 2.3 any longer. 2006-07-12 15:28:39 +00:00
joerg
defc6c4845 py-gnome2 needs Python 2.4, so don't allow 2.3 here either. 2006-07-12 15:27:18 +00:00
wiz
74b18f4b1c Does not really need perl, just checks for it. 2006-07-12 15:19:17 +00:00
wiz
2272ef6f54 bzr updated to 0.8.2. 2006-07-12 14:31:36 +00:00
wiz
ad7a87898e Update to 0.8.2. Add test target. Add py-expat dependency.
Generate and install man page.

bzr 0.8.2  2006-05-17

  BUG FIXES:

    * setup.py failed to install launchpad plugin.  (Martin Pool)

bzr 0.8.1  2006-05-16

  BUG FIXES:

    * Fix failure to commit a merge in a checkout.  (Martin Pool,
      Robert Collins, Erik Bågfors, #43959)

    * Nicer messages from 'commit' in the case of renames, and correct
      messages when a merge has occured. (Robert Collins, Martin Pool)

    * Separate functionality from assert statements as they are skipped in
      optimized mode of python. Add the same check to pending merges.
      (#44443, Olaf Conradi)

  CHANGES:

    * Do not show the None revision in output of bzr ancestry. (Olaf Conradi)

    * Add info on standalone branches without a working tree.
      (#44155, Olaf Conradi)

    * Fix bug in knits when raising InvalidRevisionId. (#44284, Olaf Conradi)

  CHANGES:

    * Make editor invocation comply with Debian Policy. First check
      environment variables VISUAL and EDITOR, then try editor from
      alternatives system. If that all fails, fall back to the pre-defined
      list of editors. (#42904, Olaf Conradi)

  NEW FEATURES:

    * New 'register-branch' command registers a public branch into
      Launchpad.net, where it can be associated with bugs, etc.
      (Martin Pool, Bjorn Tillenius, Robert Collins)

  TESTING:

    * Fix test case for bzr info in upgrading a standalone branch to metadir,
      uses bzrlib api now. (Olaf Conradi)

bzr 0.8  2006-05-08

  NOTES WHEN UPGRADING:

    Release 0.8 of bzr introduces a new format for history storage, called
    'knit', as an evolution of to the 'weave' format used in 0.7.  Local
    and remote operations are faster using knits than weaves.  Several
    operations including 'init', 'init-repo', and 'upgrade' take a
    --format option that controls this.  Branching from an existing branch
    will keep the same format.

    It is possible to merge, pull and push between branches of different
    formats but this is slower than moving data between homogenous
    branches.  It is therefore recommended (but not required) that you
    upgrade all branches for a project at the same time.  Information on
    formats is shown by 'bzr info'.

    bzr 0.8 now allows creation of 'repositories', which hold the history
    of files and revisions for several branches.  Previously bzr kept all
    the history for a branch within the .bzr directory at the root of the
    branch, and this is still the default.  To create a repository, use
    the new 'bzr init-repo' command.  Branches exist as directories under
    the repository and contain just a small amount of information
    indicating the current revision of the branch.

    bzr 0.8 also supports 'checkouts', which are similar to in cvs and
    subversion.  Checkouts are associated with a branch (optionally in a
    repository), which contains all the historical information.  The
    result is that a checkout can be deleted without losing any
    already-committed revisions.  A new 'update' command is also available.

    Repositories and checkouts are not supported with the 0.7 storage
    format.  To use them you must upgrad to either knits, or to the
    'metaweave' format, which uses weaves but changes the .bzr directory
    arrangement.


  IMPROVEMENTS:

    * Sftp paths can now be relative, or local, according to the lftp
      convention. Paths now take the form:
      sftp://user:pass@host:port/~/relative/path
      or
      sftp://user:pass@host:port/absolute/path

    * The FTP transport now tries to reconnect after a temporary
      failure. ftp put is made atomic. (Matthieu Moy)

    * The FTP transport now maintains a pool of connections, and
      reuses them to avoid multiple connections to the same host (like
      sftp did). (Daniel Silverstone)

    * The bzr_man.py file has been removed. To create the man page now,
      use ./generate_docs.py man. The new program can also create other files.
      Run "python generate_docs.py --help" for usage information. (Hans
      Ulrich Niedermann & James Blackwell).

    * Man Page now gives full help (James Blackwell). Help also updated to
      reflect user config now being stored in .bazaar (Hans Ulrich
      Niedermann)

    * It's now possible to set aliases in bazaar.conf (Erik Bågfors)

    * Pull now accepts a --revision argument (Erik Bågfors)

    * 'bzr re-sign' now allows multiple revisions to be supplied on the command
      line. You can now use the following command to sign all of your old commits.
        find .bzr/revision-store// -name my@email-* \
          | sed 's/.*\/\/..\///' \
          | xargs bzr re-sign

    * Upgrade can now upgrade over the network. (Robert Collins)

    * Two new commands 'bzr checkout' and 'bzr update' allow for CVS/SVN-alike
      behaviour.  By default they will cache history in the checkout, but
      with --lightweight almost all data is kept in the master branch.
      (Robert Collins)

    * 'revert' unversions newly-versioned files, instead of deleting them.

    * 'merge' is more robust.  Conflict messages have changed.

    * 'merge' and 'revert' no longer clobber existing files that end in '~' or
      '.moved'.

    * Default log format can be set in configuration and plugins can register
      their own formatters. (Erik Bågfors)

    * New 'reconcile' command will check branch consistency and repair indexes
      that can become out of sync in pre 0.8 formats. (Robert Collins,
      Daniel Silverstone)

    * New 'bzr init --format' and 'bzr upgrade --format' option to control
      what storage format is created or produced.  (Robert Collins,
      Martin Pool)

    * Add parent location to 'bzr info', if there is one.  (Olaf Conradi)

    * New developer commands 'weave-list' and 'weave-join'.  (Martin Pool)

    * New 'init-repository' command, plus support for repositories in 'init'
      and 'branch' (Aaron Bentley, Erik Bågfors, Robert Collins)

    * Improve output of 'info' command. Show all relevant locations related to
      working tree, branch and repository. Use kibibytes for binary quantities.
      Fix off-by-one error in missing revisions of working tree.  Make 'info'
      work on branches, repositories and remote locations.  Show locations
      relative to the shared repository, if applicable.  Show locking status
      of locations.  (Olaf Conradi)

    * Diff and merge now safely handle binary files. (Aaron Bentley)

    * 'pull' and 'push' now normalise the revision history, so that any two
      branches with the same tip revision will have the same output from 'log'.
      (Robert Collins)

    * 'merge' accepts --remember option to store parent location, like 'push'
      and 'pull'. (Olaf Conradi)

    * bzr status and diff when files given as arguments do not exist
      in the relevant trees.  (Martin Pool, #3619)

    * Add '.hg' to the default ignore list.  (Martin Pool)

    * 'knit' is now the default disk format. This improves disk performance and
      utilization, increases incremental pull performance, robustness with SFTP
      and allows checkouts over SFTP to perform acceptably.
      The initial Knit code was contributed by Johan Rydberg based on a
      specification by Martin Pool.
      (Robert Collins, Aaron Bentley, John Rydberg, Martin Pool).

    * New tool to generate all-in-one html version of the manual.  (Alexander
      Belchenko)

    * Hitting CTRL-C while doing an SFTP push will no longer cause stale locks
      to be left in the SFTP repository. (Robert Collins, Martin Pool).

    * New option 'diff --prefix' to control how files are named in diff
      output, with shortcuts '-p0' and '-p1' corresponding to the options for
      GNU patch.  (Alexander Belchenko, Goffredo Baroncelli, Martin Pool)

    * Add --revision option to 'annotate' command.  (Olaf Conradi)

    * If bzr shows an unexpected revision-history after pulling (perhaps due
      to a reweave) it can now be corrected by 'bzr reconcile'.
      (Robert Collins)

  CHANGES:

    * Commit is now verbose by default, and shows changed filenames and the
      new revision number.  (Robert Collins, Martin Pool)

    * Unify 'mv', 'move', 'rename'.  (#5379, Matthew Fuller)

    * 'bzr -h' shows help.  (#35940, Martin Pool, Ian Bicking)

    * Make 'pull' and 'push' remember location on failure using --remember.
      (Olaf Conradi)

    * For compatibility, make old format for using weaves inside metadir
      available as 'metaweave' format.  Rename format 'metadir' to 'default'.
      Clean up help for option --format in commands 'init', 'init-repo' and
      'upgrade'.  (Olaf Conradi)

  TESTING:

    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
      for testing SFTP protocol support. (Robey Pointer)

    * Branch formats are now tested once per implementation (see bzrlib.
      tests.branch_implementations. This is analagous to the transport
      interface tests, and has been followed up with working tree,
      repository and BzrDir tests. (Robert Collins)

    * New test base class TestCaseWithTransport provides a transport aware
      test environment, useful for testing any transport-interface using
      code. The test suite option --transport controls the transport used
      by this class (when its not being used as part of implementation
      contract testing). (Robert Collins)

    * Close logging handler on disabling the test log. This will remove the
      handler from the internal list inside python's logging module,
      preventing shutdown from closing it twice.  (Olaf Conradi)

    * Move test case for uncommit to blackbox tests.  (Olaf Conradi)

    * run_bzr and run_bzr_captured now accept a 'stdin="foo"' parameter which
      will provide String("foo") to the command as its stdin.
2006-07-12 14:30:55 +00:00
wiz
cb801c4aee libsoup-devel updated to 2.2.95.1. 2006-07-12 13:52:04 +00:00
wiz
fc70603c98 Update to 2.2.95.1:
Changes in libsoup from 2.2.94 to 2.2.95.1:

	* Even more fixes to XML-RPC, found by the new XML-RPC
          regression test. This includes some API changes that I don't
          feel guilty about, because the code totally didn't work at
          all before.

	* Fixed a bug in soup_mktime_utc()

	* (2.2.95 was identical to 2.2.95.1. The only difference is
	  that the shared library version was belatedly bumped from
	  8.2.0 to 8.3.0 to reflect the API "additions")
2006-07-12 13:51:34 +00:00
wiz
a32efff626 atk updated to 1.12.1. 2006-07-12 13:47:41 +00:00
wiz
177a6f556a Update to 1.12.1:
Changes in version 1.12.0: [ongoing]
=========================

* Added ATK_ROLE_FORM
* Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
2006-07-12 13:47:10 +00:00
wiz
675ffa69c0 Add bn_IN locale for atk-1.12.1. 2006-07-12 13:46:34 +00:00
wiz
dc3141d13a Mention that this is the older GTK1 version. 2006-07-12 13:31:24 +00:00
wiz
3f65464442 Mention that this is an older release. 2006-07-12 13:30:33 +00:00
wiz
b38c3547d6 New libofa and libtunepimp0.4; libtunepimp and createbuildlink package updates. 2006-07-12 13:29:46 +00:00