in the app folder itself.
<application1>/media/<application1>/js/script.js
<application2>/media/<application2>/js/script.js
<project>/media/logo.jpg
To use this view in development you should add something like the following to
urls.py:
if settings.DEBUG:
urlpatterns += (r'^media/(?P<path>.*)$', 'site.media.serve_apps',
{'document_root' : settings.MEDIA_ROOT})
For deployment there is a managament command called `symlinkmedia` that will
create symlinks to each applications media directory in `MEDIA_ROOT`.
Now all apps in INSTALLED_APPS that have a "media" directory in them will be
reachable as '/media/<application_name>/'.
You can then have the admin media files served by setting
ADMIN_MEDIA_PREFIX = '/media/admin/'
* Fixed issues with the CSRF fix from 2.1.1.
* Updated translation files from transifex.
Changes 2.1.1:
* Fixed CMS AJAX requests not being CSRF protected, thus not working in
Django 1.2.5
* Fixed toolbar CSS issues in Chrome/Firefox
Citrix XenServer includes a XML-RPC based API, providing programmatic access
to the extensive set of XenServer management features and tools. The
XenServer API can be called from a remote system as well as local to the
XenServer host. Remote calls are generally made securely over HTTPS, using
port 443.
Changes since 2.2.0
-------------------
Bugfixes
Changes since 2.1.1
-------------------
Features:
- Source code windows have now a tab attached, which makes switching
source files much easier.
- Source code windows now show line numbers at the left.
- There are now "Find Next" and "Find Previous" commands with shortcuts
F3 and Shift+F3.
- Improved support of template types in the type tables (which are used
to show structure members next to a structure variable). Notably, the
number of elements in STL and Qt collection classes are shown.
- Arguments for the debugged program can be passed on KDbg's command line.
Bug fixes
Upstream changes:
LibRaw 0.13.1 (2011-02-08)
* dcraw_emu documentation updated
* ./configure stuff changed for correct linking on some systems
* FBDD denoising is disabled for full-color images and 4-color bayer data
(including forced 4-color via four_color_rgb option)
LibRaw 0.13.0 (since 0.12.x) (2011-02-06)
* New low-level buffering code for Huffman decompression. Canon CR2 files are
opened about 1.5x times faster than on LibRaw 0.12, other huffman-comressed
files unpacks in 1.2-1.3 times faster.
* New exposure correction code based on linear-cubic root combination.
Correction range is from 0.25 (-2 stops) to 8 (+3 stops)
* All 0.12.x features, including new cameras support and half-size/green-matching
fixes.
* Changes and additions in demosaic-pack-GPL3 (all imported from RawTherapee):
o Banding suppression code.
o High-frequency noise suppression.
o Green channels local averaging to suppress maze artifacts.
o OpenMP speed-up in median filters (demosaic pack GPL2)
o OpenMP speed-up in green equilibration (demosaic pack GPL3)
* Bug fixes and improvements:
o Better parsing of unknown command-line params in dcraw_emu sample
o Brigtness table in ahd_demosaic is calculated in reversed order to prevent
possible (very unlikely) multithreaded app problem.
o Fixed file extension in half_mt.c sample.
o Fixed incomplete data fields reset in LibRaw::recycle()
o Patches for ./configure system for better LCMS2 support
o math.h included before any other includes to make KDE compile with Visual
C++ happy
o Fuji FinePix S5500 size adjusted to ignore (rare?) garbage at top of frame.
LibRaw 0.12.4 (2011-02-05)
* Fixed green matching/half-size incompatibility.
o [Ndiff] Added support for prerule and postrule scripts.
o [NSE] Fixed a bug which caused some NSE scripts to fail due to the
absence of the NSE SCRIPT_NAME environment variable when loaded.
o [Zenmap] Selecting one of the scan targets in the left pane is
supposed to jump to that host in the Nmap Output in the right pane
(but it wasn't).
o Fixed an obscure bug in Windows interface matching. If the MAC
address of an interface couldn't be retrieved, it might have been
used instead of the correct interface.
o [NSE] Fixed portrules in dns-zone-transfer and ftp-proftpd-backdoor
that used shortport functions incorrectly and always returned
true.
o [Ndiff] Fixed ndiff.dtd to include two elements that can be diffed:
status and address.
o [Ndiff] Fixed the ordering of hostscript-related elements in XML
output.
o [NSE] Fixed a bug in the nrpe-enum script that would make it run for
every port (when it was selected--it isn't by default).
o [NSE] When an NSE script sets a negative socket timeout, it now
causes a controlled Lua stack trace instead of a fatal error.
o [Zenmap] Worked around an error that caused the py2app bootstrap
executable to be non-universal even when the rest of the application
was universal. This prevented the binary .dmg from working on
PowerPC.
o [Ndiff] Fixed an output line that wasn't being redirected to a file
when all other output was.
Upstream changes:
2011-01-28 Joerg Billeter <j@bitron.ch>
Release 0.6.1
Fix memory leak in LinkedList.clear
Based on patch by Travis Reitter, fixes bug 639254.
2011-01-20 Maciej Piechotka <uzytkownik2@gmail.com>
Remove depending on order of iteration in read-only collections' test
2010-11-20 Maciej Piechotka <uzytkownik2@gmail.com>
Fix memory leak on freeingi LinkedList
If fixes issue described in bug #63522
pkgsrc changes:
* Set LICENSE.
* Use gmake.
* Include cairo bl3.mk.
upstream changes:
---- Version 6.2.9 - 11/02/08 ----
Don't display negative bar numbers
(reported by Janus Meuris).
Fix bad clef change again with K: or V: when stafflines or staffscale present.
Fix voice clashes raised by previous version.
Don't count the upbeat measure when %%measurenb
(reported by Hudson Flávio Meneses Lacerda).
Less note shift when voices inverted in a staff.
Add the width scale factor in %%font.
---- Version 6.2.8 - 11/01/31 ----
Bad tempo note duration of Q:Cxx or Q:Lxx
(reported by Paul Rosen).
Crash when note length divisor = 0.
Fix bad PostScript when %%font defined (and used) in the middle of a tune.
Bad horizontal offset of notes when music line too much shrunk
(reported by Paul Rosen).
Handle "+++" as a valid decoration
(reported by Guido Gonzato).
Bad measure bars when "|" in %%score and many voices per staff
(reported by Marc Sabatella).
Set the rests of multi-voices staves closer to the middle of the staff
(reported by Marc Sabatella).
Fix the loss of gchord/annot when defined in a lower voice and
%%combinevoices (reported by Atte André Jensen).
Don't display the second slash of "\\" with pango
(reported by Hudson Flávio Meneses Lacerda).
Add "\Uxxxxxxxx" for unicode 32 bits characters.
Limit the number of hexadecimal characters to 4 for unicode
16 bits characters "\uxxxx".
Build and install abcm2ps from outside the source tree
(fixed by Matthias Rustler).
---- Version 6.2.7 - 10/12/26 ----
Bad clef when voice going to a different staff after %%score.
Bad generation after %%score when the previous %%score did not contain
the first declared voice (reported by Marc Sabatella).
Output the lyrics (W:) in the last page when %%newpage's in the tune.
Bad scale when %%newpage in tune (reported by Paul Rosen).
Avoid bad PostScript when "$n" used before definition of %%setfont-n
(reported by Paul Rosen).
Treat "\uxxxx" in text as a hexadecimal Unicode character.
Bad font when texts with both standard fonts and pango
(reported by Hudson Flávio Meneses Lacerda).
Fix some warnings.
Crash when a nested slur started on a grace note
(reported by Paul Rosen).
---- Version 6.2.6 - 10/11/30 ----
Part display missing when P: defined before a clef change at start of line
(reported by Paul Rosen).
Bad horizontal offset of text between %%begintext and %%endtext when
empty line and new PostScript page.
Lack of %%postscript output when defined just after K:.
Bad clef change with K: or V: when stafflines or staffscale present
(reported by Paul Rosen).
Adjust the K: / V: 'middle=' value when the defined clef is not on a line.
Handle "middle=" without 'clef=' in K: or V:.
---- Version 6.2.5 - 10/11/26 ----
Bad clef changes when many voices per staff.
Bad key signatures on all staff systems but the first one when clef
different from treble.
Bad measure numbers after measure repeat (Zn) and many voices.
---- Version 6.2.4 - 10/11/20 ----
Bad memory allocation mechanism making random crashes.
Bad staff scale when change inside a tune.
Bad staff clef when the music line starts with a clef change.
Don't cut beamed notes when %%continueall.
Bad horizontal offset of notes far outside the staff after a clef or
a key or time signature.
Bad horizontal offset of long decorations when many at the same time.
Use pango in header/footer as required.
PostScript error when parenthesis alone in a header/footer.
---- Version 6.2.3 - 10/11/01 ----
Move the accidentals to a separate font.
Use standard rendering when '%%pangoembedded 0'.
'%%pangoembedded' added.
Change pango output mechanism.
---- Version 6.2.2 - 10/10/29 ----
Better text center and right align with pango.
Do pango generation when character >= c6xx.
May force pango with '%%pango 2'.
Define the character '...' (ellipsis) in sample.abc for show without pango.
Define UTF-8 characters e008080..e2cfdf stubs for show without pango.
Add characters 'ldot' to 'longs' (UTF-8 c580..c5bf) for show without pango.
Better rendering with pango (scale changes).
Do pango work when not in a graphic context (use cairo instead of gdk).
Remove a useless malloc().
---- Version 6.2.1 - 10/10/16 ----
Bad vertical offset of key signature when clef change.
Bad horizontal offset of lyrics starting with parenthesis.
Change some PS definitions (treble and bass clefs, full head).
Use encoded number strings in user paths.
Convert some standard drawing to user paths.
Bad box around guitar chord when not all ASCII characters.
---- Version 6.2.0 - 10/10/06 ----
Fix combination of rests (when %%combinevoices).
May combine 3 or 4 voices (when %%combinevoices).
Add quiet mode (-q in command line).
Extend the U: syntax (see features.txt).
---- Version 6.1.1 - 10/09/17 ----
Bad scale when a voice moves to a staff with an other scale.
Loop when '%%staves' inside the tune with a cloned voice.
Loop when '%%staves' without any parameter (reported by Reinier Maliepaard).
Expand the special characters of %%infoname texts.
Use standard values for exit codes and max length of file names.
The '*' (star) is no more allowed (it was ignored as the '`' - back quote).
Check the character in U: definition.
---- Version 6.1.0 - 10/08/02 ----
Don't forget the %%infoname at start of file.
Crash on '%%infoname R' (reported by Chuck Boody).
Crash when clef in V: and no note in the tune (reported by Reinier Maliepaard).
---- Version 6.0.11 - 10/07/20 ----
Clash of rest under beam when multi-voices.
Clash of notes/clefs/grace notes/dots when multi-voices and strunk lines.
Don't display dots on the last square note of the tune.
Bad stem direction of grace notes in secundary voices.
Reduce the natural spacing when only long notes in a tune.
Define the user decorations when needed.
Erroneous bar error and bad placement when grace note before measure
bar and multi-voices.
Bad tie direction when dotted (reported by Hudson Lacerda).
Bad PS output when parenthesis in P: (reported by Hudson Lacerda).
---- Version 6.0.10 - 10/06/22 ----
Bad tune selection when <last_index> absent in "-e".
Bad title when title trim.
More horizontal space for flat accidental in texts.
Change the directory separator for MAC systems.
Fix a crash when unknown glyph with pango.
Fix lyrics error in chinese.abc.
---- Version 6.0.9 - 10/04/11 ----
Fix more security vulnerabilities (thanks to Tim Starling).
---- Version 6.0.8 - 10/04/05 ----
Change the utf-8 font mechanism from CMAP to composite font (FontType 0).
Fix some security vulnerabilities (thanks to Tim Starling).
Add %%Begin/EndDocument when inserting a EPS file (thanks to Reinier Maliepaard).
Fix bad guitar chord / annotation offset when non latin characters and pango.
Have flats a bit higher in texts.
Have more space between accidentals in key signatures.
---- Version 6.0.7 - 10/02/24 ----
Fix measure bar numbering when %%setbarnb and many voices.
Fix measure bar numbering when M:none.
Fix the EPS output when use of pango.
Fix a crash when '-E' at start of command line and use of pango.
Fix the EPS output when accidentals.
Fix the output of user postscript sequences when many output files.
Fix a crash when slur ending on a grace note at end of a secundary voice.
Include back chinese.abc in the tarball.
---- Version 6.0.6 - 10/02/19 ----
Handle font changes inside lyric words.
More flute tablatures from Michel Bellon.
Add information about pango in the INSTALL file.
Force recompilation after configure.
Change the glyphs of accidentals.
Speed up the PS rendering of pango text.
Do the TAB in guitar chords work again.
Fix the parenthesis problem with pango.
Adjust some compose characters sequences.
Move the setcachedevice from the Extra font to the extra-draw dict.
This permits to add characters from various sizes.
Fix a crash when a tune ends with T:.
---- Version 6.0.5 - 10/02/12 ----
Add the 'pango' parameter.
Add an arabic title in chinese.abc.
Fix a crash when non ascii characters in tunes, outside of text strings.
Print some texts with the pango/freetype libraries.
---- Version 6.0.4 - 10/02/09 ----
Do the hyphen work again in lyrics.
Prepare the 'pango' job.
Fix bad horizontal spacing of accidentals.
Add O/obreve.
Add some compose characters from the ABC standard version 2.
---- Version 6.0.3 - 10/01/31 ----
Change the character values for accidentals to correct utf-8 sequences.
Fix bar numbering when incomplete measure at start of tune.
Fix bar numbering when incomplete measure at end of previous line.
---- Version 6.0.2 - 10/01/28 ----
Change the utf-8 mechanism for extra characters.
Fix lyrics display when not enough or too many lyrics in a music line.
---- Version 6.0.1 - 10/01/20 ----
Remove the latin parameters.
Do the accidentals in string ('\201'.. and '#'.. in guitar chords)
work again.
Accept ABC files coded in latin1.
---- Version 6.0.0 - 10/01/19 ----
Remove multilang.abc.
Add chinese.abc.
Generate PostScript level 3 only.
Add UTF-8 support.
!! COMPATIBILITY !!
The other encodings (latin-x) are no more supported.
Add all whistle types in flute.fmt (thanks to Guido Gonzato).
Creation from abcm2ps version 5.9.7.
Pkgsrc changes:
- Added LICENSE
- Re-enable all translations, they are computed OK now.
Upstream changes:
Version 1.8.2.1 <2011.01.31>
----------------------------
* updated some translations
Version 1.8.2 <2010.11.25>
--------------------------
* fixed rendering of menu (considering aspect ratio)
* added generation of up to 3 subpicture streams for widescreen menus
(widescreen, letterbox, panscan)
* fixed rendering of video frame
* added auto duplication of title selection menu
* added menu option "remember last selected button"
* added detection of default video format at first start
* added setting for interlaced video
* added possibility to specify video border and cropping
* added support of stream- and cell-tag in dvdstyler project file
* changed to not use mplex by default
* fixed command line bug
* fixed validation of disc label in welcome dialog
* fixed validation of custom actions
* added validation of chapters
* added setting "Accept invalid actions"
* fixed initialization of cache
* fixed bug 2919588 (displays error message if user try to create more than
12 buttons)
* fixed bug 2963754 (save play all)
* fixed bug 2995164 (Infernal loop)
* fixed bug 3062442 (frame button misbehavior)
* updated dvdauthor to version 0.6.18
* updated ffmpeg to version 0.6
* added support of Mac OS X
Version 1.8.1 <2010.05.25>
--------------------------
* added possibility to change subtitle options
* added support of VCD and half D1 resolutions
* added validation of custom actions
* some other small changes
Pkgsrc changes:
- Add LICENSE
Upstream changes:
0.7.0: 2010 October 23
* Reworked subtitle file reading so it can now deal with encodings like UTF-16
* Default encoding for subtitle files is no longer ISO-8859-1, but taken from
user's locale
* Add fontconfig support following a patch by Nicolas George
* Remove dvdauthor config files and make command line -o option take precedence
over XML dest attribute.
* Video format no longer has hard-coded default to NTSC, unless you invoke
configure with --enable-default-video-format=NTSC. You can also configure with
--enable-default-video-format=PAL to default to PAL.
* Implement configuration of default video format as per the proposal at
<http://create.freedesktop.org/wiki/Video_Format_Pref>.
* File names are no longer converted to locale encoding, unless you invoke
configure with --enable-localize-filenames.
* You can now specify fill and outline colours and outline thickness for text
subtitles.
Colours can be specified in additional ways, including by name and in HSV space.
* You can now also specify a shadow offset and colour for text subtitles
* Allow non-title PGCs in a titleset
* The VM language now allows C-style comments, as well as CDATA sections
* Add --nomux and --nodvdauthor-data options to spumux (thanks to TED for
sponsoring this)
Monospaced programming font for Linux and Windows.
Features:
* Covers the ASCII character set
* Regular and bold face are the same width for syntax highlighting
* Bold characters don't run together
* Aliased bitmap font
For changes from 5.5 to 5.7, please refer http://openssh.com/txt/release-5.7
and http://openssh.com/txt/release-5.6 in detail.
Changes since OpenSSH 5.7
=========================
Security:
* Fix vulnerability in legacy certificate signing introduced in
OpenSSH-5.6 and found by Mateusz Kocielski.
Legacy certificates signed by OpenSSH 5.6 or 5.7 included data from
the stack in place of a random nonce field. The contents of the stack
do not appear to contain private data at this point, but this cannot
be stated with certainty for all platform, library and compiler
combinations. In particular, there exists a risk that some bytes from
the privileged CA key may be accidentally included.
A full advisory for this issue is available at:
http://www.openssh.com/txt/legacy-cert.adv
Portable OpenSSH Bugfixes:
* Fix compilation failure when enableing SELinux support.
* Do not attempt to call SELinux functions when SELinux is disabled.
bz#1851