While here, add PKG_RUN_TEST support.
Version 1.4
-----------
(codename Unschärfe, released Jan 03, 2010)
- Lexers added:
* Factor (#520)
* PostScript (#486)
* Verilog (#491)
* BlitzMax Basic (#478)
* Ioke (#465)
* Java properties, split out of the INI lexer (#445)
* Scss (#509)
* Duel/JBST
* XQuery (#617)
* Mason (#615)
* GoodData (#609)
* SSP (#473)
* Autohotkey (#417)
* Google Protocol Buffers
* Hybris (#506)
- Do not fail in analyse_text methods (#618).
- Performance improvements in the HTML formatter (#523).
- With the ``noclasses`` option in the HTML formatter, some styles
present in the stylesheet were not added as inline styles.
- Four fixes to the Lua lexer (#480, #481, #482, #497).
- More context-sensitive Gherkin lexer with support for more i18n translations.
- Support new OO keywords in Matlab lexer (#521).
- Small fix in the CoffeeScript lexer (#519).
- A bugfix for backslashes in ocaml strings (#499).
- Fix unicode/raw docstrings in the Python lexer (#489).
- Allow PIL to work without PIL.pth (#502).
- Allow seconds as a unit in CSS (#496).
- Support ``application/javascript`` as a JavaScript mime type (#504).
- Support `Offload <http://offload.codeplay.com>`_ C++ Extensions as
keywords in the C++ lexer (#484).
- Escape more characters in LaTeX output (#505).
- Update Haml/Sass lexers to version 3 (#509).
- Small PHP lexer string escaping fix (#515).
- Support comments before preprocessor directives, and unsigned/
long long literals in C/C++ (#613, #616).
- Support line continuations in the INI lexer (#494).
- Fix lexing of Dylan string and char literals (#628).
- Fix class/procedure name highlighting in VB.NET lexer (#624).
GTK-Doc 1.17 (Feb 16 2011)
============
Changes
o 127049 : building reference documentation fails when builddir != srcdir
o 640241 : non-srcdir builds busted
Contributors
Daniel Mustieles
Javier Jardón
Stefan Kost
GTK-Doc 1.16 (Jan 14 2011)
============
o gtkdoc-check can do more checks, one might need to update Makefile.am from
the examples/Makefile.am
Changes
o 625776 : serialise doubles and floats always with a decimal dot
o 627269 : link to signalflags docs from signal descriptions
o 467488 : GTK+ man pages request
o 481811 : Inline function bodies are confused with declarations
o 501107 : EXTRA_DIST automake warnings
o 512565 : add GTK_DOC_IGNORE
o 518427 : documentation best pratices needed
o 597937 : Function pointers as parameters to other functions are parsed improperly
o 612028 : gtkdoc-fixxref should call /usr/bin/vim -n -e -u NONE -T xterm
o 617478 : Tooltip is a nuisance
o 618379 : Navigation is hiding anchors title
o 620249 : invalid xml for object_index with (n_objects % 3) == 0
o 621931 : support GType and GVariant types
o 622971 : List of typos in the GTK-doc manual
o 623777 : G_TYPE_STRV in signals generate wrong docs
o 623968 : gtkdoc-mkdb generates invalid xml from sgml in inline comments
o 624199 : parser picks up contents of large macros
o 624200 : 'const' confuses the parser
o 627223 : gtkdoc-fixxref vim highlight fails on xhtml suffix
o 627920 : `make check` rule to list xml files missing from DOC_MAIN_SGML_FILE
o 628611 : gtk-doc > = 1.13 creates automagic dependencies on syntax highlighters
o 628794 : Issue in gtkdoc-mkman.in
o 630288 : Fix 'scope notified' annotation
o 631336 : remove lists of gtk+ signal args in gtkdoc-scanobj and -scangobj
o 632587 : gtkdoc-scanner fails to identify (closure) annotation
o 638330 : const in parameter list is ignored
o 638831 : Support GTK+ 3 cell properties
Contributors
Bruno Brouard
Christian Persch
Claude Paroz
Gilles Dartiguelongue
Javier Jardón
Jorge González
Maarten Bosmans
Mario Blättermann
Matej Urbančič
Matthias Clasen
Pablo Castellano
P. F. Chimento
Philip Withnall
Rodrigo Aliste
Simón Pena
Stefan Kost
Tim-Philipp Müller
Vasilis Tsivikis
Upstream changes:
Additions and changes
* Added text foreground and background color along with text size CSS styles for
XHTML outputs.
* Vim syntax highlighter: highlight macros that start with an attribute
reference (a common idiom).
* Vim syntax highlighter: highlight attribute references in macro attribute lists.
* Attribute entries can be used to set configuration markup templates.
* Double-width East Asian characters in titles now correctly match the title
underline widths.
* Implemented asciidoc(1) filter commands.
* User's home directory now calculated in a platform independent manner.
* Added double-quote characters to French language file.
* Vim Syntax highlighter: Highlight closing OpenBlocks which immediately follow
a literal paragraph.
* Changed UNIX /dev/null to OS independent os.devnull in filters code.
* Vim syntax highlighter: Single and double quoted text now highlights correctly
when preceded by an attributes list.
* Added Ukrainian language file (lang-uk.conf). Added double-quote characters to
Russian language file.conf).
* Single and double quote characters are now set using the {lsquo}, {rsquo},
{ldquo} and {rdquo} attributes. This makes is easy to customise language specific
quotes.
* Implemented conf-files attribute to allow configuration files to be specified
in the source document.
Bug fixes
* FIXED: Auto-generated section title ids are now Unicode aware.
* FIXED: Setting quotes configuration entries using document attribute entries
failed if the attribute entry was not in the document header.
* FIXED: If the input and output file names were different then the output file
name was incorrectly used to synthesize docinfo file names.
* FIXED: An error can occur when more than one consecutive quotes are defined as
a blank string.
* FIXED: Encoding error in automatically generated author initials.
Bug
* User-Agent string for AttributeQuery is throwing junk into request
* Chaining TrustEngine doesn't clear matching criteria between engines, so
TrustEngine ordering affects the results.
New Feature
* Implement support for fetching CRLs based on the CRL distribution point
extension
This version is interface-incompatible with Xerces-C++ 2.8.0 and contains
a large number of improvements, bug fixes, and clean-ups, including:
* Autotools-based build system for the UNIX/Linux/Mac OS X platforms
* Project files for VC++ 9
* Support for the ICU transcoder in VC++ 7.1, 8, and 9 project files
* libcurl-based net accessor
* Support for XInclude in DOM
* Support for both XPath 1 and XPath 2 models in the DOM XPath interface
* Support for the XML Schema subset of XPath 1 in DOM
* Conformance to the final DOM Level 3 interface specification
* Ability to provide custom DOM memory manager as well as tune the global
DOM heap parameters
* All public and widely used interfaces as well as a large portion of the
implementation were converted to be 64-bit safe
* Various XML Schema fixes including the fix for the large maxOccurs and
minOccurs bug as well as for the changed ##other interpretation
* Reviewed and cleaned up diagnostics messages
* Optimizations for SAX/SAX2 and DOM parsing as well as XML Schema validation
05/10/09.
+ There is no behavioral difference from the last snapshot. If your
present installation is working, there's no need to update it.
However, Richard Downing (thanks Richard!) had pointed out that the
Linux binaries I was providing were a 64-bit application and therefore
wouldn't work on 32-bit machines. The portability problems with the
Linux binaries were actually a lot worse than that. A temporary Linux
installer was posted in March (without any source changes), so even if
you have installed the Linux binaries they may have worked fine for
you. At any rate, I've now changed the build-procedure for when I
snapshot the Linux binaries in order to make them much more portable.
I believe they should work on any 32-bit or 64-bit 'x86 Linux
distribution which is circa Fedora Core 4 or later.
+ Some additional hints for getting GUItenMark to work on Windows Vista
have been added to the download page, courtesy of a reader known only
as 'wendl' (thanks, wendl!).
02/16/09. The Mac OS X version is now believed to be fully working on Mac
OS X 10.5 (PPC and Intel), 10.4 (PPC and Intel), and 10.3 (PPC, of
course!), though I only have a subset of these systems on which to test.
06/01/08. Another pot-pourri:
+ The Mac OS X installer download should now work fully on Mac OS X 10.5
(though tested only on Intel), meaning that GUItenMark works on that
platform. On Mac OS X prior to 10.5, only the command-line programs (
GutenMark and GutenSplit) are expected to work.
+ Jason Pollock's instructions for compiling GutenMark and GutenSplit for
iPhone are now included on the download page.
+ GUItenMark now provides a GUI front-end for GutenSplit (in addition to
its continued support for GutenMark).
+ Fixed some portability issues in the Linux binary download.
(Specifically, I found that even if the prerequisite wxWindows 2.8 was
installed on the target machine, GUItenMark would still not work if the
wxWidgets had been compiled with Unicode support, because the
shared-library names would be different from what was expected. This
happened with Fedora 9, for example. And there are other wxWidgets
compilation flags that could cause the same problem.) The fix was to
compile the Linux version of the GUItenMark program so that it is
statically linked to wxWidgets, thus removing the requirement that
wxWidgets be installed on the target computer at all. On the other
hand, I now see that the Linux version of the program has lots of other
requirements that you may or may not need to install. Oh, well!
05/28/08. GUItenMark now compiles and works for Mac OS X, but so far I'm
only able to build it for Mac OS X 10.5, so I haven't yet gone through the
hassle of adding it to the binary download for Mac OS X. However, it is
quite easy to build following the instructions on the download page. Also,
Jason Pollock <jason@pollock.ca> has sent some additional changes and
instructions for compiling for the iPhone, but I've not yet had a chance to
try them or incorporate them here. Soon, I hope.
05/26/08. A miscellaneous pot-pourri of changes:
+ I'm still working on Mac OS X support, because it has turned out to be
harder than I thought. (For some reason I'm not yet clear on,
GUItenMark simply doesn't work on Mac OS X.) Nevertheless, there is
now a Mac OS X installation package on the download page, along with
instructions for using it, and for compiling. The installation package
makes installing GutenMark and GutenSplit much easier on the Mac, even
though the program the package purports to provide (GUItenMark) doesn't
work yet.
+ By default, GUItenMark now defaults to using the desktop as the
location to find input files and to create output files. This seems
much more logical and useful than the obscure directories it defaulted
to previously.
+ Jason Pollock <jason@pollock.ca> (thanks, Jason!) has sent in
greatly-reworked version of GutenSplit, with several options that give
you some more flexibility in splitting on different levels of headers,
and/or in omitting the table of contents.
+ Jason has also suggested some mods that allow cross-compiling GutenMark
(from a Mac), so that it runs on an iPhone. I have not personally
tried this, and I'll trust Jason to let me know if the changes are to
his satisfaction.
05/09/08. Well, Mac OS X support is back (due to the addition of Mac OS X
support to the IMCROSS development system which I am using to create
Windows binaries), but untested, so I won't provide binaries just yet.
More on this later.
04/23/08. Made the installer programs a little smaller, by removing the
Linux-only files from the Windows installer, and vice-versa.
04/22/08. Reorganized how the installers are created, to avoid overwriting
some directories that are useful to me. Also, the installer isn't built
automatically any longer (you have to do 'make snapshot'). But I don't
suppose either of those things is of interest to anyone but me.
04/21/08. Big doings are transpiring!
+-------------------------------------------------------------------------+
|The GUItenMark graphical front-end program is now fully working on both |
|Windows and Linux 'x86, and seems to work quite well. Admittedly, I've |
|tested only Windows XP, SuSE 10.0, and Fedora Core 5. |
| |
|Linux and Win32 installer programs are now available. |
| |
|The website has been completely revamped to replace all of the outmoded |
|download, installation, and compilation instructions, and to provide the |
|necessary new instructions pertaining to GUI front-end and installer |
|programs. |
| |
|Direct support for Linux PPC, Mac OS X, FreeBSD, and NetBSD has now been |
|discontinued. The software (or at least, GutenMark) can presumably still|
|be built for these platforms, but I simply don't have the time or |
|resources that allow me to do it myself. I doubt this will be much loss |
|to anybody, since it has been years since I've updated the binaries for |
|those platforms anyhow. |
+-------------------------------------------------------------------------+
04/20/08. The GutenMark program itself has had the groundwork for several
experimental improvements laid, but the changes haven't resulted yet in any
quality changes. More importantly, there is now a GUI front-end for
GutenMark, cleverly called GUItenMark, for both Linux and Windows. There
are a couple of improvements I'd like to make in this program, and a couple
of bug-fixes for the Windows version of the program, but it's basically
working and seems very useful. At any rate, even I admit that it's
enormously easier to use than the GutenMark command-line program. I don't
want to generally send it out into the world until I make the mentioned
changes, test it on more computers (so far I've only tried it on SuSE Linux
10.0 and Windows XP Home), have an installer program, and get the web-page
verbiage all fixed up. However you, loyal reader, can try it out now:
1. Download GUItenMark-demo.zip. This is the complete package, and
there's nothing else to download unless you want the source code as
well! But it is 13.4 Mbytes.
2. For Windows, unzip this file in "C:\Program Files\", thus creating the
directory "C:\Program Files\GutenMark". For Linux, unzip it in your
home directory, thus creating "~/GutenMark", and rename it to "~
/.GutenMark".
3. Left-click on your desktop to create an icon for the application
program: either "C:\Program Files\GutenMark\binary\GUItenMark.exe"
(Windows) or else "~/.GutenMark/binary/GUItenMark" (Linux).
4. Click the icon with your mouse.
5. Operation of the program should be pretty darned self-explanatory, and
it had better be since I haven't written any instructions for it yet.
If not, let me know.
02/02/08. A lot of explanation has been added on the usage page about
LaTeX, and particularly about using LaTeX on Windows. Note also that
essentially all of the pre-processed etexts have been recently corrected or
improved in some way. (Such changes are normally described on their own
"What's New" page rather than being described on this software-change
page.)
03/20/04. Fixed PR #114. This seemingly hasn't caused anybody a problem,
but .... In conjunction with this, the "prefatory" area is no longer in a
smaller font size, except for the message that GutenMark itself adds.
02/21/04. Fixed PR #113, which caused HTML headers to be omitted in some
files created by GutenSplit.
01/21/04. A new utility program called GutenSplit has been added; this
program splits the HTML files created by GutenMark into smaller HTML files,
adding a table of contents, and links between all of the small HTML files.
The Makefiles have also been modified so that the various "GutenUtilities"
(including GutenSplit) are automatically built when GutenMark is built;
previously, this was a separate, manual build. Also, if a cross-compiler
version of MinGW is installed on Linux, then a Linux build tries to create
not only the Linux versions of the executables, but also Win32 versions as
well.
01/05/03. LaTeX: Fixed the incorrect mdash construct I've been using all
this time! (I used "--" at first, and then later decided that "----"
looked better. However, since neither of these is the correct LaTeX
construct, namely "---", there were problems with them being arbitrarily
broken across lines. Therefore, I added an \mbox to correct this problem,
and then a \linebreak to correct problems with the \mbox, and then ....).
12/28/02. LaTeX: Supplied a workaround for an importing bug in LyX 1.2
(PR#110, spurious linefeeds inserted when importing a LaTeX
command-sequence of the form "\ \ ").
12/25/02. LaTeX: Messages about the text having been converted by
GutenMark, the software version, and what-not have been moved from the
"Prefatory Materials" to a copyright-area on the back-side of the
title-page. Also, added a trick to fool LyX into correctly importing the
date change from 12/23. Added the "--ron" command-line switch to group
together various settings that
I personally find useful.
12/23/02. LaTeX: Fixed PR#109 (hyphenation and linebreak problems with
mdashes). Also, removed the date which had appeared on the title page.
12/16/02. Fixed PR#108 (inability to compile in NetBSD).
11/24/02. The source tarball has been corrected to contain the correct
html file for the regression test. More slight improvements were made do
special.words.gz. Added "Hon." to the list of honorifics.
11/22/02. This version has lots of improvements that--in my view, at
least--make producing LaTeX much easier, along with a few other
miscellaneous changes: Corrected the email address displayed by the
software. Added the word "The" to special.words.gz. Fixed the bulk of the
problems (but probably not all) associated with too-long spaces following
honorifics and quotes in LaTeX. Fixed smart single-quotes, so as not to be
fooled by words like 'em, 'til, etc. Fixed smart single-quotes and smart
double-quotes to correctly treat cases like this:
... and so I says to him"--he paused briefly--"why don't you stop ...
Hopefully, fixed the missing quotes in LaTeX chapter names. Mdashes in
LaTeX are now enclosed in LaTeX \mbox{}, to avoid breaking them across
lines; also, the --mdash-size switch has been added to allow longer (or
shorter) mdashes. The LaTeX default is now \raggedbottom. Now use LaTeX "
\ " everywhere that "~" had been used previously (allowing latex to much
more easily space shorter lines).
08/26/02. Fixed PR#99, making the 20020809 ALL-CAPS turnoff a little more
reliable.
08/25/02. A few LaTeX conveniences were added, mainly to eliminate manual
post-corrections: For page headings, the cases of the right- and
left-headings are matched; i.e., if one of them is all-caps then the other
one is forced to be all-caps also. Hard-spaces in chapter headings have
been eliminated. When the chapter heading is something like "CHAPTER IV.
THE SEARCH FOR PEACE", the page heading now only shows "THE SEARCH FOR
PEACE" and eliminates "CHAPTER IV." The "\sloppy" markup is now used in
place of "\emergencystretch".
08/11/02. Some LaTeX formatting changes were made to work around bugs in
LyX 1.2. Also, some LaTeX command sequences (like that for the ae
ligature) were broken and have now been fixed. Others may still be broken,
for all I know.
08/10/02. Fixed a segfault in the author-deduction code added two days
ago.
08/09/02. Fixed PR #93 (incorrect treatment of constructs like _[text]_
and [_text_]). Fixed PR #94 (mixing/matching of ALL-CAPS italicizing mode
with other italicizing modes). [This is handled in two ways: GutenMark
attempts to deduce which emphasis mode is used, but also the "--caps-ok"
switch has been added to simply turn off ALL-CAPS conversion.]
08/08/02. LaTeX-related changes: Output file now includes a table of
contents. Command-line switches "--no-toc", "--author", and "--title"
added.
08/05/02. Added "--latex-sections" command-line option.
08/04/02. All LaTeX-related: Various bugs I found yesterday (see buglist)
were fixed. Also, the hard spaces in sentence breaks have been completely
eliminated now. Chapter headings are now ragged-right in all
circumstances.
08/03/02. Added a new page to the website, for etexts I've converted to
LaTeX and PDF.
08/03/02. Added "Rev.", "Gen.", and "Messrs" to the list of honorifics.
All of the following are LaTeX-only changes: Trailing spaces and periods
(but not ellipses) are now removed from chapter names as used for page
headings. For example, if the chapter name was "CHAPTER III." (as opposed
to "CHAPTER III"), it will now continue to appear as "CHAPTER III." except
in the page heading where it is not "CHAPTER III". An "emergencystretch"
factor is now added, to eliminate some run-ons into the right margin for
small page sizes. The soft-hyphen mechanism after em-dashes has been
changed, because the old one didn't work. Honorifics and other
abbreviations being treated as ends of sentences has been fixed.
07/25/02. Addressed PR #85, in which abnormally long input lines can cause
corruption in the output file.
07/22/02. Addressed PR #84, hopefully extending yesterday's fixes from
Windows 98 to the entire Win32 family. Sadly -- or perhaps happily -- I
only have Windows 98 myself, and therefore can't properly test the fixes,
and did not know that that the previous fixes didn't work in Win2K.
07/21/02. Fixed PR #83, in which the PATH environment variable didn't work
properly. Fixed PR #80, in which the default configuration file needed --
unreasonably, I think -- to have the exact paths of the wordlists rather
than a more graceful means of finding the wordlists.
Fix PR pkg/44519
Changelog:
* Version 0.6.5 - December 2010, by Martin von Gagern
* Never initialize or deinitialize terminals, as we do no cursor movement
* Deprecated --no-init-term (-K) command line option
* Avoid relative path in man pages
* Updated gnulib, might be particularly important for uClibc users
* Version 0.6.4 - November 2010, by Martin von Gagern
* Updated Catalan translations
* Updated gnulib
* Version 0.6.3 - June 2010, by Martin von Gagern
* Updated Italian and Swedish translations
* Updated gnulib
* Version 0.6.2 - May 2010, by Martin von Gagern
* Fix shell syntax in configure script
* Updated gnulib and gettext, the latter to 0.18
* Updated Dutch translation
* Fixed a number of portability issues reported by maint.mk syntax checks
* Version 0.6.1 - April 2010, by Martin von Gagern
* Introduce --with-default-pager=PAGER configure switch.
* Fix missing newline in info dir entry list.
* Version 0.6.0 - March 2010, by Martin von Gagern
First official release in a long time. Everything since 0.5 was inofficial.
* `wdiff -d' to read input from single unified diff, perhaps stdin.
* Updated texinfo documentation taking experimental switch into account.
* Experimental programs (mdiff & friends) and a configure switch
--enable-experimental to control them.
* Recent imports from gnulib, use of recent autotools.
* Improved autodetection of termcap library like ncurses.
* Reformatted translations, still a number of fuzzy translations.
* Changed from CVS to bzr for source code version control.
* Various bug fixes. See ChangeLog for a more exhaustive list.
* Known bugs: this NEWS file here was outdated in the release tarball.
* Version 0.5.4 - June 2007, by Denver Gingerich
Integrated following changes from 0.5g (Francois Pinard, November 1998):
* Messages from programs may be output in many natural languages.
* Short `man' pages get installed for `mdiff', `unidiff' and `wdiff'.
* The original man page for `wdiff' gets withdrawn, for legalistic reasons.
* New `unify' converts context diffs to unidiffs or vice-versa.
* New `mdiff' finds identical line clusters in one or more files.
* A new `-K' option inhibits termcap initialization and termination.
* Version 0.5.3 - June 2007, by Denver Gingerich
No user-visible changes; see ChangeLog for details
per maintainer update request PR#44363.
----------------------------------------------------------------------
Version 1.12, by Aleksey Cheusov, Sun, 9 Jan 2011 18:16:34 +0200
New script dict_lookup for translating words and phrases from X
selection. It makes sense to configure launching dict_lookup on a
keyboard shortcut in the window manager.
dictd: Fix for SHOW SERVER command (dict -I). On systems where
sizeof(int) != sizeof (long) values in "Uncompressed" column may
contain random garbage. This problem was seen on NetBSD/x86_64/5.1
Fix for sf bug #3098788https://sf.net/tracker/?func=detail&aid=3098788&group_id=605&atid=100605
Regresson tests for dictzip were added.
Fix in Makefile: non standard option for lex(1) was removed
(This may unbreak compilation on SunOS, HP-UX...).
dictfmt:
Internal buffer size was increased from 10240 to 102400 bytes.
Fixes for Tru64.
Other minor fixes and cleanups
===============
1.1 (31/10/10)
==============
- New feature for quickly setting times with a single button: pressing sets the
start time, releasing sets the end time, then moves to the next subtitle
- Periodically backup subtitle files, configurable in the preferences
- New features for video seeking and subtitle selection:
* Video->Loop Selection - loop the video playback to the selected subtitles
* Video->Seek to Selection - seek the video to the selected subtitle
* Video->Select Nearest Subtitle - select the subtitle for the video position
* Video->Auto Select Subtitle - auto select subtitles as the video is playing
- Changes in the Timings Synchronize dialog:
* Fixed a bug using the Synchronize All Subtitles option
* Activating a sync point now seeks to its new time instead of the old one
- Fixed a bug drag-and-dropping files with spaces in their path
- Use ISO-8859-1 as the fallback and default encoding in the File Open list
Translations:
- Carles Ferrando, Joan Duran (ca@valencia)
- Lucas Lommer, Marek Černocký, Petr Kovar (cs)
- Mario Blättermann (de)
- Jorge González (es)
- Bruno Brouard, Claude Paroz (fr)
- Fran Diéguez (gl)
- Yaron Shahrabani (he)
- Gabor Kelemen, Laszlo Csordas (hu)
- A S Alam (pa)
- Piotr Drąg (pl)
- António Lima (pt)
- Daniel Șerbănescu, Lucian Grijincu (ro)
- Andrej Žnidaršič (sl)
- Baris Cicek, Serkan Yılmaz (tr)
- Aron Xu (zh_CN)
Bug fixes:
- Automatically select subtitles on video playback (#453220)
- Quick subtitle timing during playback (#547984)
- Periodically backup subtitle files (#565360)
- Subtitle loop (#601195)
- Seek Subtitle->Time; Time->Subtitle with kb shortcut; Follow subs. (#605402)
- Bug in help (#612400)
- Untranslated strings (#619364)
- Crash when shifting selected subtitles (#620027)
- Synchronize timings for all subtitles (#622248)
- Crash when searching backwards (#628427)
Contributors:
- Arx Cruz, Valmir Sena
Additional thanks:
- A. G. Luz, Carlos Troncoso, Daniel, Gabor Kelemen, Marcin Zajaczkowski
1.0 (18/02/10)
==============
- Added drag-and-drop support for loading subtitle and video files
- Allow to set new options in the preferences:
* Whether to save the translation when saving subtitles
* Default and fallback character codings for opening files
* Default subtitle format, character coding and newline type for saving files
* Allow to remember the last used settings
- Fixed timings synchronization issue when "Sync All Subtitles" was used
- Activating (double-clicking) a sync point in the synchronization dialog now
selects the corresponding subtitle and seeks the video to its position
- Allow to edit spinbutton's time text up to millisecond precision
- Wrap the subtitle text to fit the video area
- Changed the default newline type to Windows (CR+LF) to improve compatibility
with other platforms (including external video players)
- Fixed support for video filenames with special characters
- Fixed bug with the title bar showing the previously loaded file
- Fixed bug with the timings "seek to" dialog not reflecting timing mode changes
- Fixed use of LDADD when building
- Use libtool to produce shared libraries
Translations:
- Alexander Shopov, Svetoslav Stefanov (bg)
- Marek Černocký, Petr Kovar, Rinu (cs)
- Joe Hansen (da)
- Mario Blättermann (de)
- Jorge González (es)
- Antón Méixome, Lois (gl)
- Mark Krapivner (he)
- Claudio Arseni (it)
- Piotr Drąg (pl)
- António Lima (pt)
- Andrej Žnidaršič, Matej Urbančič (sl)
- Daniel Nylander (sv)
Bug fixes:
- Set defaultsubtitle format, character coding and newline type in
preferences (#504656)
- Option to save Translation when saving Subtitles (#511167)
- The ability to manually change "from", "to" and "during" fields (#549060)
- Selecting subtitles in the Synchronize dialog (#585064)
- Ability to open files drag-dropping them onto the window (#585477)
- Use libtool to produce shared libraries (#592784)
- Title app bar shows previous srt played/viewed information (#596355)
- Crash when using video files with special characters (#608631)
- Srt files saved as Unix text (LF) (#609345)
- Window collapses the screen with a large subtitle (#610170)
Contributors:
- Arx Cruz, Ildar Mulyukov, Peter Alfredsen
Additional thanks:
- A. Luz, Federico, Frederico Camara, ΙΟΑΝΝΗΣ ΜΠΟΥΡΔΑΚΗΣ, Yann Basly
* Improved MathML support
* Support microformats (rel-tag, rel-enclosure, xfn, hcard)
* Support IRIs
* Allow safe CSS through sanitization
* Allow safe HTML5 through sanitization
* Support SVG
* Support inline XML entity declarations
* Support unescaped quotes and angle brackets in attributes
* Support additional date formats
* Added the request_headers argument to parse()
* Added the response_headers argument to parse()
* Support multiple entry, feed, and source authors
* Officially make Python 2.4 the earliest supported version
* Support Python 3
* Bug fixes, bug fixes, bug fixes
Bug fixes:
Fixed my bungled installation of Bader's patch allowing EPS previews
Fiddled with prg2lout.c hoping to fix its intermittent crash bug
Converted "non-zero exit status of filter" from a fatal error to a
warning, so the unfixed prg2lout error has fewer repercussions
FOP is a print formatter driven by XSL formatting objects (XSL-FO).
It is a Java application that reads a formatting object (FO) tree
and renders it into a specified output.
Many output formats are supported, including PDF, PS, PCL, AFP, XML,
Print, AWT, Tiff, PNG, RTF, TXT. The primary output target is PDF.
Many back-end fixes have been implemented: argument handling
(quoting), man improvements, error/warning classes, and many more.
Initial tbl functionality (see the "TS", "TE", and "T&" macros in
the roff manual) has been merged from tbl.bsd.lv. Output is still
minimal, especially for -Thtml and -Txhtml, but manages to at least
display data. This means that mandoc now has built-in support for
two troff preprocessors via libroff: soelim and tbl.
Overview of changes for 0.12.2
==============================
* Build fix on win32
* Implement support for bare values in JsonGenerator
* Do not require GLib 2.20 for the test suite
* Do not lose precision when serializing floating point values
* Improve introspection data
24-12-2010: version 1.10.8
Significant improvements merged from OpenBSD downstream, including
* many new roff components,
* in-line implementation of troff's soelim,
* broken-block handling,
* overhauled error classifications, and
* cleaned up handling of error conditions.
Also overhauled the -Thtml and -Txhtml output modes. They now
display readable output in arbitrary browsers, including text-based
ones like lynx. See HTML and XHTML manuals in the DOCUMENTATION
section for examples. Attention: available style-sheet classes have
been considerably changed! See the example.style.css file for
details. Lastly, libmdoc and libman have been cleaned up and reduced
in size and complexity.
2010-12-14: Version 1.6.5 released
Version 1.6.5 of PyEnchant has been released, with the following changes:
* restore compatability with Python 3 (including 3.2 beta1)
* fix unittest DeprecationWarnings on Python 3
* statically compile libstdc++ into pre-built windows binaries
2010-12-13: Version 1.6.4 released
Version 1.6.4 of PyEnchant has been released, with the following changes:
* DictWithPWL: use pwl and pel to adjust the words returned by suggest()
* Fix tokenization of utf8 bytes in a mutable character array
* get_tokenizer(): pass None as language tag to get default tokenizer
* prevent build-related files from being included in the source tarball
1.3.1 2010-10-05 15:13 UTC
Changelog:
QA release
package 2.0
Bug #2132 Doc state &search() can be called statically. It isn't true.
Bug #2773 Directories with other directories named 0
Bug #4669 Repeated calls to search or maptree return multiple copies of results
Bug #4983 Error in install
Bug #4994 Close TODO
Bug #7966 File_Find Stream Support
Bug #14816 Unit test failures
27-09-2010: version 1.10.6
Calling conventions for mandoc have changed: -W improved and -f
deprecated. Non-ASCII characters are also now uniformly discarded.
Lots of documentation improvements. Many incremental fixes accomodating
for groff's more interesting productions. Lastly, pod2man preambles
are now fully accepted after some considerable roff and special
character support.
27-07-2010: version 1.10.5
Primarily a bug-fix and polish release, but including -Tpdf support
in mandoc by way of Summer of Code. Highlights:
* fix "Sm" and "Bd" handling
* fix end-of-sentence handling for embedded sentences
* polish man documentation
* document all mdoc macros
* polish mandoc -Tps output
* lots of internal clean-ups in character escapes
* un-break literal contexts in man documents
* improve -Thtml output for -man
* add mandoc -Tpdf support
12-07-2010: version 1.10.4
Lots of features developed during both Summer of Code and the
OpenBSD c2k10 hackathon:
* minimal "ds" roff symbols are supported
* "Bk" mdoc support
* beautified SYNOPSIS section output
* variable font-width and paper-size support in mandoc -Tps output
* acceptance of scope-block breakage in mdoc
* clarify error message status
* many minor bug-fixes and formatting issues resolved
19-06-2010: version 1.10.2
Small release featuring text-decoration in -Tps output, a few minor
relaxations of errors, and some optimisations.
Changelog:
version 3.37
date: 2010-10-08
# minor maintenance release
fixed: more tests fixed for HTML::TreeBuilder, hopefully
will pass now
version 3.36
date: 2010-10-07
# minor maintenance release
added: the use_tidy option to XML::Twig->new, which uses
HTML::Tidy to convert HTML to well-formed XHTML, as an
alternative to the default conversion which uses
HTML::TreeBuilder
added: XML::Twig::Elt method siblings which returns the
siblings of the element
added: methods att_accessors, elt_accessors and field_accessor
as well as the similarly named options when creating an
XML::Twig
added: set_outer_xml XML::Twig::Elt method
added: print_to_file on an XML::Twig::Elt
added: can use the tag[nested] form in twig handlers that
triggers on elements 'tag' that include a child 'nested'
added: aliased the add_to_class XML::Twig::Elt method to add_class,
which seems more natural
added: the remove_class method
added: made att and class lvalues (in perl 5.6 and up)
fixed: copy did not copy the empty status of an element
RT#31664 spotted by Roland Minner
https://rt.cpan.org/Ticket/Display.html?id=31664
fixed: cut_children would always set the empty status of an element,
even if it had children left
fixed: tests did not pass with HTML::TreeBuilder 3.23_1 due to a
change in an error message
2010-12-04 Rasqal Version 0.9.21 Released
Updated to handle aggregate expression execution as defined by the
SPARQL 1.1 Query W3C working draft of 14 October 2010
Executes grouping of results: GROUP BY
Executes aggregate expressions: AVG, COUNT, GROUP_CONCAT, MAX, MIN,
SAMPLE, SUM
Executes filtering of aggregate expressions: HAVING
Parses new syntax: BINDINGS, isNUMERIC(), MINUS, sub SELECT and
SERVICE.
The syntax format for parsing data graphs at URIs can be explictly
declared.
The roqet utility can execute queries over SPARQL HTTP Protocol and
operate over data from stdin.
Added several new APIs
Fixed Issue: #0000388
= 0.8.3
=== 3 November, 2010
* GH#8: Nil-check before downcasing attribute key
* GH#25: Proper ruby 1.9 encoding support
* GH#28. Use integers instead of ?? on 1.9, which is just a string.
* including noscript to ElementInclusions , so that hpricot wont fail
when trying to parse a meta tag inside head section when noscript is
present.
* latest changes from fast_xs mainline
* Fixes to get Hpricot running on Rubinius:
* Use free, not XFREE
* Remove RSTRUCT craziness, don't break Array#at
3.0.24
Tagged on GitHub.
* html2haml now properly generates Haml for silent script expressions
nested within blocks.
* IronRuby compatibility. This is sort of a hack: IronRuby reports its
version as 1.9, but it doesn¡Çt support the encoding APIs, so we treat
it as 1.8 instead.
3.0.23
Tagged on GitHub.
* Fix the error message for unloadable modules when running the
executables under Ruby 1.9.2.
* Fix an error when combining old-style and new-style attributes.
3.0.22
Tagged on GitHub.
* Allow an empty line after case but before when.
* Remove vendor/sass, which snuck into the gem by mistake and was causing
trouble for Heroku users (thanks to Jacques Crocker).
* Support the Rails 3.1 template handler API.
3.0.21
Tagged on GitHub.
* Fix the permissions errors for good.
3.0.20
Tagged on GitHub.
* Fix some permissions errors.
3.0.19
Tagged on GitHub.
* Fix the :encoding option under Ruby 1.9.2.
* Fix interpolated if statement when HTML escaping is enabled.
* Allow the --unix-newlines flag to work on Unix, where it¡Çs a no-op.
Changes after 2.2.0 are unknown.
= Change Log
== Version 2.2.0
* Applied patch from Thijs van der Vossen to allow UTF-8 encoded
output when the encoding is UTF-8 and $KCODE is UTF8.
138[tip] 486a5a2a8cd2 2010-09-23 07:15 -0700 ged
Bump version, update the Windows build to use 1.9.2 instead of 1.9.1.
137 1caa0c888dfe 2010-09-17 15:03 -0700 ged
Updated to Discount 1.6.8, caught up with some Discount flags
136 d21afe457b3a 2010-09-17 14:12 -0700 ged
Trying to add a spec to test #68.
135 eb11956b000d 2010-09-17 13:48 -0700 ged
Tried to add a spec to test #67.
134 055519ec5f78 2010-09-17 13:42 -0700 ged
Cleanup, 1.9.2 compatibility, bugfixes.
133 3122e81da65b 2010-09-17 13:25 -0700 ged
Convert to tidy-ext for testing instead of the ffi one (1.9.x compatibility)
132 3f36f96bfb8e 2010-08-16 11:50 -0700 ged
Install extension in arch-specific subdir [RPS]
131 8ccd2cfe599e 2010-08-11 09:54 -0600 ged
Bump version to 2.0.8
130 f2d6de73c6d6 2010-08-11 09:54 -0600 ged
Updated to Discount 1.6.6; add HTML5 tag support.
129 7b1630a0f3b2 2010-08-11 09:27 -0600 ged
Updated for Discount 1.6.4, build system updates.
* fixed compilation problems for Sun CC
* php handles embedded html
* html handles embedded css and javascript
* Google's Protocol Buffers language definition added
* CakePhp template files highlighted as php
* haskell literate programming highlighting
* vala language definition
* lisp language definition
Changes 3.1.3:
* --tab option is correcly handled
* install script with the executable bit
* bash is highlighted
Changes 3.1.2:
* infer language for files starting with <? and <!doctype
* language definition for manifest files, asm, applescript,
vbscript, awk, bat, clipper, cobol, D, Erlang
* lang def file for compiler output errors
* style for label and path
* label element recognized in C/C++
* qmake based build system available
* searches for home directory also on windows
* improved logtalk.lang
* improved email regular expression in url.lang
5.0 (2010-06-27)
* NEW FEATURES
------------
* The program may be called as makeinfo, with a handling of options
and defaults matching makeinfo.
It may also be called as texi2any, with makeinfo defaults and all
the texi2html command-line arguments that are not obsolete.
* new info and plaintext backends, ready for world domination!
Corresponding test results are added.
* main program handles --xml, --docbook, --info, --html and --plaintext.
* Handle @DH{}, @dh{}, @TH{}, @th{}, @headitemfont, @part and
@allowcodebreaks false
* Handle -o /dev/null (or NUL) like makeinfo.
* Read TEXINFO_OUTPUT_FORMAT in env to determine the output format.
* add 0x7F as a comment character.
* When called as texi2html, output the title page at the beginning.
* mediawiki backend completed.
* Translations of error messages available.
* BUG FIXES
---------
* Handling of @itemize and @table arguments are more in line with makeinfo.
* ignore @setfilename in @include'd files, as told in the texinfo manual.
* many warning messages added, especially for Info to match makeinfo.
* Still provide the default output with --macro-expand.
* Handle correctly @w in info and html.
* COMPATIBILITY
-------------
* complex format handling API changed. $complex_format_map is replaced by
a real hash %complex_format_map and the begin and end are no more
evaluated.
* If file begins with /, ./ or ../ don't search in -I.
* In the default case a gettext-like framework is now used for in document
string translations. The old framework is still available by setting
$I18N_PERL_HASH.
* Information that can be set by @-commands should now be accessed
through get_conf, and also some information about the document (the
information that can change for each manual being processed).
* $format_list_item_texi should now modify directly the @item argument
and apply the @-command given as @table argument. Correspondingly,
some arguments of $table_item have been removed.
* Formatting of titlepage changed, and @title, @subtitle and @author
are now handled by $line_command.
* @verbatiminclude is now a $raw command argument distinct from @verbatim.
* @direntry is formatted like a menu and passed down to $menu_command.
* $SEPARATED_FOOTNOTES has been replaced by $FOOTNOTESTYLE, that takes the
same argument than @footnotestyle.
* replace $LANG by $DOCUMENTLANGUAGE.
* replace $DO_CONTENTS by $CONTENTS and $DO_SCONTENTS by $SHORTCONTENTS.
* replace $TRANSLITERATE_NODE by $TRANSLITERATE_FILE_NAMES.
* replace $SECTION_NAVIGATION by $HEADERS.
* add $NODE_FILENAMES to use node names for files associated with nodes,
such that $NODE_FILES only means creating redirection files.
* Remove the user from footer, and the corresponding USER variable and
$Texi2HTML::THISDOC{user}.
* Don't do anything special anymore when the top element is empty. Also
don't treat especially top element headings.
* Don't skip top element heading if there was a @titlefont.
* Don't treat _setfilename as a value set. It should be available through
get_conf. Same for all the other @-commands previously available as
values.
* Changes in class attribute in html elements:
Change class "toc" for ul to class "no-bullet" ($NO_BULLET_LIST_ATTRIBUTE).
@top and @centerchap have now their command name as class.
@node heading class is now "node-heading", instead of "node".
The whole header is in an element with class "header" (was "node" when
!$HEADER_IN_TABLE).
* print_element_header is obsoleted, things should be directly done in
element_heading.
* Add 'inline_attribute' for an XML attribute that should be closed at
paragraph end and reopened at paragraph begin. Consequently the closing
and opening of 'attribute' isn't done anymore in paragraph and
preformatted.
* USE_ISO now only determines if '', `` --- and -- are transformed
into entities. t2h_default_set_iso_symbols sets or unsets USE_ISO,
%things_map/%pre_map/%simple_format_simple_map_texi,
$OPEN_QUOTE_SYMBOL and $CLOSE_QUOTE_SYMBOL.
%iso_symbols is unused now.
* change in the normal_text function reference API, now there is an
input variable true if in @math.
* change the external_ref API, fourth argument is now the file name and
add the node as an extra argument.
* only install init files from maintained_extra/, they are considered
to be interesting enough and maintained.
* rename $Texi2HTML::THISDOC{css_lines} as $Texi2HTML::THISDOC{css_rule_lines}
Components:
* HTML writer:
o Support SVG and SWF images (thanks to Stefan Rank).
o Generate valid XHTML for centered images with targets. Use CSS classes instead of "align" tags for image alignment.
* LaTeX2e writer:
o Use the \url command for URLs (breaks long URLs instead of writing into the margin).
o Preserve runs of spaces in 'inline literals'.
o Deprecate figure_footnotes setting.
o Rename use_latex_footnotes setting to docutils_footnotes.
o New latex_preamble setting.
o Use PDF standard fonts (Times/Helvetica/Courier) as default.
o hyperref package called with unicode option (see the hyperref config tips for how to override).
o Drop the special output_encoding default ("latin-1"). The Docutils wide default (usually "UTF-8") is used instead.
* manpage writer:
o Titles level 1, that is .SH, always uppercase.
o Apply patch from mg: literal text should be bold in man-pages.
General:
* io.FileInput opens files as text files with universal newline support (mode "rU", configurable with the new optional argument "mode").
* setup.py:
o Python 3 support: copy test/ and tools/ to the build-dir and convert Python sources with 2to3.
=== 1.4.4 / Unreleased
* New Features
* XML::Node#children= sets the node's inner html (much like #inner_html=), but returns the reparent node(s).
* XSLT supports function extensions. #336
* XPath bind parameter substitution. #329
* XML::Reader node type constants. #369
* SAX Parser context provides line and column information
* Bugfixes
* XML::DTD#attributes returns an empty hash instead of nil when there are no attributes.
* XML::DTD#{keys,each} now work as expected. #324
* {XML,HTML}::DocumentFragment.{new,parse} no longer strip leading and trailing whitespace. #319
* XML::Node#{add_child,add_previous_sibling,add_next_sibling,replace} return a NodeSet when passed a string.
* Unclosed tags parsed more robustly in fragments. #315
* XML::Node#{replace,add_previous_sibling,add_next_sibling} edge cases fixed related to libxml's text node merging. #308
* Fixed a segfault when GC occurs during xpath handler argument marshalling. #345
* Added hack to Slop decorator to work with previously defined methods. #330
* Fix a memory leak when duplicating child nodes. #353
* Fixed off-by-one bug with nth-last-{child,of-type} CSS selectors when NOT using an+b notation. #354
* Fixed passing of non-namespace attributes to SAX::Document#start_element. #356
* Workaround for libxml2 in-context parsing bug. #362
* Fixed NodeSet#wrap on nodes within a fragment. #331
1.94 Mon Nov 15 22:38:48 CST 2010
[ENHANCEMENTS]
Added support for Go and Delphi.
Ignores Monotone's _MTN directories.
Added .xsl to the list of --xml files.
1.93_02 Wed Oct 6 21:39:58 CDT 2010
[FIXES]
--man and --version now return with an exit code of 0. They
used to exit with a 1. Thanks to Bo Borgerson.
[ENHANCEMENTS]
The --ignore-dir option now can ignore entire paths relative
to your current directory. Thanks to Nick Hooey. For example:
ack --ignore-dir=t/subsystem/test-data
Added --invert-file-match switch to negate the sense of the
-g/-G switches. Thanks, Lars Dieckow.
1.93_01 Sun Sep 5 16:00:29 CDT 2010
[FILE TYPE UPDATES]
Added --verilog, --vhdl and --clojure.
Files that match *.mk and *.mak as well as GNUmakefile are now included in
the ack filetype 'make' (issue 88).
Added RSpec's .spec type to the --ruby list.
[ENHANCEMENTS]
Updated the README to Markdown format. Thanks to Mark Szymanski
for the idea.
Added docs for -r, -R, --recurse options.
Added new switch --color-lineno and environment variable ACK_COLOR_LINENO,
which allow setting the line number color. (Marq Schneider)
Added option --show-types to output the types that ack considers
a file to have. (Torsten Blix)
'ack --count --no-filename regex' doesn't output a list of numbers but a
sum of all occurences. This is NOT what grep does but is the more sensible
behavior.
[FIXES]
Fixed ack misbehavior when using --match or not specifying a regex:
ack --match Sue
cat foo | ack --perl
Fixed issue 74: analog to grep, 'ack --count regex file' now
only outputs the number of found matches, if only one file is
given.
Fixed issue 76: Giving both --line and a regex (with --match)
now leads to an error. The same is true for -f or -g in conjunction
with --match. (Torsten Blix)
Fixed issue 80: Piping into ack --count now works as expected.
ack always returned 0 when piped into, no matter how many matches
where found. (Torsten Blix)
Fixed issue 81: .ackrc now ignores leading/trailing whitespace.
(Torsten Blix)
This release was intended primarily to fix regressions introduced by 8.6.2, but
the incubation period was longer than expected and it now also includes a number
of enhancements an few other bug fixes.
Complete CHANGELOG at: http://www.methods.co.nz/asciidoc/CHANGELOG.html
* Fix: hunspell configuration on Fedora (bugtracker issue 47)
* Fix: 'turn' with adjective: "She turned him green" from wingedtachikoma
* Fix: comma-conjoined modifiers: "It tastes bitter, not sweet."
* Fix: conjoined question words: "When and where is the party?"
* Fix: recognize short, capitalized words (Los, La, etc.).
* Treat colon as synonym for is: "The answer: yes."
* Fix: begin with prepositions: "It all began in Chicago."
* Fix: "What does it come to?" and related.
* Fix: null infinitive: "I'd like to, I want to."
* Fix: "Because I said so."
* Fix: "sure" as preverbal adverb: "It sure is."
* Fix: Gerunds with determiners: "a running of the bulls"
* SJ link for conjoined nouns/noun phrases.
* Sort linkages according to whether fat linkage was used.
* Add flag to enable use of fat linkage during parsing.
(Fat links now disabled by default).
* Add male/female gender tags to misc nouns.
* Fix: misc optionally transitive verbs: mix, paint, boot
* Fix: word order: "look about fearfully", "look fearfully about", around
* Fix: recognize simple fractions
* Fix: "is" with uncountable nouns: "there is blood on your hands"
* Fix: Roman numeral suffixes e.g. "Henry VIII"
* Fix: regression in dates followed by punctuation. "In the 1950s, ..."
* Fix: verbs drank, drunk are optionally transitive.
* Fix: regression: "all the X", X can be plural or mass.
* Fix: verbs paint, color may be ditranstive: "paint the car bright green"
changes:
-add code to plug in ICU converters by default
-Add xmlSaveOption XML_SAVE_WSNONSIG
-documentation fixes
-portability fixes
-bugfixes, in particular for an XPath problem which can be exploited
to crash the program by a malformed XPath expression (CVE-2010-4008)
-misc improvements, cleanup
From Ryo ONODERA in PR pkg/44123
Upstream changes:
- Fix for issue [#83]; version bump to 1.1 RC2
- Correction to unmanifested test for files [#80];
- Support for ISO8601 dates [#56];
- Added test for files added to the <guide> but not in the <manifest> [#45]
- Resolution for [#58] and and [#75]
- Clarified the language around the commonly-encountered Saxon configuration problem.
This is an upper-compatible (but slow) substitute for the makeindex
program which forms part of standard TeX distribution. Mendex features
better Japanese (EUC) support and more.
0.5
05/09/2010 - phreedom
Added new properties:
nco:start
nco:end
to allow defining nco:Roles that only span a certain time.
05/09/2010 - phreedom
Inverted property ndo:involvedInEvent by switching
domain and range. The new property is named
ndo:involved.
05/08/2010 - trueg
Fixed graph URIs in NDO metadata.
0.4
05/04/2010 - trueg:
Added NDO and NUAO ontologies to the distributed ontologies.
Both are still marked as being in the "Testing" state.
05/04/2010 - trueg:
Fixed syntax error in nid3.trig
03/12/2010 - m4db0b
Deprecated NMO properties with range nco:Contact and added equivalent
ones with range nco:ContactMedium:
Deprecated properties:
nmo:to
nmo:cc
nmo:bcc
nmo:from
nmo:primaryRecipient
nmo:replyTo
nmo:recipient
nmo:secondaryRecipient
nmo:sender
New properties:
nmo:emailTo
nmo:emailCc
nmo:emailBcc
nmo:messageFrom
nmo:primaryMessageRecipient
nmo:messageReplyTo
nmo:messageRecipient
nmo:secondaryMessageRecipient
nmo:messageSender
Soprano 2.5.2 is the second maintenance release of the 2.5 series.
* Fixed a crash in the Soprano local socket client which could occur
when a multi-threaded client tries to reconnect
* Adjusted the default value for the ServerThreads parameter in the
Virtuoso backend to match the documentation.
Soprano 2.5.1 is the first maintenance release of the 2.5 series. It
features only one change important to the KDE SC: the working directory
of the Virtuoso process is set to the storage directory to avoid random
checkpoint_in_progress files popping up all over the place.
Soprano 2.5.0 - the release to go with KDE SC 4.5.
* New qHash implementation for Statement
* New methods Node::fromN3, Node::fromN3Stream, and stream operator which
allows to parse nodes from N3 encoding.
* Updated NRL ontology namespace
* New comparison operator for BindingSet
* Ported the DBus service watching to QDBusServiceWatcher
* Highly improved server socket handling in the local and tcp socket server
implementation.
* Several improvements in the Virtuoso backend plugin.
* CGI XML-RPC server accepts (ignores) parameters after "text/xml" in
Content-type header from client.
* Build: replace <sys/signal.h> with <signal.h>.
Bug fixes:
- Fixed several font lock issues.
- Fixed a bug where pressing enter did nothing in longlines-mode.
- Fixed a problem where emacs-snapshot would hang during
markdown-enter and markdown-cycle.
- Fixed an issue with auto-fill-mode and
markdown-mode<E2><80><99>s indentat
New features:
- Support filling of list items.
- Allow customization of font-lock faces
- Automatic indentation when pressing enter or tab (with cycling upon
subsequent tab presses).
- Generate real XHTML for previewing (thanks to Hilko Bengen for the
patch). This fixes Debian bug #490865. The CSS stylesheet for XHTML
output is customizable via markdown-css-path.
- Better URL matching (protocols are customizable through
markdown-uri-types
- LaTeX syntax highlighting can be enabled or disabled using the
customize system (markdown-enable-math).
- Support for HTML comments (font lock, comment-dwim, etc.).
- Support filling of definition lists.
- Fill-paragraph no longer breaks lines inside of square brackets.
- Add support level 5 and 6 atx-style headers.
pkgsrc changes:
- take MAINTAINERship (ok gdt@)
upstream changes:
Version 8.6.2 (2010-10-03)
Additions and changes
* docbook45: Enclosed bibliographic lists in a bibliodiv - you can now
include block titles with bibliographic lists.
* Added optional keywords, description and title document header meta-data
attributes to HTML backends for SEO.
* AttributeEntry values can span multiple lines with a ' +' line
continuation.
* Added slidy backend (based on Phillip Lord's slidy backend
https://phillordbio-asciidoc-fixes.googlecode.com/hg/).
* Implemented OpenBlock partintro style for book part introductions.
* Comment lines substitute special characters only.
* Backend specific global configuration files (all except asciidoc.conf)
are loaded after the header has been parsed - virtually any attribute can
now be specified in the document header.
* xhtml11: Volnitsky theme: allow bulleted lists to have intervening
children.
* xhtml11: refactored CSS font-family rules to start of file.
* xhtml11: list bullets colored gray.
* ifdef and ifndef system block macros accept multiple attribute names:
multiple names separated by commas are ored; multiple attribute names
separated by pluses are anded.
* xhtml11: Volnitsky theme: set max-width on labeled lists.
* Vim syntax highlighter: Entities inside quoted text are now highlighted.
* Added role and id attributes to HTML outputs generated by OpenBlocks.
* Allow floating titles to generate h1 (level 0) titles in HTML outputs.
* Added a start attribute to numbered lists to set the start number.
See: http://groups.google.com/group/asciidoc/browse_thread/thread/c14a4c3b1e4f6dc5
* Added two more docinfo attributes docinfo1 and docinfo2 to allow and
control inclusion of a shared docinfo file.
See http://groups.google.com/group/asciidoc/browse_thread/thread/c948697943432e24
* Vim syntax highlighter highlights multi-name conditional attributes.
* LaTeX backend patch submitted by Andreas Hermann Braml
(see http://groups.google.com/group/asciidoc/browse_thread/thread/1c415fc4540ce5e5).
* Implemented backend aliases; renamed docbook.conf to docbook45.conf and
aliased docbook45 backend to docbook; aliased xhtml11 to html.
Bug fixes
* FIXED: Filter commands located in filter directories local to the source
document that where not in the search PATH where not found.
* FIXED: Volnitsky theme: Verseblock font set normal instead of monospaced.
* FIXED: xhtml11: Callout icons were not rendered as Data URIs when icons
and data-uri attributes were specified.
* FIXED: Long standing bug: nested include macros did not restore the
parent document infile and indir attributes.
See: http://groups.google.com/group/asciidoc/browse_thread/thread/8712a95e95a292a7
* FIXED: html4: set preamble ID anchor.
* FIXED: xhtml11: dropped unusable id and role attributes from preamble template.
* FIXED: Bug in multi-name conditional attributes e.g. {x,y#} fails if x or
y is undefined.
* FIXED: latex filter not being installed by Makefile. Thanks to Grant
Edwards for this patch.
See http://groups.google.com/group/asciidoc/browse_thread/thread/c4427a3902d130a8
* FIXED: a2x: Long-standing bug in a2x which always passes --string-param
navig.graphics 0 to xsltproc, regardless of whether icons are enabled or not.
Reported by Michael Wild:
http://groups.google.com/group/asciidoc/browse_thread/thread/59a610068e4acb58
* Open intersphinx inventories in binary mode on Windows,
since version 2 contains zlib-compressed data.
* Allow giving non-local URIs for JavaScript files, e.g.
in the JSMath extension.
* Fix traceback when ``intersphinx_mapping`` is empty.
Changes 1.0.3:
* Fix internal vs. external link distinction for links coming
from a docutils table-of-contents.
* Fix the ``maxdepth`` option for the ``toctree()`` template
callable when used with ``collapse=True``.
* Fix crash parsing Python argument lists containing brackets
in string literals.
* Fix regression when building LaTeX docs with figures that
don't have captions.
* Fix inheritance diagrams for classes that are not picklable.
* Introduce separate background color for the sidebar collapse
button, making it easier to see.
* Fix small layout bugs in several builtin themes.
2010-10-13 Redland Version 1.0.12 Released
Enable librdf.h to be used as the top-level header in addition to
redland.h
Fix linking issues when building with GNU ld with DT_NEEDED disabled
Fixed Issues: [1]#0000329, [2]#0000348 [3]#0000391, [4]#0000392 and
[5]#0000393.
2010-09-25 Redland Version 1.0.11 Released
Virtuoso storage backend querying now fully works.
Several new convenience APIs were added and others deprecated.
Support building with Raptor V2 API if configured with --with-raptor2.
Exports more functions to SWIG language bindings.
Switched to GIT version control [7]hosted by GitHub.
Many other bug fixes and improvements were made.
Fixed Issues: [8]#0000124, [9]#0000284, [10]#0000321, [11]#0000322,
[12]#0000334, [13]#0000338, [14]#0000341, [15]#0000344, [16]#0000350,
[17]#0000363, [18]#0000366, [19]#0000371, [20]#0000380, [21]#0000382
and [22]#0000383
Overview of changes for 0.12.0
==============================
• Support surrogate pairs in JSON strings [Eiichi Sato]
• Update the test suite
• Add (optional) coverage reports
• Improve strictness of JsonParser
• Improve error reporting of JsonParser
• Add JsonBuilder, a convenience API for programmatic building
of JSON trees [Luca Bruno]
• Add methods for JsonParser and JsonGenerator to handle Input|OutputStream
objects coming from GIO.
• Add JsonReader, a convenience API for cursor-based parsing of
JSON trees
• Depend on GObject-Introspection ≥ 0.9.5
Upstream changes:
[Changes for 1.15 (YAML::Syck 0.38 ) - 2010-09-23]
* perl RT #78008 - The 5.13.5 development release of perl changed how
regexes are stringified, breaking our tests. Update the tests to
deal with the new syntax.
See fb85c04 (http://perl5.git.perl.org/perl.git/commit/fb85c04) in
perl.git for context.
pkgsrc changes:
- add license
Upstream changes:
2.08 20 Sep 2010
- Changed test script to use Test::More, renamed it to test.t and moved
it into the t/ folder. (Fixes [cpan #61369].)
- Moved the perl module into the lib/ folder.
- matches previous package name without "${RUBY_PKGPREFIX}-"
- matches current "ruby18-" and "ruby19-" packages
* Since these packages aren't update its version during update of Ruby
package's framework, bump PKGREVISION for safe update. Noted by
obache@ on tech-pkg.
2010-08-22 Rasqal Version 0.9.20 Released
Updated to handle more of the new syntax defined by the SPARQL 1.1
Query and SPARQL 1.1 Update W3C working drafts of 1 June 2010
Added execution support for new SPARQL 1.1 query built-in expressions
IF, URI, STRLANG, STRDT, BNODE, IN and NOT IN.
Added an 'html' query result table format from patch by Nicholas J
Humfrey
Added API support for group by HAVING expressions
Added XSD Date comparison support
Support building with Raptor V2 API if configured with --with-raptor2.
Many other bug fixes and improvements were made.
Fixed Issues: #0000352, #0000353, #0000354, #0000360, #0000374,
#0000377 and #0000378
Version 1.6.3 of PyEnchant has been released, with the following changes:
* Pre-compiled binary distributions for Mac OS X
* Safer loading of bundled DLLs on Windows
* New function get_enchant_version() to obtain the version of the underlying enchant library
0.612 Mon Aug 16 00:10:16 2010 +1000 <joe@kafsemo.org>
- Allow DATA_INDENT to specify arbitrary white space for
indentation. If it is numeric then use that many space
characters.
0.611 Thu Apr 22 13:09:12 BST 2010 <joe@kafsemo.org>
- Adopt rewritten license text to explicitly allow modification.
0.610 Mon Mar 29 02:29:32 BST 2010 <joe@kafsemo.org>
- Add a CHECK_PRINT constructor parameter to check the output print
success (#50465). It will croak when printing to output fails.
0.607 Mon Mar 22 14:46:26 GMT 2010 <joe@kafsemo.org>
- Address license confusion by reverting to the original
license, with contributor permission, and removing
unintentional references to the (more restrictive)
GPL/Artistic.
0.18
- added accessor: Text::MicroTemplate::File->include_path
0.17
- detects absolute paths using File::Spec->file_name_is_absolute (win32 compatibility fix)
0.16
- treat filenames starting with "/" as absolute paths
- support lines like "? =pod"
- fix documentation issues
0.15
- [bugfix] fix degradation in the optimazition introduced in 0.14 that caused compound lines within template to be miscompiled
Updated version number
Updated Howto
Fixed Makefile and MANIFEST for Build.PL
Added Build.PL
Save locale in Page-image (rt.perl.org bug #57340)
Made this test windows-compatible (rt.perl.org bug #55505)
Add prerequisite for perl 5.005 (rt bug #55198)
Fix typo
File permissions changed
Fixed POD (rt bug #55184)
Test-script cleanup, proper use of ok() with pdftotext
Run the cgi with the correct perl from $Config{perlpath}.
Fixed some typos in the POD
Fixed the usage of the test suite (skip was used wrongly).
Version 1.05\nAdded t/10-versionig.t\nFix to Changes.PL
Even more POD additions
Changed version number to 1.05
Fixed minor Perl::Critic issues
Image scaling bug, patch by Simon Green <simon@simongreen.name>
I have noticed one bug with the software though. If you
are scaling an image, and are centering it, it calculates the the bottom
left based on the original image size, not the scaled size. Attached is a
patch (against 1.03) that fixes this.
more POD fixes and comments
PerlTidy, Fixed comments and POD
PerlTidy, Fixed comments and POD
Fixed formatting (perltidy) and updated POD documentation
git in eclipe is a mess
Added new test scripts
Added experimental 'text' function
Added Gary's annotation fonction and related stuff (string_underline).
Cleaned up test files, grouped by topic, uses Test::More
Cosmetic and toolchain mods.
As sent to Gary
Fixed debug() stuff
Removed history from comments
General cleanup
fixed corrupt xref
Improved debugging, Initial version of annotations
Set version to 'perl' for Fedora
Fix the MANIFEST file with all test updates
Fixed Changes.PL
Cleanup test files
Add 'real' test using 'pdftotext'
Add a cgi-script test/example
Changing version number
Some more test cleanup (eliminate warnings, remove test 7)
Fix and unify test samples (generate pdf name from script name).
Add new sample 'parabola.t', to show how to generate graphices.
Improve doc and error message for unsupported gif images.
Add new sample featuring font color and drawing/writing on images.
Improved git detection in Changes.PL by Philippe Audéoud
Hacked Changes.PL to skip out in a non-obstrusive way if git
is not found or the git environment is not right.
Languages can be split into two components, their *syntax* and their
*semantics*. It's your understanding of English syntax that tells you
the stream of words "Sleep furiously green ideas colorless" is not a
valid sentence. Semantics is deeper. Even if we rearrange the above
sentence to be "Colorless green ideas sleep furiously", which is
syntactically correct, it remains nonsensical on a semantic
level. With Treetop, you'll be dealing with languages that are much
simpler than English, but these basic concepts apply. Your programs
will need to address both the syntax and the semantics of the
languages they interpret.
Treetop equips you with powerful tools for each of these two aspects
of interpreter writing. You'll describe the syntax of your language
with a *parsing expression grammar*. From this description, Treetop
will generate a Ruby parser that transforms streams of characters
written into your language into *abstract syntax trees* representing
their structure. You'll then describe the semantics of your language
in Ruby by defining methods on the syntax trees the parser generates.
Some [hopefully] useful extensions to Rubys String class.
Stringex is made up of three libraries: ActsAsUrl [permalink solution
with better character translation], Unidecoder [Unicode to Ascii
transliteration], and StringExtensions [miscellaneous helper methods
for the String class].
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add PKG_DESTDIR_SUPPORT.
* Ajust new ruby package's framework.
Changes of version 0.7.1
* convert the encoding of an input string automatically (Ruby 1.9.1).
Changes of version 0.7.0
* suppot Ruby 1.9.1.
* remove some experimental libraries.
* remove all example programs.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
= 2.3.12, released 2009-12-01
* make view helpers "HTML safe" for Rails 2.3.5 with rails_xss plugin
= 2.3.11, released 2009-06-02
* fix `enable_actionpack`
= 2.3.10, released 2009-05-21
* count_by_sql: don't use table alias with any adapters starting with "oracle"
* Add back "AS count_table" alias to `paginate_by_sql` counter SQL
= 2.3.9, released 2009-05-29
* remove "AS count_table" alias from `paginate_by_sql` counter SQL
* Rails 2.3.2 compat: monkeypatch Rails issue #2189 (count breaks has_many :through)
* fix generation of page URLs that contain the "@" character
* check for method existance in a ruby 1.8- and 1.9-compatible way
* load will_paginate view helpers even if ActiveRecord is not loaded
== 2.3.8, released 2009-03-09
* Rails 2.3 compat: query parameter parsing with Rack
== 2.3.7, released 2009-02-09
* Removed all unnecessary &block variables since they cause serious memory damage and lots of subsequent gc runs.
== 2.3.6, released 2008-10-26
* Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists
== 2.3.5, released 2008-10-07
* update the backported named_scope implementation for Rails versions older than 2.1
* break out of scope of paginated_each() yielded block when used on named scopes
* fix paginate(:from)
== 2.3.4, released 2008-09-16
* Removed gem dependency to Active Support (causes trouble with vendored rails).
* Rails 2.1: fix a failing test and a deprecation warning.
* Cope with scoped :select when counting.
== 2.3.3, released 2008-08-29
* Ensure that paginate_by_sql doesn't change the original SQL query.
* RDoc love (now live at http://gitrdoc.com/mislav/will_paginate/tree/master)
* Rename :prev_label to :previous_label for consistency. old name still functions but is deprecated
* ActiveRecord 2.1: Remove :include option from count_all query when it's possible.
== 2.3.2, released 2008-05-16
* Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
* Ensure that 'href' values in pagination links are escaped URLs
== 2.3.1, released 2008-05-04
* Fixed page numbers not showing with custom routes and implicit first page
* Try to use Hanna for documentation (falls back to default RDoc template if not)
== 2.3.0, released 2008-04-29
* Changed LinkRenderer to receive collection, options and reference to view template NOT in
constructor, but with the #prepare method. This is a step towards supporting passing of
LinkRenderer (or subclass) instances that may be preconfigured in some way
* LinkRenderer now has #page_link and #page_span methods for easier customization of output in
subclasses
* Changed page_entries_info() method to adjust its output according to humanized class name of
collection items. Override this with :entry_name parameter (singular).
page_entries_info(@posts)
#-> "Displaying all 12 posts"
page_entries_info(@posts, :entry_name => 'item')
#-> "Displaying all 12 items"
== 2.2.3, released 2008-04-26
* will_paginate gem is no longer published on RubyForge, but on
gems.github.com:
gem sources -a http://gems.github.com/ (you only need to do this once)
gem install mislav-will_paginate
* extract reusable pagination testing stuff into WillPaginate::View
* rethink the page URL construction mechanizm to be more bulletproof when
combined with custom routing for page parameter
* test that anchor parameter can be used in pagination links
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Remove RUBY_HAS_ARCHLIB.
=== 4.2.3 / March 1, 2010
* Allow quotes in styles so you can do things like listing font-families. [Jason Garber]
* Fix uninitialized constant Gem::Specification::PLATFORM_CROSS_TARGETS in Rails [Jason Garber]
* Allow uppercase letters in class and ID attributes even though it's invalid [Jason Garber]
* Fix compatibility with newer Echoe, by using full-name for Platform [Flameeyes]
* Fixes for PPC/PPC64 [Flameeyes]
* Added a modified copy of 'Textile Reference' to a doc folder [codesponge]
* Add footnote return links [Jonathan Rudenberg]
* Add bug report link to the README
=== 4.2.2 / June 30, 2009
* Fix regression where percent wasn't accepted in style attribute. [Jason Garber]
=== 4.2.1 / June 16, 2009
* Fix regression where period wasn't accepted in style attribute. [Jason Garber]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-02-23:
* Ruby 1.9.x compatibility!
2010-02-16:
* excise a bunch of unnecessary @@ variables
* fix up some tests for cross-version compatibility
2010-02-14:
* generalized cleanup:
* fix old file headers
* modernize rakefile
* clean up rdoc
2010-01-08:
* move from RubyForge Subversion to GitHub
2007-02-22 (r81):
* make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here). Test and idea contributed by Chuck Remes.
2006-09-20 (r80):
* tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Changes are too many to write here, please refer CHANGELOG.rdoc.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Changes are unknown.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
= 0.7.1 (2010-08-19)
* Rails fixes for form_for called from erb templates
= 0.7.0
* Sinatra 1.0 support
* Full Tilt 1.0+ support, including "yield" support for layouts
= 0.6.10
* Rails fixes for form_for + content_for
= 0.6.9
* Bug fix for url_for. Previously, you'd need to capture { *_path } instead of
using the named route directly. Only affected rails 2.3.4+.
= 0.6.8 (2010-06-03)
* Add a regression for issue Github #17 (for judofyr / Camping)
= 0.6.7 (2010-06-02)
* Add rails support for 2.3.5 - 2.3.8
* Improved rails documentation
= 0.6.6 (2010-06-01)
* ruby 1.9.1 support. Closes Github Issues #10 & #11.
* Removed Tilt deprecation warnings
= 0.6.4
* Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate:
Markaby::Builder.new { 'foo' }.to_s #=> "foo"
* Fix critical bug with form_for, which was raising an error
* Introduce proxy object for form_for:
form_for :foo do |f|
f.text_field :bar
f.text_field :baz
end
* Remove support for rails 2.1.x series. We'll accept patches for them, if anyone cares enough.
== 0.6.2 / 0.6.3
* Add basic support for the Tilt templating engine (used with Sinatra):
require 'markaby'
require 'markaby/tilt'
== 0.6.1
* Support the following rails versions:
1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 2.1.0, 2.1.1, 2.1.2, 2.2.0,
2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.4
* Only run rails tests when inside a rails plugins
* Run tests of the various versions of rails with garlic
* Start conversion to rspec. Use test/spec temporarily until conversion is done.
= 0.6
=== 23 August, 2009
* Canonical repo changed to http://github.com/joho/markaby
* Gem moved to Github (using jeweler)
* Rails init process changed to work with rails > 2.1
* Default attributes on the root (<html>) element can now be overidden
* Reworked CssProxy, allowing attributes on hr and br
* Added Kernel#mab convenience method (require 'markaby/kernel_method')
* WhenOnRails: Can now use :locals with render_markaby
* WhenOnRails: Template errors now report line number
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Ajust new ruby package's framework.
!! Changes 0.0.6 from 0.0.5: 2010-08-28
* fix missing NEWS.ja for packaging
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Changes may be too many, please refer http://haml-lang.com/ in detail.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
== 1.5.3
* A bug fix from Timothy Elliott to return the new parser to its strict quote
tolerance.
== 1.5.2
* A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman.
* Added support for <tt>:write_headers => false</tt> to Table.to_csv().
== 1.5.1
* A bug fix for deleting blank Table rows from Andy Hartford.
* Added gem build instructions.
== 1.5.0
* The main parser has been rewritten by Timothy Elliott to avoid big input
issues with Ruby 1.8's regex engine. This makes FasterCSV handle more inputs
gracefully.
* FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9.
* Included a missing file so the tests will run in source packages.
== 1.4.0
* Added encoding support patch from Michael Reinsch.
* Improved inspect() messages for better IRb support.
* Fixed header writing bug reported by Dov Murik.
* Use custom separators in parsing header Strings as suggested by Shmulik Regev.
* Added a <tt>:write_headers</tt> option for outputting headers.
* Handle open() calls in binary mode whenever we can to workaround a Windows
issue where line-ending translation can cause an off-by-one error in seeking
back to a non-zero starting position after auto-discovery for
<tt>:row_sep</tt> as suggested by Robert Battle.
* Improved the parser to fail faster when fed some forms of invalid CSV that can
be detected without reading ahead.
* Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and
prevent the parser from biting off more data than it can chew.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Enable HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Changes may be too many please refer http://coderay.rubychan.de/ for
detail.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Switch to bluecloth 2.0.7.
Please refer http://www.deveiate.org/projects/BlueCloth for detail.
0.07 Wednesday 25th August, 2010
Switch to ExtUtils::MakeMaker as Module::Build got
uppity and started generating bad Makefile.PL files
0.06 Friday 20th August, 2010
Fix case with ' in entities (Richard Russo)
- Avoid importing isa from UNIVERSAL to fix Perl 5.12 deprecation
warning (Debian bug#578559).
- Fix testcase t/04functions.t to work with Perl compiled with
-Duselongdouble (Debian bug#578558).
- Wrap Document::add_boolean_term() (new in C++ API in 1.0.18).
- Add test coverage for Document::remove_term().
- Add wrappers for the spelling correction functionality (ticket#420).
- Fix to build with compilers other than GCC by disabling Perl's
#define for bool. (ticket#404)
- Improve documentation of QueryParser::set_default_op() and
QueryParser::get_default_op().
- examples/: Use MSet::items() (new in 1.0.13.1).
- examples/simpleexpand.pl: Remove debug print statement left in by
accident.
- Add dependency to regenerate Makefile if Xapian.pm changes (since the
former contains a version number extracted from the latter).
- Add better test coverage for MatchDecider.
- Run POD coverage tests if TEST_POD_COVERAGE is set rather than
TEST_POD so that the other POD tests can easily be enabled without
enabling the coverage tests.
Upstream changes:
version: 0.72
date: Wed Sep 1 11:54:00 AEST 2010
changes:
- Upgrade to Module::Install 1.00
- Upgraded author tests via new ADAMK release automation
- Normalise Ingy's name to ASCII in Makefile.PL so that we don't have
Unicode in our own META.yml
Upstream changes:
[Changes for 1.14 (YAML::Syck 0.37 ) - 2010-08-03]
* RT RT60771 - Further refactor for JSON. if a number is a valid
perl string, quote it. "1" + "1" = "11" in javascript.
* add YAML tests to make sure HEX and octal preserve their information